Skip to content

Console Output

10:12:11 Started by user Jonah Graham
10:12:11 Running as Jonah Graham
10:12:13 Agent basic-96r52 is provisioned from template basic
10:12:13 ---
10:12:13 apiVersion: "v1"
10:12:13 kind: "Pod"
10:12:13 metadata:
10:12:13   labels:
10:12:13     jenkins: "slave"
10:12:13     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
10:12:13     jenkins/label: "basic"
10:12:13   name: "basic-96r52"
10:12:13   namespace: "packaging"
10:12:13 spec:
10:12:13   containers:
10:12:13   - env:
10:12:13     - name: "JENKINS_SECRET"
10:12:13       value: "********"
10:12:13     - name: "JENKINS_TUNNEL"
10:12:13       value: "jenkins-discovery.packaging.svc.cluster.local:50000"
10:12:13     - name: "JENKINS_AGENT_NAME"
10:12:13       value: "basic-96r52"
10:12:13     - name: "JENKINS_REMOTING_JAVA_OPTS"
10:12:13       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
10:12:13         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
10:12:13     - name: "JAVA_TOOL_OPTIONS"
10:12:13       value: ""
10:12:13     - name: "_JAVA_OPTIONS"
10:12:13       value: ""
10:12:13     - name: "OPENJ9_JAVA_OPTIONS"
10:12:13       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
10:12:13     - name: "JENKINS_NAME"
10:12:13       value: "basic-96r52"
10:12:13     - name: "JENKINS_AGENT_WORKDIR"
10:12:13       value: "/home/jenkins/agent"
10:12:13     - name: "JENKINS_URL"
10:12:13       value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/"
10:12:13     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
10:12:13     imagePullPolicy: "Always"
10:12:13     name: "jnlp"
10:12:13     resources:
10:12:13       limits:
10:12:13         cpu: "2000m"
10:12:13         memory: "4096Mi"
10:12:13       requests:
10:12:13         cpu: "1000m"
10:12:13         memory: "4096Mi"
10:12:13     tty: true
10:12:13     volumeMounts:
10:12:13     - mountPath: "/home/jenkins/.m2/toolchains.xml"
10:12:13       name: "m2-dir"
10:12:13       readOnly: true
10:12:13       subPath: "toolchains.xml"
10:12:13     - mountPath: "/home/jenkins/.mavenrc"
10:12:13       name: "m2-dir"
10:12:13       readOnly: true
10:12:13       subPath: ".mavenrc"
10:12:13     - mountPath: "/opt/tools"
10:12:13       name: "volume-0"
10:12:13       readOnly: false
10:12:13     - mountPath: "/home/jenkins"
10:12:13       name: "volume-2"
10:12:13       readOnly: false
10:12:13     - mountPath: "/home/jenkins/.m2/repository"
10:12:13       name: "volume-3"
10:12:13       readOnly: false
10:12:13     - mountPath: "/home/jenkins/.m2/settings-security.xml"
10:12:13       name: "m2-secret-dir"
10:12:13       readOnly: true
10:12:13       subPath: "settings-security.xml"
10:12:13     - mountPath: "/home/jenkins/.m2/wrapper"
10:12:13       name: "volume-4"
10:12:13       readOnly: false
10:12:13     - mountPath: "/home/jenkins/.m2/settings.xml"
10:12:13       name: "m2-secret-dir"
10:12:13       readOnly: true
10:12:13       subPath: "settings.xml"
10:12:13     - mountPath: "/home/jenkins/.ssh"
10:12:13       name: "volume-1"
10:12:13       readOnly: false
10:12:13       subPath: ""
10:12:13     - mountPath: "/home/jenkins/agent"
10:12:13       name: "workspace-volume"
10:12:13       readOnly: false
10:12:13     workingDir: "/home/jenkins/agent"
10:12:13   nodeSelector:
10:12:13     kubernetes.io/os: "linux"
10:12:13   restartPolicy: "Never"
10:12:13   volumes:
10:12:13   - name: "volume-0"
10:12:13     persistentVolumeClaim:
10:12:13       claimName: "tools-claim-jiro-packaging"
10:12:13       readOnly: true
10:12:13   - name: "m2-secret-dir"
10:12:13     secret:
10:12:13       secretName: "m2-secret-dir"
10:12:13   - emptyDir:
10:12:13       medium: ""
10:12:13     name: "volume-2"
10:12:13   - configMap:
10:12:13       name: "m2-dir"
10:12:13     name: "m2-dir"
10:12:13   - configMap:
10:12:13       name: "known-hosts"
10:12:13     name: "volume-1"
10:12:13   - emptyDir:
10:12:13       medium: ""
10:12:13     name: "workspace-volume"
10:12:13   - emptyDir:
10:12:13       medium: ""
10:12:13     name: "volume-4"
10:12:13   - emptyDir:
10:12:13       medium: ""
10:12:13     name: "volume-3"
10:12:13 
10:12:13 Building remotely on basic-96r52 (basic) in workspace /home/jenkins/agent/workspace/simrel.epp-tycho-build
10:12:13 [WS-CLEANUP] Deleting project workspace...
10:12:13 [WS-CLEANUP] Deferred wipeout is used...
10:12:13 [ssh-agent] Looking for ssh-agent implementation...
10:12:13 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
10:12:13 $ ssh-agent
10:12:13 SSH_AUTH_SOCK=/tmp/ssh-pKobTcZLdRjS/agent.49
10:12:13 SSH_AGENT_PID=51
10:12:13 [ssh-agent] Started.
10:12:13 Running ssh-add (command line suppressed)
10:12:13 Identity added: /home/jenkins/agent/workspace/simrel.epp-tycho-build@tmp/private_key_13881356744867432107.key (/home/jenkins/agent/workspace/simrel.epp-tycho-build@tmp/private_key_13881356744867432107.key)
10:12:13 [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org)
10:12:13 The recommended git tool is: git
10:12:15 using credential github-bot
10:12:15 Cloning the remote Git repository
10:12:15 Cloning repository https://github.com/eclipse-packaging/packages.git
10:12:15  > git init /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages # timeout=10
10:12:15 Fetching upstream changes from https://github.com/eclipse-packaging/packages.git
10:12:15  > git --version # timeout=10
10:12:15  > git --version # 'git version 2.20.1'
10:12:15 using GIT_ASKPASS to set credentials GitHub bot (username/token)
10:12:15  > git fetch --tags --force --progress -- https://github.com/eclipse-packaging/packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10
10:12:18  > git config remote.origin.url https://github.com/eclipse-packaging/packages.git # timeout=10
10:12:18  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
10:12:18 Avoid second fetch
10:12:18  > git rev-parse origin/master^{commit} # timeout=10
10:12:18 Checking out Revision 849d37ba967a173f1329969efc9754f7be64d3a6 (origin/master)
10:12:18  > git config core.sparsecheckout # timeout=10
10:12:18  > git checkout -f 849d37ba967a173f1329969efc9754f7be64d3a6 # timeout=10
10:12:18 Commit message: "Set version qualifiers with setGitDate script"
10:12:18  > git rev-list --no-walk 5896e13ff56acb0990085f374301f3a90e930369 # timeout=10
10:12:18 [simrel.epp-tycho-build] $ /bin/sh -xe /tmp/jenkins8388234535970811863.sh
10:12:18 + find /home/jenkins/agent/workspace/simrel.epp-tycho-build/
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/branches
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/description
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/applypatch-msg.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/commit-msg.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/fsmonitor-watchman.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/post-update.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/pre-applypatch.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/pre-commit.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/pre-push.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/pre-rebase.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/pre-receive.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/prepare-commit-msg.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/hooks/update.sample
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/info
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/info/exclude
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/heads
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2.0.0-R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2.0.1-R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/JUNO_M6
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2018-09_M1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/JUNO_M5
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2018-09_M2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/JUNO_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2018-09_M3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/JUNO_SR1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2018-09_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/KEPLER_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2018-09_RC1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/KEPLER_SR1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2018-09_RC2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/KEPLER_SR2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2019-03_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/LUNA_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2019-06_M1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/LUNA_SR1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2019-06_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/LUNA_SR1a
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2019-06_RC1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/LUNA_SR2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2019-06_RC2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/MARS_0
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2019-12_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/MARS_1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2020-03_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/MARS_2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2020-06_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/MARS_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2020-09_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/NEON_0
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2020-12_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/NEON_1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2021-03_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/NEON_1a
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2021-06_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/NEON_2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2021-09_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/NEON_3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2021-12_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/NEON_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2022-03_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/OXYGEN_0
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2022-06_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/OXYGEN_1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2022-09_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/OXYGEN_1a
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2022-12_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/OXYGEN_2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2023-03_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/OXYGEN_3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2023-06_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/OXYGEN_3a
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/2023-09_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_M6a
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/EPP_WIZARD_GANYMEDE_20090302
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20080225_Eclipse_3_4_0_M5
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/EclipseEuropaPackages_20070630
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/PHOTON_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GALILEO_R_RC2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/R200806162215
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GALILEO_R_RC3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/R200809220400
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GALILEO_R_RC4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/Root_GALILEO
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GALILEO_R_RC5
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/Root_HELIOS
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GALILEO_R_RC5a
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GALILEO_SR1_RC4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_SR2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GANYMEDE_SR1_RC1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_SR2_RC2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GANYMEDE_SR1_RC2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_SR2_RC3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GANYMEDE_SR1_RC3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/fixedVersionNumber
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/GIT_MIGRATION
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_M3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_RC1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_RC2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_RC3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_RC4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_RC5
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_SR1_RC4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_SR2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_M7
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/HELIOS_SR2_RC3_beforeUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_SR2_RC4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20070624_3_3_RC4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20070921
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20070925
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_R
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20071026_Eclipse_3_3_1_1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_RC1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20071103_Eclipse_3_3_1_1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_RC2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20080108_Eclipse_3_4_0_M4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20080226_Eclipse_3_3_2_Winter
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_RC3
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20080414_Eclipse_3_4_0_M6
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_RC4
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20080415_Eclipse_3_4_0_M6
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_RC5
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I20080526_Eclipse_3_4_0_RC1
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/I200806072215
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/INDIGO_M6
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/tags/JUNO_M2
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/GALILEO
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/HELIOS
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/INDIGO
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/JUNO
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/KEPLER
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/LUNA
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/MARS
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/NEON
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/OXYGEN
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/bug571669
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/juno38
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/refs/remotes/origin/master
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/HEAD
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/config
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/objects
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/objects/pack
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/objects/pack/pack-5984099582d39e642e80013785e8eb4fd9c8449f.pack
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/objects/pack/pack-5984099582d39e642e80013785e8eb4fd9c8449f.idx
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/objects/info
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/FETCH_HEAD
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/GALILEO
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/HELIOS
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/INDIGO
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/JUNO
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/KEPLER
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/LUNA
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/MARS
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/NEON
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/OXYGEN
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/bug571669
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/juno38
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/refs/remotes/origin/master
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/logs/HEAD
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.git/index
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.github
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.github/workflows
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.github/workflows/build.yml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.gitignore
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/CHANGELOG.md
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/CODE_OF_CONDUCT.md
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/CONTRIBUTING.md
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/LICENSE
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/NOTICE
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/README.md
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/RELEASING.md
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/SECURITY.md
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/remove-categories.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/Eclipse.icns
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/eclipse.ico
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/icon.xpm
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/solaris
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/solaris/Eclipse.l.pm
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/solaris/Eclipse.m.pm
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/solaris/Eclipse.s.pm
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/icons/solaris/Eclipse.t.pm
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/book.css
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/disabled_book.css
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/eppfeature32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/helpData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/introData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/macosx_narrow_book.css
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/narrow_book.css
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/plugin_customization.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/.classpath
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/.settings/org.eclipse.jdt.core.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/a
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/icons
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/icons/star.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/icons/star@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/splash.bmp
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/splash
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/splash/INSTRUCTIONS.md
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/org
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/org/eclipse
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/org/eclipse/epp
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/org/eclipse/epp/common
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/org/eclipse/epp/common/ContributeHandler.java
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/introData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/splash.bmp
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/introData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/epp-java-about.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.tests
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.tests/README_Testing.adoc
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/helpData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/introData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/javaee-ide_x16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/javaee-ide_x32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/javaee-ide_x48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/wtp_logo_2010.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/wtp_logo_96.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/epp-php-about.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/introData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/epp.website.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/feature.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/feature.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/epp.product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/p2.inf
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/.forceQualifierUpdate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/META-INF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/META-INF/MANIFEST.MF
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/about.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/about.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/about.mappings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/about.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/build.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse16.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse16.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse16@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse256.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse256.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse256@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse32.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse32.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse32@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse48.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse48.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse48@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse_lg.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/eclipse_lg@2x.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/helpData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/images
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/images/scout.png
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/intro
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/intro/css
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/intro/css/scout_intro.css
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/intro/overviewExtensionContent.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/intro/tutorialsExtensionContent.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/intro/whatsnewExtensionContent.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/introData.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/org.eclipse.ui.intro.universal.solstice
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/plugin.properties
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/plugin.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/plugin_customization.ini
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/.project
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/.settings
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/.settings/org.eclipse.core.resources.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/.settings/org.eclipse.core.runtime.prefs
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/build.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/eppconfig.xsd
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/macos
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/macos/product.entitlements
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/oomph
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/oomph/EPP.setup
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/oomph/EPPConfiguration.setup
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/bundle-feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/bundle
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/bundle/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/feature
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/feature/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/product
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/parent/product/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/.gitignore
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/_mirrors.php
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/check-incubating.sh
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/pom.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/promote-a-build.Jenkinsfile
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/promote-a-build.sh
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/run_dash_licenses.sh
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/setGitDate
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/upload-to-staging.sh
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/web
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/web/novaFooter.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/web/novaHeader.html
10:12:18 /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages@tmp
10:12:18 + find /home/jenkins/.m2
10:12:18 /home/jenkins/.m2
10:12:18 /home/jenkins/.m2/settings.xml
10:12:18 /home/jenkins/.m2/settings-security.xml
10:12:18 /home/jenkins/.m2/repository
10:12:18 /home/jenkins/.m2/toolchains.xml
10:12:18 /home/jenkins/.m2/wrapper
10:12:18 + cat /home/jenkins/.m2/toolchains.xml
10:12:18 <?xml version="1.0" encoding="UTF-8"?>
10:12:18 <toolchains>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>CDC-1.0/Foundation-1.0</id>
10:12:18       <vendor>cdc</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/ee/CDC-1.0_Foundation-1.0</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>CDC-1.1/Foundation-1.1</id>
10:12:18       <vendor>cdc</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/ee/CDC-1.1_Foundation-1.1</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>OSGi/Minimum-1.0</id>
10:12:18       <vendor>osgi</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/ee/OSGi_Minimum-1.0</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>OSGi/Minimum-1.1</id>
10:12:18       <vendor>osgi</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/ee/OSGi_Minimum-1.1</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>OSGi/Minimum-1.2</id>
10:12:18       <vendor>osgi</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/ee/OSGi_Minimum-1.2</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>J2SE-1.5</id>
10:12:18       <version>1.5</version>
10:12:18       <vendor>oracle</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/oracle/jdk-5/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-1.6</id>
10:12:18       <version>1.6</version>
10:12:18       <vendor>oracle</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/oracle/jdk-6/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-1.7</id>
10:12:18       <version>1.7</version>
10:12:18       <vendor>oracle</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/oracle/jdk-7/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-1.8</id>
10:12:18       <version>1.8</version>
10:12:18       <vendor>oracle</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/oracle/jdk-8/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-9</id>
10:12:18       <version>9</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-9/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-10</id>
10:12:18       <version>10</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-10/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-11</id>
10:12:18       <version>11</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-11/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-12</id>
10:12:18       <version>12</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-12/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-13</id>
10:12:18       <version>13</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-13/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-14</id>
10:12:18       <version>14</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-14/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-15</id>
10:12:18       <version>15</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-15/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-16</id>
10:12:18       <version>16</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-16/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-17</id>
10:12:18       <version>17</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-17/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-18</id>
10:12:18       <version>18</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-18/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-19</id>
10:12:18       <version>19</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-19/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-20</id>
10:12:18       <version>20</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-20/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18   <toolchain>
10:12:18     <type>jdk</type>
10:12:18     <provides>
10:12:18       <id>JavaSE-21</id>
10:12:18       <version>21</version>
10:12:18       <vendor>openjdk</vendor>
10:12:18     </provides>
10:12:18     <configuration><jdkHome>/opt/tools/java/openjdk/jdk-21/latest</jdkHome></configuration>
10:12:18   </toolchain>
10:12:18 </toolchains>
10:12:18 [simrel.epp-tycho-build] $ /opt/tools/apache-maven/3.8.6/bin/mvn -f org.eclipse.epp.packages/pom.xml "-DFake parameter=false" -Dtycho.disableP2Mirrors=true -Dmaven.repo.local=/home/jenkins/agent/workspace/simrel.epp-tycho-build/.repository clean verify --batch-mode --show-version -e -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg -Pepp.package.cpp,epp.package.dsl,epp.package.embedcpp,epp.package.java,epp.package.jee,epp.package.modeling,epp.package.php,epp.package.rcp,epp.package.scout,epp.package.committers
10:12:19 Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
10:12:19 Maven home: /opt/tools/apache-maven/3.8.6
10:12:19 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
10:12:19 Default locale: en_US, platform encoding: UTF-8
10:12:19 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
10:12:19 [INFO] Error stacktraces are turned on.
10:12:19 [INFO] Scanning for projects...
10:12:31 [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
10:12:56 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
10:12:56 [INFO]     Cache location:         /home/jenkins/agent/workspace/simrel.epp-tycho-build/.repository/.cache/tycho
10:12:56 [INFO]     Transport mode:         online
10:12:56 [INFO]     Update mode:            cache first
10:12:56 [INFO]     Minimum cache duration: 60 minutes
10:12:56 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
10:13:13 [INFO] Adding repository https://download.eclipse.org/releases/2023-12/202312061000
10:13:14 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
10:13:14 [INFO] Adding repository https://download.eclipse.org/justj/jres/17/updates/release/latest
10:13:15 [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest
10:13:15 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:13:15 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:13:15 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:13:15 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:13:15 [INFO]     1.3.0 -> JavaSE
10:13:15 [INFO]     1.4.0 -> JavaSE
10:13:15 [INFO]     1.5.0 -> JavaSE
10:13:15 [INFO]     1.6.0 -> JavaSE
10:13:15 [INFO]     1.7.0 -> JavaSE
10:13:15 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     18.0.0 -> JavaSE
10:13:15 [INFO]     19.0.0 -> JavaSE
10:13:15 [INFO]     20.0.0 -> JavaSE
10:13:15 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:15 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:archive-template:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/pom.xml
10:13:15 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml
10:13:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml
10:13:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/pom.xml
10:13:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/pom.xml
10:13:22 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:13:22 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:13:22 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:13:22 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:13:22 [INFO]     1.3.0 -> JavaSE
10:13:22 [INFO]     1.4.0 -> JavaSE
10:13:22 [INFO]     1.5.0 -> JavaSE
10:13:22 [INFO]     1.6.0 -> JavaSE
10:13:22 [INFO]     1.7.0 -> JavaSE
10:13:22 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     18.0.0 -> JavaSE
10:13:22 [INFO]     19.0.0 -> JavaSE
10:13:22 [INFO]     20.0.0 -> JavaSE
10:13:22 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.cpp:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/pom.xml
10:13:27 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/pom.xml
10:13:27 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/pom.xml
10:13:28 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:13:28 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:13:28 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:13:28 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:13:28 [INFO]     1.3.0 -> JavaSE
10:13:28 [INFO]     1.4.0 -> JavaSE
10:13:28 [INFO]     1.5.0 -> JavaSE
10:13:28 [INFO]     1.6.0 -> JavaSE
10:13:28 [INFO]     1.7.0 -> JavaSE
10:13:28 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     18.0.0 -> JavaSE
10:13:28 [INFO]     19.0.0 -> JavaSE
10:13:28 [INFO]     20.0.0 -> JavaSE
10:13:28 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:28 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.dsl:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/pom.xml
10:13:32 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/pom.xml
10:13:32 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml
10:13:33 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:13:33 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:13:33 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:13:33 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:13:33 [INFO]     1.3.0 -> JavaSE
10:13:33 [INFO]     1.4.0 -> JavaSE
10:13:33 [INFO]     1.5.0 -> JavaSE
10:13:33 [INFO]     1.6.0 -> JavaSE
10:13:33 [INFO]     1.7.0 -> JavaSE
10:13:33 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     18.0.0 -> JavaSE
10:13:33 [INFO]     19.0.0 -> JavaSE
10:13:33 [INFO]     20.0.0 -> JavaSE
10:13:33 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:33 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.embedcpp:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/pom.xml
10:13:38 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.java:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/pom.xml
10:13:38 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.java.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/pom.xml
10:13:38 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:13:38 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:13:38 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:13:38 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:13:38 [INFO]     1.3.0 -> JavaSE
10:13:38 [INFO]     1.4.0 -> JavaSE
10:13:38 [INFO]     1.5.0 -> JavaSE
10:13:38 [INFO]     1.6.0 -> JavaSE
10:13:38 [INFO]     1.7.0 -> JavaSE
10:13:38 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     18.0.0 -> JavaSE
10:13:38 [INFO]     19.0.0 -> JavaSE
10:13:38 [INFO]     20.0.0 -> JavaSE
10:13:38 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:38 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.java:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/pom.xml
10:13:42 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/pom.xml
10:13:43 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/pom.xml
10:13:44 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:13:44 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:13:44 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:13:44 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:13:44 [INFO]     1.3.0 -> JavaSE
10:13:44 [INFO]     1.4.0 -> JavaSE
10:13:44 [INFO]     1.5.0 -> JavaSE
10:13:44 [INFO]     1.6.0 -> JavaSE
10:13:44 [INFO]     1.7.0 -> JavaSE
10:13:44 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     18.0.0 -> JavaSE
10:13:44 [INFO]     19.0.0 -> JavaSE
10:13:44 [INFO]     20.0.0 -> JavaSE
10:13:44 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:44 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.jee:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/pom.xml
10:13:50 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml
10:13:51 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml
10:13:52 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:13:52 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:13:52 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:13:52 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:13:52 [INFO]     1.3.0 -> JavaSE
10:13:52 [INFO]     1.4.0 -> JavaSE
10:13:52 [INFO]     1.5.0 -> JavaSE
10:13:52 [INFO]     1.6.0 -> JavaSE
10:13:52 [INFO]     1.7.0 -> JavaSE
10:13:52 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     18.0.0 -> JavaSE
10:13:52 [INFO]     19.0.0 -> JavaSE
10:13:52 [INFO]     20.0.0 -> JavaSE
10:13:52 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:13:52 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.modeling:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/pom.xml
10:13:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.php:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/pom.xml
10:13:59 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.php.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/pom.xml
10:14:00 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:14:00 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:14:00 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:14:00 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:14:00 [INFO]     1.3.0 -> JavaSE
10:14:00 [INFO]     1.4.0 -> JavaSE
10:14:00 [INFO]     1.5.0 -> JavaSE
10:14:00 [INFO]     1.6.0 -> JavaSE
10:14:00 [INFO]     1.7.0 -> JavaSE
10:14:00 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     18.0.0 -> JavaSE
10:14:00 [INFO]     19.0.0 -> JavaSE
10:14:00 [INFO]     20.0.0 -> JavaSE
10:14:00 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:00 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.php:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/pom.xml
10:14:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/pom.xml
10:14:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/pom.xml
10:14:05 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:14:05 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:14:05 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:14:05 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:14:05 [INFO]     1.3.0 -> JavaSE
10:14:05 [INFO]     1.4.0 -> JavaSE
10:14:05 [INFO]     1.5.0 -> JavaSE
10:14:05 [INFO]     1.6.0 -> JavaSE
10:14:05 [INFO]     1.7.0 -> JavaSE
10:14:05 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     18.0.0 -> JavaSE
10:14:05 [INFO]     19.0.0 -> JavaSE
10:14:05 [INFO]     20.0.0 -> JavaSE
10:14:05 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.rcp:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/pom.xml
10:14:10 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/pom.xml
10:14:10 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/pom.xml
10:14:12 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:14:12 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:14:12 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:14:12 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:14:12 [INFO]     1.3.0 -> JavaSE
10:14:12 [INFO]     1.4.0 -> JavaSE
10:14:12 [INFO]     1.5.0 -> JavaSE
10:14:12 [INFO]     1.6.0 -> JavaSE
10:14:12 [INFO]     1.7.0 -> JavaSE
10:14:12 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     18.0.0 -> JavaSE
10:14:12 [INFO]     19.0.0 -> JavaSE
10:14:12 [INFO]     20.0.0 -> JavaSE
10:14:12 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.scout:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/pom.xml
10:14:16 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/pom.xml
10:14:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers.feature:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/pom.xml
10:14:21 [INFO] The following Execution Environments are currently known but are ignored by configuration:
10:14:21 [INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
10:14:21 [INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
10:14:21 [INFO]     1.2.0 -> JavaSE, OSGi/Minimum
10:14:21 [INFO]     1.3.0 -> JavaSE
10:14:21 [INFO]     1.4.0 -> JavaSE
10:14:21 [INFO]     1.5.0 -> JavaSE
10:14:21 [INFO]     1.6.0 -> JavaSE
10:14:21 [INFO]     1.7.0 -> JavaSE
10:14:21 [INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     18.0.0 -> JavaSE
10:14:21 [INFO]     19.0.0 -> JavaSE
10:14:21 [INFO]     20.0.0 -> JavaSE
10:14:21 [INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
10:14:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.committers:4.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/pom.xml
10:14:25 [INFO] ------------------------------------------------------------------------
10:14:25 [INFO] Reactor Build Order:
10:14:25 [INFO] 
10:14:25 [INFO] archive-template                                    [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.common                          [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.common.feature                 [eclipse-feature]
10:14:25 [INFO] org.eclipse.epp.package.cpp                             [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.cpp.feature                    [eclipse-feature]
10:14:25 [INFO] epp.package.cpp                                     [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.dsl                             [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.dsl.feature                    [eclipse-feature]
10:14:25 [INFO] epp.package.dsl                                     [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.embedcpp                        [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.embedcpp.feature               [eclipse-feature]
10:14:25 [INFO] epp.package.embedcpp                                [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.java                            [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.java.feature                   [eclipse-feature]
10:14:25 [INFO] epp.package.java                                    [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.jee                             [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.jee.feature                    [eclipse-feature]
10:14:25 [INFO] epp.package.jee                                     [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.modeling                        [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.modeling.feature               [eclipse-feature]
10:14:25 [INFO] epp.package.modeling                                [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.php                             [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.php.feature                    [eclipse-feature]
10:14:25 [INFO] epp.package.php                                     [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.rcp                             [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.rcp.feature                    [eclipse-feature]
10:14:25 [INFO] epp.package.rcp                                     [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.scout                           [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.scout.feature                  [eclipse-feature]
10:14:25 [INFO] epp.package.scout                                   [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp.package.committers                      [eclipse-plugin]
10:14:25 [INFO] org.eclipse.epp.package.committers.feature             [eclipse-feature]
10:14:25 [INFO] epp.package.committers                              [eclipse-repository]
10:14:25 [INFO] org.eclipse.epp-buildall                                           [pom]
10:14:25 [INFO] 
10:14:25 [INFO] ------------------< org.eclipse.epp:archive-template >------------------
10:14:25 [INFO] Building archive-template 4.30.0-SNAPSHOT                         [1/34]
10:14:25 [INFO] -------------------------[ eclipse-repository ]-------------------------
10:14:25 [INFO] 
10:14:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ archive-template ---
10:14:26 [INFO] 
10:14:26 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ archive-template ---
10:14:30 [INFO] The project's OSGi version is 4.30.0.20230913-1413
10:14:30 [INFO] 
10:14:30 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ archive-template ---
10:14:35 [INFO] No match to regex 'epp\.package\.(\d*)' found in 'archive-template'. The initial value 'archive-template' is left as-is...
10:14:35 [INFO] 
10:14:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ archive-template ---
10:14:35 [INFO] 
10:14:35 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ archive-template ---
10:14:35 [INFO] 
10:14:35 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ archive-template ---
10:14:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:14:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:14:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/src/main/resources
10:14:39 [INFO] 
10:14:39 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ archive-template ---
10:14:39 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
10:14:39 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
10:14:39 [INFO] 
10:14:39 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ archive-template ---
10:14:39 [INFO] 
10:14:39 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ archive-template ---
10:14:39 [INFO] 
10:14:39 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ archive-template ---
10:14:39 [INFO] 
10:14:39 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ archive-template ---
10:14:40 [INFO] 
10:14:40 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ archive-template ---
10:14:40 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/archive-template-4.30.0-SNAPSHOT.zip
10:14:40 [INFO] 
10:14:40 [INFO] --- tycho-eclipserun-plugin:3.0.5:eclipse-run (remove-uncategorized) @ archive-template ---
10:14:40 [INFO] Adding repository http://download.eclipse.org/releases/latest
10:14:46 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
10:14:46 [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work/data/.metadata/.log
10:14:46 [INFO] Command line:
10:14:46 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/agent/workspace/simrel.epp-tycho-build/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -install, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work/data, -data, target/antrun-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, remove-categories.xml]
10:14:47 Buildfile: remove-categories.xml
10:14:47 WARNING: A terminally deprecated method in java.lang.System has been called
10:14:47 WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work/configuration/org.eclipse.osgi/48/0/.cp/lib/antsupportlib.jar)
10:14:47 WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
10:14:47 WARNING: System::setSecurityManager will be removed in a future release
10:14:47 
10:14:47 remove-categories:
10:14:48 Unable to find: Installable Unit [ query=property[@name='org.eclipse.equinox.p2.type.category'] ] 
10:14:48 BUILD SUCCESSFUL
10:14:48 
10:14:48 BUILD SUCCESSFUL
10:14:48 Total time: 0 seconds
10:14:48 [INFO] 
10:14:48 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (re-archive-without-categories) @ archive-template ---
10:14:48 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/archive-template-4.30.0-SNAPSHOT.zip
10:14:48 [INFO] 
10:14:48 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-template-repo) @ archive-template ---
10:14:49 [INFO] Executing tasks
10:14:49 [INFO]      [copy] Copying 2 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/repository
10:14:49 [INFO] Executed tasks
10:14:49 [INFO] 
10:14:49 [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >-----------
10:14:49 [INFO] Building org.eclipse.epp.package.common 4.30.0-SNAPSHOT           [2/34]
10:14:49 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:14:50 [INFO] 
10:14:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.common ---
10:14:50 [INFO] 
10:14:50 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common ---
10:14:50 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:14:50 [INFO] 
10:14:50 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.common ---
10:14:50 [INFO] 
10:14:50 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.common ---
10:14:50 [INFO] 
10:14:50 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.common ---
10:14:50 [INFO] 
10:14:50 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.common ---
10:14:50 [INFO] 
10:14:50 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.common ---
10:14:50 [INFO] Resolving class path of org.eclipse.epp.package.common...
10:14:51 [INFO] 
10:14:51 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common ---
10:14:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:14:51 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:14:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/main/resources
10:14:51 [INFO] 
10:14:51 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.common ---
10:14:51 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/classes
10:14:52 [INFO] 
10:14:52 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.common ---
10:14:52 [INFO] 
10:14:52 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common ---
10:14:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:14:52 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:14:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/test/resources
10:14:52 [INFO] 
10:14:52 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.common ---
10:14:52 [INFO] 
10:14:52 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.common ---
10:14:52 [INFO] No tests to run.
10:14:52 [INFO] 
10:14:52 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common ---
10:14:52 [INFO] 
10:14:52 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common ---
10:14:53 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.30.0-SNAPSHOT.jar
10:14:53 [INFO] 
10:14:53 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common ---
10:14:53 [INFO] 
10:14:53 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.common ---
10:14:57 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.30.0-SNAPSHOT.jar
10:14:59 [INFO] 
10:14:59 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common ---
10:14:59 [INFO] 
10:14:59 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.common ---
10:14:59 [INFO] 
10:14:59 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.common ---
10:14:59 [INFO] No tests to run.
10:14:59 [INFO] 
10:14:59 [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >-------
10:14:59 [INFO] Building org.eclipse.epp.package.common.feature 4.30.0-SNAPSHOT   [3/34]
10:14:59 [INFO] --------------------------[ eclipse-feature ]---------------------------
10:14:59 [INFO] 
10:14:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.common.feature ---
10:14:59 [INFO] 
10:14:59 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature ---
10:15:00 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
10:15:00 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:15:00 [INFO] 
10:15:00 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] 
10:15:00 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] 
10:15:00 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] 
10:15:00 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] 
10:15:00 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] 
10:15:00 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.30.0-SNAPSHOT.jar
10:15:00 [INFO] 
10:15:00 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] 
10:15:00 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] 
10:15:00 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.common.feature ---
10:15:00 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.30.0-SNAPSHOT.jar
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common.feature ---
10:15:01 [INFO] 
10:15:01 [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.cpp >-------------
10:15:01 [INFO] Building org.eclipse.epp.package.cpp 4.30.0-SNAPSHOT              [4/34]
10:15:01 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:15:01 [INFO] 
10:15:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] Resolving class path of org.eclipse.epp.package.cpp...
10:15:01 [INFO] 
10:15:01 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:15:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:15:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/src/main/resources
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:15:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:15:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/src/test/resources
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] No tests to run.
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:15:01 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:15:01 [INFO] Copying 1 resource
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.30.0-SNAPSHOT.jar
10:15:01 [INFO] 
10:15:01 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] 
10:15:01 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.cpp ---
10:15:01 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.30.0-SNAPSHOT.jar
10:15:03 [INFO] 
10:15:03 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp ---
10:15:03 [INFO] 
10:15:03 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.cpp ---
10:15:03 [INFO] 
10:15:03 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.cpp ---
10:15:03 [INFO] No tests to run.
10:15:03 [INFO] 
10:15:03 [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.cpp.feature >---------
10:15:03 [INFO] Building org.eclipse.epp.package.cpp.feature 4.30.0-SNAPSHOT      [5/34]
10:15:03 [INFO] --------------------------[ eclipse-feature ]---------------------------
10:15:04 [INFO] 
10:15:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.cpp.feature ---
10:15:04 [INFO] 
10:15:04 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:15:07 [INFO] 
10:15:07 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] 
10:15:07 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] 
10:15:07 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] 
10:15:07 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] 
10:15:07 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] 
10:15:07 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.30.0-SNAPSHOT.jar
10:15:07 [INFO] 
10:15:07 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] 
10:15:07 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] 
10:15:07 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.cpp.feature ---
10:15:07 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.30.0-SNAPSHOT.jar
10:15:08 [INFO] 
10:15:08 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp.feature ---
10:15:08 [INFO] 
10:15:08 [INFO] ------------------< org.eclipse.epp:epp.package.cpp >-------------------
10:15:08 [INFO] Building epp.package.cpp 4.30.0-SNAPSHOT                          [6/34]
10:15:08 [INFO] -------------------------[ eclipse-repository ]-------------------------
10:15:18 [INFO] 
10:15:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.cpp ---
10:15:18 [INFO] 
10:15:18 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp ---
10:16:03 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:16:03 [INFO] 
10:16:03 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.cpp ---
10:16:03 [INFO] 
10:16:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.cpp ---
10:16:03 [INFO] 
10:16:03 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.cpp ---
10:16:03 [INFO] 
10:16:03 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.cpp ---
10:16:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:16:03 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:16:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/src/main/resources
10:16:03 [INFO] 
10:16:03 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp ---
10:16:03 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
10:16:03 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
10:16:03 [INFO] 
10:16:03 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.cpp ---
10:16:04 [INFO] 
10:16:04 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.cpp ---
10:16:04 [INFO] 
10:16:04 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.cpp ---
10:16:04 [INFO] 
10:16:04 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.cpp ---
10:16:13 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.30.0.20231130-1200.
10:16:14 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
10:16:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.cpp,4.30.0.20231130-1200.
10:16:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
10:16:23 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
10:16:36 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
10:16:41 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.win32.win32.x86_64,4.30.0.20231130-1200.
10:16:48 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
10:16:50 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
10:17:14 [INFO] 
10:17:14 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.cpp ---
10:17:14 [INFO] 
10:17:14 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.cpp ---
10:17:14 [INFO] Installing product epp.package.cpp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/linux/gtk/x86_64/eclipse
10:17:14 Installing epp.package.cpp 4.30.0.20231130-1200.
10:17:14 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:17:14 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:17:14 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:17:14 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:17:14 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:17:14 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:17:14 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:17:14 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:17:14 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:17:14 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:17:14 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:17:14 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:17:14 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:17:14 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:17:14 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:17:14 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:17:14 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:17:14 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:17:14 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:17:14 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:17:14 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:17:14 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:17:14 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:17:14 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:17:14 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:17:14 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:17:14 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:17:14 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:17:14 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:17:14 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:17:14 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:17:14 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:17:14 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:17:14 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:17:14 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:17:14 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:17:14 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:17:14 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:17:14 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:17:14 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:17:14 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:17:48 Operation completed in 34283 ms.
10:17:49 [INFO] Installing product epp.package.cpp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/linux/gtk/aarch64/eclipse
10:17:49 Installing epp.package.cpp 4.30.0.20231130-1200.
10:17:49 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:17:49 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:17:49 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:17:49 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:17:49 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:17:49 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:17:49 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:17:49 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:17:49 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:17:49 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:17:49 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:17:49 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:17:49 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:17:49 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:17:49 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:17:49 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:17:49 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:17:49 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:17:49 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:17:49 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:17:49 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:17:49 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:17:49 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:17:49 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:17:49 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:17:49 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:17:49 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:17:49 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:17:49 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:17:49 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:17:49 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:17:49 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:17:49 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:17:49 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:17:49 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:17:49 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:17:49 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:17:49 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:17:49 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:17:49 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:17:49 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:18:23 Operation completed in 34206 ms.
10:18:23 [INFO] Installing product epp.package.cpp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse
10:18:23 Installing epp.package.cpp 4.30.0.20231130-1200.
10:18:23 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:18:23 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:18:23 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:18:23 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:18:23 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:18:23 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:18:23 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:18:23 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:18:23 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:18:23 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:18:23 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:18:23 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:18:23 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:18:23 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:18:23 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:18:23 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:18:23 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:18:23 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:18:23 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:18:23 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:18:23 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:18:23 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:18:23 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:18:23 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:18:23 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:18:23 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:18:23 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:18:23 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:18:23 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:18:23 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:18:23 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:18:23 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:18:23 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:18:23 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:18:23 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:18:23 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:18:23 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:18:23 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:18:23 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:18:23 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:18:23 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:18:56 Operation completed in 33002 ms.
10:18:57 [INFO] Installing product epp.package.cpp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/x86_64/Eclipse.app
10:18:57 Installing epp.package.cpp 4.30.0.20231130-1200.
10:18:57 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:18:57 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:18:57 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:18:57 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:18:57 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:18:57 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:18:57 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:18:57 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:18:57 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:18:57 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:18:57 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:18:57 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:18:57 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:18:57 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:18:57 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:18:57 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:18:57 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:18:57 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:18:57 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:18:57 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:18:57 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:18:57 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:18:57 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:18:57 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:18:57 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:18:57 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:18:57 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:18:57 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:18:57 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:18:57 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:18:57 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:18:57 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:18:57 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:18:57 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:18:57 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:18:57 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:18:57 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:18:57 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:18:57 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:18:57 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:18:57 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:19:30 Operation completed in 33568 ms.
10:19:31 [INFO] Installing product epp.package.cpp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/aarch64/Eclipse.app
10:19:31 Installing epp.package.cpp 4.30.0.20231130-1200.
10:19:31 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:19:31 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:19:31 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:19:31 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:19:31 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:19:31 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:19:31 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:19:31 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:19:31 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:19:31 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:19:31 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:19:31 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:19:31 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:19:31 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:19:31 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:19:31 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:19:31 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:19:31 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:19:31 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:19:31 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:19:31 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:19:31 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:19:31 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:19:31 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:19:31 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:19:31 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:19:31 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:19:31 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:19:31 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:19:31 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:19:31 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:19:31 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:19:31 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:19:31 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:19:31 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:19:31 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:19:31 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:19:31 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:19:31 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:19:31 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:19:31 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:20:05 Operation completed in 33949 ms.
10:20:05 [INFO] 
10:20:05 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.cpp ---
10:20:19 [INFO] [Thu Nov 30 15:20:19 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/x86_64/Eclipse.app'...
10:21:17 [INFO] [Thu Nov 30 15:21:17 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/aarch64/Eclipse.app'...
10:22:05 [INFO] 
10:22:05 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.cpp ---
10:22:05 [INFO] [Thu Nov 30 15:22:05 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse/eclipse.exe'
10:22:06 [INFO] [Thu Nov 30 15:22:06 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse/eclipsec.exe'
10:22:09 [INFO] 
10:22:09 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.cpp ---
10:22:09 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.x86_64.tar.gz
10:22:23 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.aarch64.tar.gz
10:22:39 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20231130-1512_eclipse-cpp-2023-12-R-win32.win32.x86_64.zip
10:22:47 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
10:23:01 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
10:23:17 [INFO] 
10:23:17 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.cpp ---
10:23:17 [INFO] [Thu Nov 30 15:23:17 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
10:24:17 [INFO] 
10:24:17 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.cpp ---
10:24:17 [INFO] [Thu Nov 30 15:24:17 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
10:25:18 [INFO] 
10:25:18 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.cpp ---
10:25:18 [INFO] Executing tasks
10:25:18 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
10:25:26 [INFO] Executed tasks
10:25:26 [INFO] 
10:25:26 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.cpp ---
10:25:31 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/../../archive/repository...
10:25:31 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
10:25:34 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
10:25:36 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
10:25:39 Mirroring: binary,epp.package.cpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.cpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
10:25:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
10:25:39 Mirroring: binary,epp.package.cpp.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.cpp.executable.win32.win32.x86_64,4.30.0.20231130-1200)
10:25:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.win32.win32.x86_64,4.30.0.20231130-1200.
10:25:39 Mirroring: binary,epp.package.cpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.cpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
10:25:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
10:25:39 Mirroring: binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
10:25:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
10:25:39 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.30.0.20231130-1200)
10:25:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.30.0.20231130-1200.
10:25:39 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
10:25:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
10:25:39 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
10:25:41 Mirroring: osgi.bundle,org.eclipse.epp.package.cpp,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.cpp,4.30.0.20231130-1200)
10:25:41 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.cpp,4.30.0.20231130-1200.
10:25:41 Mirroring: binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
10:25:41 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
10:25:41 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
10:25:41 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
10:25:41 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
10:25:45 [INFO] 
10:25:45 [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.dsl >-------------
10:25:45 [INFO] Building org.eclipse.epp.package.dsl 4.30.0-SNAPSHOT              [7/34]
10:25:45 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:25:45 [INFO] 
10:25:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] Resolving class path of org.eclipse.epp.package.dsl...
10:25:45 [INFO] 
10:25:45 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:25:45 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:25:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/src/main/resources
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:25:45 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:25:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/src/test/resources
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] No tests to run.
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:25:45 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:25:45 [INFO] Copying 1 resource
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.30.0-SNAPSHOT.jar
10:25:45 [INFO] 
10:25:45 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] 
10:25:45 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.dsl ---
10:25:45 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.30.0-SNAPSHOT.jar
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl ---
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.dsl ---
10:25:47 [INFO] 
10:25:47 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.dsl ---
10:25:47 [INFO] No tests to run.
10:25:47 [INFO] 
10:25:47 [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.dsl.feature >---------
10:25:47 [INFO] Building org.eclipse.epp.package.dsl.feature 4.30.0-SNAPSHOT      [8/34]
10:25:47 [INFO] --------------------------[ eclipse-feature ]---------------------------
10:25:47 [INFO] 
10:25:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.30.0-SNAPSHOT.jar
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] 
10:25:47 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.dsl.feature ---
10:25:47 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.30.0-SNAPSHOT.jar
10:25:48 [INFO] 
10:25:48 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl.feature ---
10:25:48 [INFO] 
10:25:48 [INFO] ------------------< org.eclipse.epp:epp.package.dsl >-------------------
10:25:48 [INFO] Building epp.package.dsl 4.30.0-SNAPSHOT                          [9/34]
10:25:48 [INFO] -------------------------[ eclipse-repository ]-------------------------
10:25:53 [INFO] 
10:25:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.dsl ---
10:25:53 [INFO] 
10:25:53 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl ---
10:26:21 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:26:21 [INFO] 
10:26:21 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.dsl ---
10:26:21 [INFO] 
10:26:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.dsl ---
10:26:21 [INFO] 
10:26:21 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.dsl ---
10:26:21 [INFO] 
10:26:21 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.dsl ---
10:26:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:26:21 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:26:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/src/main/resources
10:26:21 [INFO] 
10:26:21 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl ---
10:26:21 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
10:26:21 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
10:26:21 [INFO] 
10:26:21 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.dsl ---
10:26:21 [INFO] 
10:26:21 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.dsl ---
10:26:21 [INFO] 
10:26:21 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.dsl ---
10:26:21 [INFO] 
10:26:21 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.dsl ---
10:26:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.30.0.20231130-1200.
10:26:31 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
10:26:45 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
10:26:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.dsl,4.30.0.20231130-1200.
10:26:54 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
10:27:06 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
10:27:11 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.win32.win32.x86_64,4.30.0.20231130-1200.
10:27:16 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
10:27:21 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
10:28:01 [INFO] 
10:28:01 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.dsl ---
10:28:01 [INFO] 
10:28:01 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.dsl ---
10:28:01 [INFO] Installing product epp.package.dsl for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/linux/gtk/x86_64/eclipse
10:28:01 Installing epp.package.dsl 4.30.0.20231130-1200.
10:28:01 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:28:01 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:28:01 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:28:01 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:28:01 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:28:01 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:28:01 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:28:01 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
10:28:01 Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.27.0.v20231007-1413.
10:28:01 Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.16.0.v20231117-0522.
10:28:01 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
10:28:01 Installing org.eclipse.xtext.sdk.feature.group 2.33.0.v20231121-0955.
10:28:01 Installing org.eclipse.lsp4j.sdk.feature.group 0.21.1.v20230829-0014.
10:28:01 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:28:01 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:28:01 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:28:01 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
10:28:01 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:28:49 Operation completed in 48504 ms.
10:28:50 [INFO] Installing product epp.package.dsl for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/linux/gtk/aarch64/eclipse
10:28:50 Installing epp.package.dsl 4.30.0.20231130-1200.
10:28:50 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:28:50 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:28:50 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:28:50 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:28:50 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:28:50 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:28:50 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:28:50 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
10:28:50 Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.27.0.v20231007-1413.
10:28:50 Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.16.0.v20231117-0522.
10:28:50 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
10:28:50 Installing org.eclipse.xtext.sdk.feature.group 2.33.0.v20231121-0955.
10:28:50 Installing org.eclipse.lsp4j.sdk.feature.group 0.21.1.v20230829-0014.
10:28:50 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:28:50 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:28:50 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:28:50 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
10:28:50 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:29:39 Operation completed in 49139 ms.
10:29:40 [INFO] Installing product epp.package.dsl for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse
10:29:40 Installing epp.package.dsl 4.30.0.20231130-1200.
10:29:40 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:29:40 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:29:40 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:29:40 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:29:40 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:29:40 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:29:40 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:29:40 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
10:29:40 Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.27.0.v20231007-1413.
10:29:40 Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.16.0.v20231117-0522.
10:29:40 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
10:29:40 Installing org.eclipse.xtext.sdk.feature.group 2.33.0.v20231121-0955.
10:29:40 Installing org.eclipse.lsp4j.sdk.feature.group 0.21.1.v20230829-0014.
10:29:40 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:29:40 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:29:40 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:29:40 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
10:29:40 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:30:29 Operation completed in 49341 ms.
10:30:30 [INFO] Installing product epp.package.dsl for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/x86_64/Eclipse.app
10:30:30 Installing epp.package.dsl 4.30.0.20231130-1200.
10:30:30 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:30:30 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:30:30 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:30:30 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:30:30 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:30:30 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:30:30 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:30:30 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
10:30:30 Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.27.0.v20231007-1413.
10:30:30 Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.16.0.v20231117-0522.
10:30:30 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
10:30:30 Installing org.eclipse.xtext.sdk.feature.group 2.33.0.v20231121-0955.
10:30:30 Installing org.eclipse.lsp4j.sdk.feature.group 0.21.1.v20230829-0014.
10:30:30 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:30:30 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:30:30 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:30:30 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
10:30:30 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:31:21 Operation completed in 51910 ms.
10:31:22 [INFO] Installing product epp.package.dsl for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/aarch64/Eclipse.app
10:31:22 Installing epp.package.dsl 4.30.0.20231130-1200.
10:31:22 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:31:22 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:31:22 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:31:22 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:31:22 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:31:22 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:31:22 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:31:22 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
10:31:22 Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.27.0.v20231007-1413.
10:31:22 Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.16.0.v20231117-0522.
10:31:22 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
10:31:22 Installing org.eclipse.xtext.sdk.feature.group 2.33.0.v20231121-0955.
10:31:22 Installing org.eclipse.lsp4j.sdk.feature.group 0.21.1.v20230829-0014.
10:31:22 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:31:22 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:31:22 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:31:22 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
10:31:22 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:32:18 Operation completed in 56069 ms.
10:32:19 [INFO] 
10:32:19 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.dsl ---
10:32:48 [INFO] [Thu Nov 30 15:32:48 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/x86_64/Eclipse.app'...
10:34:11 [INFO] [Thu Nov 30 15:34:11 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/aarch64/Eclipse.app'...
10:35:05 [INFO] 
10:35:05 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.dsl ---
10:35:05 [INFO] [Thu Nov 30 15:35:05 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse/eclipse.exe'
10:35:06 [INFO] [Thu Nov 30 15:35:06 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse/eclipsec.exe'
10:35:09 [INFO] 
10:35:09 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.dsl ---
10:35:09 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.x86_64.tar.gz
10:35:31 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.aarch64.tar.gz
10:35:51 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20231130-1512_eclipse-dsl-2023-12-R-win32.win32.x86_64.zip
10:36:06 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.tar.gz
10:36:28 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.tar.gz
10:36:50 [INFO] 
10:36:50 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.dsl ---
10:36:50 [INFO] [Thu Nov 30 15:36:50 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
10:38:02 [INFO] 
10:38:02 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.dsl ---
10:38:02 [INFO] [Thu Nov 30 15:38:02 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
10:38:54 [INFO] 
10:38:54 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.dsl ---
10:38:54 [INFO] Executing tasks
10:38:54 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
10:39:22 [INFO] Executed tasks
10:39:22 [INFO] 
10:39:22 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.dsl ---
10:39:27 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository...
10:39:29 Mirroring: osgi.bundle,org.eclipse.epp.package.dsl,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.dsl,4.30.0.20231130-1200)
10:39:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.dsl,4.30.0.20231130-1200.
10:39:29 Mirroring: binary,epp.package.dsl.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.dsl.executable.win32.win32.x86_64,4.30.0.20231130-1200)
10:39:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.win32.win32.x86_64,4.30.0.20231130-1200.
10:39:29 Mirroring: binary,epp.package.dsl.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.dsl.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
10:39:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
10:39:29 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
10:39:29 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
10:39:29 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
10:39:29 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
10:39:29 Mirroring: binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
10:39:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
10:39:29 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
10:39:29 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
10:39:29 Mirroring: binary,epp.package.dsl.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.dsl.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
10:39:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
10:39:29 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
10:39:29 Mirroring: binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
10:39:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
10:39:29 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.30.0.20231130-1200)
10:39:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.30.0.20231130-1200.
10:39:30 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.]
10:39:30 [INFO] 
10:39:30 [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.embedcpp >----------
10:39:30 [INFO] Building org.eclipse.epp.package.embedcpp 4.30.0-SNAPSHOT        [10/34]
10:39:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:39:30 [INFO] 
10:39:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] Resolving class path of org.eclipse.epp.package.embedcpp...
10:39:30 [INFO] 
10:39:30 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:39:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:39:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/src/main/resources
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:39:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:39:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/src/test/resources
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] No tests to run.
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:39:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:39:30 [INFO] Copying 1 resource
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/target/org.eclipse.epp.package.embedcpp-4.30.0-SNAPSHOT.jar
10:39:30 [INFO] 
10:39:30 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp ---
10:39:30 [INFO] 
10:39:30 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.embedcpp ---
10:39:31 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/target/org.eclipse.epp.package.embedcpp-4.30.0-SNAPSHOT.jar
10:39:32 [INFO] 
10:39:32 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp ---
10:39:32 [INFO] 
10:39:32 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.embedcpp ---
10:39:32 [INFO] 
10:39:32 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.embedcpp ---
10:39:32 [INFO] No tests to run.
10:39:32 [INFO] 
10:39:32 [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature >------
10:39:32 [INFO] Building org.eclipse.epp.package.embedcpp.feature 4.30.0-SNAPSHOT [11/34]
10:39:32 [INFO] --------------------------[ eclipse-feature ]---------------------------
10:39:32 [INFO] 
10:39:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:32 [INFO] 
10:39:32 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:39:33 [INFO] 
10:39:33 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] 
10:39:33 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] 
10:39:33 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] 
10:39:33 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] 
10:39:33 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] 
10:39:33 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/target/org.eclipse.epp.package.embedcpp.feature-4.30.0-SNAPSHOT.jar
10:39:33 [INFO] 
10:39:33 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] 
10:39:33 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] 
10:39:33 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:33 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/target/org.eclipse.epp.package.embedcpp.feature-4.30.0-SNAPSHOT.jar
10:39:34 [INFO] 
10:39:34 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp.feature ---
10:39:34 [INFO] 
10:39:34 [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >----------------
10:39:34 [INFO] Building epp.package.embedcpp 4.30.0-SNAPSHOT                    [12/34]
10:39:34 [INFO] -------------------------[ eclipse-repository ]-------------------------
10:39:35 [INFO] 
10:39:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.embedcpp ---
10:39:35 [INFO] 
10:39:35 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp ---
10:39:40 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:39:40 [INFO] 
10:39:40 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.embedcpp ---
10:39:40 [INFO] 
10:39:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.embedcpp ---
10:39:40 [INFO] 
10:39:40 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.embedcpp ---
10:39:40 [INFO] 
10:39:40 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.embedcpp ---
10:39:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:39:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:39:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources
10:39:40 [INFO] 
10:39:40 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp ---
10:39:40 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
10:39:40 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
10:39:40 [INFO] 
10:39:40 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.embedcpp ---
10:39:41 [INFO] 
10:39:41 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.embedcpp ---
10:39:41 [INFO] 
10:39:41 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp ---
10:39:41 [INFO] 
10:39:41 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.embedcpp ---
10:39:56 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
10:39:57 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
10:40:01 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.30.0.20231130-1200.
10:40:06 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
10:40:14 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.embedcpp,4.30.0.20231130-1200.
10:40:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
10:40:27 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.30.0.20231130-1200.
10:40:32 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
10:40:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
10:41:07 [INFO] 
10:41:07 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.embedcpp ---
10:41:07 [INFO] 
10:41:07 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.embedcpp ---
10:41:07 [INFO] Installing product epp.package.embedcpp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/linux/gtk/x86_64/eclipse
10:41:07 Installing epp.package.embedcpp 4.30.0.20231130-1200.
10:41:07 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:41:07 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:41:07 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:41:07 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:41:07 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:41:07 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:41:07 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:41:07 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:41:07 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:41:07 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:41:07 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:41:07 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:41:07 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:41:07 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:41:07 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:41:07 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:41:07 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:41:07 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:41:07 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:41:07 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:41:07 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:41:07 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:41:07 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:41:07 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:41:07 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:41:07 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:41:07 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:41:07 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:41:07 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:41:07 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:41:07 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:41:07 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:41:07 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:41:07 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:41:07 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:41:07 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:41:07 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:41:07 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:41:07 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:41:07 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:41:07 Installing org.eclipse.embedcdt.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.codered.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.packs.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.doc.user.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.templates.ad.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.templates.stm.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.4.0.202307251916.
10:41:07 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:41:52 Operation completed in 44910 ms.
10:41:52 [INFO] Installing product epp.package.embedcpp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/linux/gtk/aarch64/eclipse
10:41:52 Installing epp.package.embedcpp 4.30.0.20231130-1200.
10:41:52 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:41:52 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:41:52 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:41:52 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:41:52 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:41:52 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:41:52 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:41:52 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:41:52 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:41:52 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:41:52 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:41:52 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:41:52 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:41:52 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:41:52 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:41:52 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:41:52 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:41:52 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:41:52 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:41:52 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:41:52 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:41:52 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:41:52 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:41:52 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:41:52 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:41:52 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:41:52 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:41:52 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:41:52 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:41:52 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:41:52 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:41:52 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:41:52 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:41:52 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:41:52 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:41:52 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:41:52 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:41:52 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:41:52 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:41:52 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:41:52 Installing org.eclipse.embedcdt.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.codered.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.packs.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.doc.user.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.templates.ad.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.templates.stm.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.4.0.202307251916.
10:41:52 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:42:38 Operation completed in 45504 ms.
10:42:38 [INFO] Installing product epp.package.embedcpp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse
10:42:38 Installing epp.package.embedcpp 4.30.0.20231130-1200.
10:42:38 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:42:38 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:42:38 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:42:38 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:42:38 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:42:38 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:42:38 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:42:38 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:42:38 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:42:38 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:42:38 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:42:38 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:42:38 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:42:38 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:42:38 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:42:38 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:42:38 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:42:38 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:42:38 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:42:38 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:42:38 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:42:38 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:42:38 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:42:38 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:42:38 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:42:38 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:42:38 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:42:38 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:42:38 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:42:38 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:42:38 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:42:38 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:42:38 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:42:38 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:42:38 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:42:38 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:42:38 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:42:38 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:42:38 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:42:38 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:42:38 Installing org.eclipse.embedcdt.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.codered.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.packs.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.doc.user.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.templates.ad.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.templates.stm.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.4.0.202307251916.
10:42:38 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:43:23 Operation completed in 45222 ms.
10:43:24 [INFO] Installing product epp.package.embedcpp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/x86_64/Eclipse.app
10:43:24 Installing epp.package.embedcpp 4.30.0.20231130-1200.
10:43:24 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:43:24 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:43:24 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:43:24 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:43:24 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:43:24 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:43:24 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:43:24 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:43:24 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:43:24 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:43:24 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:43:24 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:43:24 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:43:24 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:43:24 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:43:24 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:43:24 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:43:24 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:43:24 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:43:24 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:43:24 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:43:24 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:43:24 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:43:24 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:43:24 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:43:24 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:43:24 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:43:24 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:43:24 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:43:24 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:43:24 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:43:24 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:43:24 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:43:24 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:43:24 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:43:24 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:43:24 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:43:24 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:43:24 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:43:24 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:43:24 Installing org.eclipse.embedcdt.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.codered.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.packs.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.doc.user.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.templates.ad.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.templates.stm.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.4.0.202307251916.
10:43:24 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:44:11 Operation completed in 46506 ms.
10:44:11 [INFO] Installing product epp.package.embedcpp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/aarch64/Eclipse.app
10:44:11 Installing epp.package.embedcpp 4.30.0.20231130-1200.
10:44:11 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:44:11 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:44:11 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:44:11 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:44:11 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:44:11 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:44:11 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:44:11 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:44:11 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:44:11 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:44:11 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:44:11 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:44:11 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:44:11 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:44:11 Installing org.eclipse.cdt.feature.group 11.4.0.202311271618.
10:44:11 Installing org.eclipse.cdt.autotools.feature.group 11.4.0.202309151124.
10:44:11 Installing org.eclipse.cdt.build.crossgcc.feature.group 11.4.0.202309151124.
10:44:11 Installing org.eclipse.cdt.cmake.feature.group 11.4.0.202309191802.
10:44:11 Installing org.eclipse.cdt.meson.feature.group 11.4.0.202309191802.
10:44:11 Installing org.eclipse.cdt.docker.launcher.feature.group 11.4.0.202309151124.
10:44:11 Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.4.0.202309151124.
10:44:11 Installing org.eclipse.cdt.debug.standalone.feature.group 11.4.0.202311211857.
10:44:11 Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.4.0.202309151124.
10:44:11 Installing org.eclipse.cdt.launch.remote.feature.group 11.4.0.202309142347.
10:44:11 Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.4.0.202309142347.
10:44:11 Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.4.0.202309151124.
10:44:11 Installing org.eclipse.launchbar.feature.group 11.4.0.202309152126.
10:44:11 Installing org.eclipse.launchbar.remote.feature.group 11.4.0.202309142347.
10:44:11 Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.13.0.202311272311.
10:44:11 Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.13.0.202311272311.
10:44:11 Installing org.eclipse.linuxtools.changelog.c.feature.group 8.13.0.202311272311.
10:44:11 Installing org.eclipse.linuxtools.gcov.feature.group 8.13.0.202311272311.
10:44:11 Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.13.0.202311272311.
10:44:11 Installing org.eclipse.linuxtools.rpm.feature.group 8.13.0.202311272311.
10:44:11 Installing org.eclipse.linuxtools.valgrind.feature.group 8.13.0.202311272311.
10:44:11 Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.4.0.202309142347.
10:44:11 Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.2.0.202311221933.
10:44:11 Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.2.0.202311221933.
10:44:11 Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.2.0.202311221933.
10:44:11 Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.2.0.202311221933.
10:44:11 Installing org.eclipse.embedcdt.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.codered.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.packs.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.doc.user.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.templates.ad.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.templates.stm.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.4.0.202307251916.
10:44:11 Installing org.eclipse.mylyn.cdt.feature.feature.group 5.24.0.v20231009-0014.
10:44:58 Operation completed in 46694 ms.
10:44:58 [INFO] 
10:44:58 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.embedcpp ---
10:45:15 [INFO] [Thu Nov 30 15:45:15 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/x86_64/Eclipse.app'...
10:46:35 [INFO] [Thu Nov 30 15:46:35 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/aarch64/Eclipse.app'...
10:47:31 [INFO] 
10:47:31 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.embedcpp ---
10:47:31 [INFO] [Thu Nov 30 15:47:31 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse/eclipsec.exe'
10:47:31 [INFO] [Thu Nov 30 15:47:31 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse/eclipse.exe'
10:47:35 [INFO] 
10:47:35 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.embedcpp ---
10:47:35 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.x86_64.tar.gz
10:47:54 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.aarch64.tar.gz
10:48:21 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20231130-1512_eclipse-embedcpp-2023-12-R-win32.win32.x86_64.zip
10:48:31 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
10:48:50 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
10:49:09 [INFO] 
10:49:09 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.embedcpp ---
10:49:09 [INFO] [Thu Nov 30 15:49:09 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
10:50:35 [INFO] 
10:50:35 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.embedcpp ---
10:50:35 [INFO] [Thu Nov 30 15:50:35 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
10:51:25 [INFO] 
10:51:25 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.embedcpp ---
10:51:25 [INFO] Executing tasks
10:51:25 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
10:51:41 [INFO] Executed tasks
10:51:41 [INFO] 
10:51:41 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.embedcpp ---
10:51:46 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository...
10:51:46 Mirroring: binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
10:51:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
10:51:46 Mirroring: osgi.bundle,org.eclipse.epp.package.embedcpp,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.embedcpp,4.30.0.20231130-1200)
10:51:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.embedcpp,4.30.0.20231130-1200.
10:51:46 Mirroring: binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
10:51:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
10:51:46 Mirroring: binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
10:51:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
10:51:46 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
10:51:46 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.30.0.20231130-1200)
10:51:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.30.0.20231130-1200.
10:51:46 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
10:51:46 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
10:51:46 Mirroring: binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.30.0.20231130-1200)
10:51:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.30.0.20231130-1200.
10:51:46 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
10:51:46 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
10:51:46 Mirroring: binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
10:51:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
10:51:46 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
10:51:46 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
10:51:46 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.]
10:51:47 [INFO] 
10:51:47 [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.java >------------
10:51:47 [INFO] Building org.eclipse.epp.package.java 4.30.0-SNAPSHOT            [13/34]
10:51:47 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:51:47 [INFO] 
10:51:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] Resolving class path of org.eclipse.epp.package.java...
10:51:47 [INFO] 
10:51:47 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:51:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:51:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/src/main/resources
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:51:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:51:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/src/test/resources
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] No tests to run.
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:51:47 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:51:47 [INFO] Copying 1 resource
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/target/org.eclipse.epp.package.java-4.30.0-SNAPSHOT.jar
10:51:47 [INFO] 
10:51:47 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] 
10:51:47 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.java ---
10:51:47 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/target/org.eclipse.epp.package.java-4.30.0-SNAPSHOT.jar
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java ---
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.java ---
10:51:48 [INFO] 
10:51:48 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.java ---
10:51:48 [INFO] No tests to run.
10:51:48 [INFO] 
10:51:48 [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.java.feature >--------
10:51:48 [INFO] Building org.eclipse.epp.package.java.feature 4.30.0-SNAPSHOT    [14/34]
10:51:48 [INFO] --------------------------[ eclipse-feature ]---------------------------
10:51:48 [INFO] 
10:51:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/target/org.eclipse.epp.package.java.feature-4.30.0-SNAPSHOT.jar
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] 
10:51:48 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.java.feature ---
10:51:48 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/target/org.eclipse.epp.package.java.feature-4.30.0-SNAPSHOT.jar
10:51:50 [INFO] 
10:51:50 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java.feature ---
10:51:50 [INFO] 
10:51:50 [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------
10:51:50 [INFO] Building epp.package.java 4.30.0-SNAPSHOT                        [15/34]
10:51:50 [INFO] -------------------------[ eclipse-repository ]-------------------------
10:51:50 [INFO] 
10:51:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.java ---
10:51:50 [INFO] 
10:51:50 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java ---
10:51:52 [INFO] The project's OSGi version is 4.30.0.20231130-1200
10:51:52 [INFO] 
10:51:52 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.java ---
10:51:52 [INFO] 
10:51:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.java ---
10:51:52 [INFO] 
10:51:52 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.java ---
10:51:52 [INFO] 
10:51:52 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.java ---
10:51:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:51:52 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
10:51:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/src/main/resources
10:51:52 [INFO] 
10:51:52 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java ---
10:51:52 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
10:51:52 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
10:51:52 [INFO] 
10:51:52 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.java ---
10:51:52 [INFO] 
10:51:52 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.java ---
10:51:52 [INFO] 
10:51:52 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.java ---
10:51:52 [INFO] 
10:51:52 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.java ---
10:51:59 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
10:52:00 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.30.0.20231130-1200.
10:52:01 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
10:52:02 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
10:52:13 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.java,4.30.0.20231130-1200.
10:52:16 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
10:52:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.win32.win32.x86_64,4.30.0.20231130-1200.
10:52:27 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
10:52:29 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
10:52:46 [INFO] 
10:52:46 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.java ---
10:52:46 [INFO] 
10:52:46 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.java ---
10:52:46 [INFO] Installing product epp.package.java for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/linux/gtk/x86_64/eclipse
10:52:47 Installing epp.package.java 4.30.0.20231130-1200.
10:52:47 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:52:47 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:52:47 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:52:47 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:52:47 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:52:47 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:52:47 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:52:47 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:52:47 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:52:47 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:52:47 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:52:47 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:52:47 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:52:47 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:52:47 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:52:47 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
10:52:47 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
10:52:47 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
10:52:47 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:52:47 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:52:47 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:52:47 Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352.
10:52:47 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
10:52:47 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
10:53:16 Operation completed in 29357 ms.
10:53:16 [INFO] Installing product epp.package.java for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/linux/gtk/aarch64/eclipse
10:53:16 Installing epp.package.java 4.30.0.20231130-1200.
10:53:16 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:53:16 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:53:16 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:53:16 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:53:16 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:53:16 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:53:16 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:53:16 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:53:16 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:53:16 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:53:16 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:53:16 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:53:16 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:53:16 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:53:16 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:53:16 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
10:53:16 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
10:53:16 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
10:53:16 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:53:16 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:53:16 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:53:16 Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352.
10:53:16 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
10:53:16 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
10:53:47 Operation completed in 31032 ms.
10:53:48 [INFO] Installing product epp.package.java for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse
10:53:48 Installing epp.package.java 4.30.0.20231130-1200.
10:53:48 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:53:48 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:53:48 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:53:48 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:53:48 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:53:48 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:53:48 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:53:48 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:53:48 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:53:48 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:53:48 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:53:48 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:53:48 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:53:48 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:53:48 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:53:48 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
10:53:48 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
10:53:48 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
10:53:48 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:53:48 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:53:48 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:53:48 Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352.
10:53:48 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
10:53:48 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
10:54:20 Operation completed in 31634 ms.
10:54:20 [INFO] Installing product epp.package.java for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/x86_64/Eclipse.app
10:54:20 Installing epp.package.java 4.30.0.20231130-1200.
10:54:20 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:54:20 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:54:20 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:54:20 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:54:20 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:54:20 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:54:20 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:54:20 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:54:20 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:54:20 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:54:20 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:54:20 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:54:20 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:54:20 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:54:20 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:54:20 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
10:54:20 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
10:54:20 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
10:54:20 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:54:20 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:54:20 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:54:20 Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352.
10:54:20 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
10:54:20 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
10:54:49 Operation completed in 29107 ms.
10:54:50 [INFO] Installing product epp.package.java for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/aarch64/Eclipse.app
10:54:50 Installing epp.package.java 4.30.0.20231130-1200.
10:54:50 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
10:54:50 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
10:54:50 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
10:54:50 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
10:54:50 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
10:54:50 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
10:54:50 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
10:54:50 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
10:54:50 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
10:54:50 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
10:54:50 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
10:54:50 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
10:54:50 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
10:54:50 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
10:54:50 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
10:54:50 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
10:54:50 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
10:54:50 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
10:54:50 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
10:54:50 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
10:54:50 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
10:54:50 Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352.
10:54:50 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
10:54:50 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
10:55:19 Operation completed in 29060 ms.
10:55:19 [INFO] 
10:55:19 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.java ---
10:55:31 [INFO] [Thu Nov 30 15:55:31 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/x86_64/Eclipse.app'...
10:56:31 [INFO] [Thu Nov 30 15:56:31 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/aarch64/Eclipse.app'...
10:57:09 [INFO] 
10:57:09 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.java ---
10:57:09 [INFO] [Thu Nov 30 15:57:09 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse/eclipsec.exe'
10:57:10 [INFO] [Thu Nov 30 15:57:10 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse/eclipse.exe'
10:57:10 [INFO] 
10:57:10 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.java ---
10:57:10 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20231130-1512_eclipse-java-2023-12-R-linux.gtk.x86_64.tar.gz
10:57:26 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20231130-1512_eclipse-java-2023-12-R-linux.gtk.aarch64.tar.gz
10:57:43 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20231130-1512_eclipse-java-2023-12-R-win32.win32.x86_64.zip
10:57:49 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.tar.gz
10:58:08 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.tar.gz
10:58:23 [INFO] 
10:58:23 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.java ---
10:58:23 [INFO] [Thu Nov 30 15:58:23 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
10:59:17 [INFO] 
10:59:17 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.java ---
10:59:17 [INFO] [Thu Nov 30 15:59:17 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
11:00:12 [INFO] 
11:00:12 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.java ---
11:00:12 [INFO] Executing tasks
11:00:12 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
11:00:32 [INFO] Executed tasks
11:00:32 [INFO] 
11:00:32 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.java ---
11:00:36 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository...
11:00:37 Mirroring: binary,epp.package.java.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.java.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
11:00:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:00:37 Mirroring: binary,epp.package.java.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.java.executable.win32.win32.x86_64,4.30.0.20231130-1200)
11:00:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:00:37 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
11:00:37 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.30.0.20231130-1200)
11:00:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.30.0.20231130-1200.
11:00:37 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
11:00:37 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
11:00:37 Mirroring: binary,epp.package.java.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.java.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
11:00:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:00:37 Mirroring: osgi.bundle,org.eclipse.epp.package.java,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.java,4.30.0.20231130-1200)
11:00:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.java,4.30.0.20231130-1200.
11:00:37 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
11:00:37 Mirroring: binary,epp.package.java.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.java.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
11:00:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:00:37 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
11:00:37 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
11:00:37 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
11:00:37 Mirroring: binary,epp.package.java.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.java.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
11:00:37 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.java.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:00:37 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.]
11:00:37 [INFO] 
11:00:37 [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.jee >-------------
11:00:37 [INFO] Building org.eclipse.epp.package.jee 4.30.0-SNAPSHOT             [16/34]
11:00:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:00:37 [INFO] 
11:00:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] Resolving class path of org.eclipse.epp.package.jee...
11:00:37 [INFO] 
11:00:37 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:00:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:00:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/src/main/resources
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:00:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:00:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/src/test/resources
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] No tests to run.
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:00:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:00:37 [INFO] Copying 1 resource
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/target/org.eclipse.epp.package.jee-4.30.0-SNAPSHOT.jar
11:00:37 [INFO] 
11:00:37 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] 
11:00:37 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.jee ---
11:00:37 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/target/org.eclipse.epp.package.jee-4.30.0-SNAPSHOT.jar
11:00:38 [INFO] 
11:00:38 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee ---
11:00:38 [INFO] 
11:00:38 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.jee ---
11:00:38 [INFO] 
11:00:38 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.jee ---
11:00:38 [INFO] No tests to run.
11:00:38 [INFO] 
11:00:38 [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.jee.feature >---------
11:00:38 [INFO] Building org.eclipse.epp.package.jee.feature 4.30.0-SNAPSHOT     [17/34]
11:00:38 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:00:39 [INFO] 
11:00:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:00:39 [INFO] 
11:00:39 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/target/org.eclipse.epp.package.jee.feature-4.30.0-SNAPSHOT.jar
11:00:39 [INFO] 
11:00:39 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] 
11:00:39 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.jee.feature ---
11:00:39 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/target/org.eclipse.epp.package.jee.feature-4.30.0-SNAPSHOT.jar
11:00:41 [INFO] 
11:00:41 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee.feature ---
11:00:41 [INFO] 
11:00:41 [INFO] ------------------< org.eclipse.epp:epp.package.jee >-------------------
11:00:41 [INFO] Building epp.package.jee 4.30.0-SNAPSHOT                         [18/34]
11:00:41 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:00:42 [INFO] 
11:00:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.jee ---
11:00:42 [INFO] 
11:00:42 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee ---
11:01:12 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:01:12 [INFO] 
11:01:12 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.jee ---
11:01:12 [INFO] 
11:01:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.jee ---
11:01:12 [INFO] 
11:01:12 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.jee ---
11:01:12 [INFO] 
11:01:12 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.jee ---
11:01:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:12 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:01:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/src/main/resources
11:01:12 [INFO] 
11:01:12 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee ---
11:01:12 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
11:01:12 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
11:01:12 [INFO] 
11:01:12 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.jee ---
11:01:12 [INFO] 
11:01:12 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.jee ---
11:01:12 [INFO] 
11:01:12 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.jee ---
11:01:12 [INFO] 
11:01:12 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.jee ---
11:01:24 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.jee,4.30.0.20231130-1200.
11:01:25 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
11:01:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:01:40 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
11:02:00 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.30.0.20231130-1200.
11:02:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:02:14 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:02:17 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:02:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:03:10 [INFO] 
11:03:10 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.jee ---
11:03:10 [INFO] 
11:03:10 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.jee ---
11:03:10 [INFO] Installing product epp.package.jee for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/linux/gtk/x86_64/eclipse
11:03:10 Installing epp.package.jee 4.30.0.20231130-1200.
11:03:10 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:03:10 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:03:10 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:03:10 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:03:10 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:03:10 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:03:10 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:03:10 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:03:10 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:03:10 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:03:10 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:03:10 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:03:10 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:03:10 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:03:10 Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
11:03:10 Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
11:03:10 Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
11:03:10 Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.0.202311071345.
11:03:10 Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
11:03:10 Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
11:03:10 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:03:10 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:03:10 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:03:10 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:03:10 Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736.
11:03:10 Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102.
11:03:10 Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213.
11:03:10 Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019.
11:03:10 Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102.
11:03:10 Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.0.v202308172102.
11:03:10 Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413.
11:03:10 Installing org.eclipse.wst.server_adapters.feature.feature.group 3.32.0.v202311142254.
11:03:10 Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955.
11:03:10 Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.32.0.v202309190220.
11:03:10 Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303.
11:03:10 Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.800.v202311130434.
11:03:10 Installing org.eclipse.jst.server_adapters.feature.feature.group 3.32.0.v202311141839.
11:03:10 Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202308172116.
11:03:10 Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216.
11:03:10 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
11:03:10 Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354.
11:03:10 Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1100.v202308010326.
11:03:10 Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354.
11:03:10 Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.900.v202308010326.
11:03:10 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:03:10 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:03:10 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:03:10 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:03:10 Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618.
11:03:10 Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618.
11:03:10 Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618.
11:03:10 Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618.
11:03:10 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:03:10 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:03:10 Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955.
11:03:10 Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1500.v202307260701.
11:03:10 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:03:10 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:03:10 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:03:10 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:03:10 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:04:04 Operation completed in 54233 ms.
11:04:05 [INFO] Installing product epp.package.jee for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/linux/gtk/aarch64/eclipse
11:04:05 Installing epp.package.jee 4.30.0.20231130-1200.
11:04:05 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:04:05 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:04:05 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:04:05 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:04:05 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:04:05 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:04:05 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:04:05 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:04:05 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:04:05 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:04:05 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:04:05 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:04:05 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:04:05 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:04:05 Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
11:04:05 Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
11:04:05 Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
11:04:05 Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.0.202311071345.
11:04:05 Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
11:04:05 Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
11:04:05 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:04:05 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:04:05 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:04:05 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:04:05 Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736.
11:04:05 Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102.
11:04:05 Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213.
11:04:05 Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019.
11:04:05 Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102.
11:04:05 Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.0.v202308172102.
11:04:05 Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413.
11:04:05 Installing org.eclipse.wst.server_adapters.feature.feature.group 3.32.0.v202311142254.
11:04:05 Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955.
11:04:05 Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.32.0.v202309190220.
11:04:05 Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303.
11:04:05 Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.800.v202311130434.
11:04:05 Installing org.eclipse.jst.server_adapters.feature.feature.group 3.32.0.v202311141839.
11:04:05 Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202308172116.
11:04:05 Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216.
11:04:05 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
11:04:05 Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354.
11:04:05 Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1100.v202308010326.
11:04:05 Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354.
11:04:05 Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.900.v202308010326.
11:04:05 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:04:05 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:04:05 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:04:05 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:04:05 Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618.
11:04:05 Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618.
11:04:05 Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618.
11:04:05 Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618.
11:04:05 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:04:05 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:04:05 Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955.
11:04:05 Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1500.v202307260701.
11:04:05 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:04:05 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:04:05 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:04:05 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:04:05 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:04:59 Operation completed in 54495 ms.
11:05:00 [INFO] Installing product epp.package.jee for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse
11:05:00 Installing epp.package.jee 4.30.0.20231130-1200.
11:05:00 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:05:00 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:05:00 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:05:00 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:05:00 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:05:00 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:05:00 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:05:00 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:05:00 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:05:00 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:05:00 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:05:00 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:05:00 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:05:00 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:05:00 Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
11:05:00 Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
11:05:00 Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
11:05:00 Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.0.202311071345.
11:05:00 Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
11:05:00 Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
11:05:00 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:05:00 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:05:00 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:05:00 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:05:00 Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736.
11:05:00 Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102.
11:05:00 Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213.
11:05:00 Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019.
11:05:00 Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102.
11:05:00 Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.0.v202308172102.
11:05:00 Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413.
11:05:00 Installing org.eclipse.wst.server_adapters.feature.feature.group 3.32.0.v202311142254.
11:05:00 Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955.
11:05:00 Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.32.0.v202309190220.
11:05:00 Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303.
11:05:00 Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.800.v202311130434.
11:05:00 Installing org.eclipse.jst.server_adapters.feature.feature.group 3.32.0.v202311141839.
11:05:00 Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202308172116.
11:05:00 Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216.
11:05:00 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
11:05:00 Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354.
11:05:00 Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1100.v202308010326.
11:05:00 Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354.
11:05:00 Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.900.v202308010326.
11:05:00 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:05:00 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:05:00 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:05:00 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:05:00 Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618.
11:05:00 Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618.
11:05:00 Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618.
11:05:00 Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618.
11:05:00 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:05:00 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:05:00 Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955.
11:05:00 Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1500.v202307260701.
11:05:00 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:05:00 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:05:00 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:05:00 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:05:00 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:05:56 Operation completed in 56680 ms.
11:05:57 [INFO] Installing product epp.package.jee for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/x86_64/Eclipse.app
11:05:57 Installing epp.package.jee 4.30.0.20231130-1200.
11:05:57 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:05:57 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:05:57 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:05:57 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:05:57 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:05:57 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:05:57 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:05:57 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:05:57 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:05:57 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:05:57 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:05:57 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:05:57 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:05:57 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:05:57 Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
11:05:57 Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
11:05:57 Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
11:05:57 Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.0.202311071345.
11:05:57 Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
11:05:57 Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
11:05:57 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:05:57 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:05:57 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:05:57 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:05:57 Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736.
11:05:57 Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102.
11:05:57 Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213.
11:05:57 Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019.
11:05:57 Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102.
11:05:57 Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.0.v202308172102.
11:05:57 Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413.
11:05:57 Installing org.eclipse.wst.server_adapters.feature.feature.group 3.32.0.v202311142254.
11:05:57 Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955.
11:05:57 Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.32.0.v202309190220.
11:05:57 Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303.
11:05:57 Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.800.v202311130434.
11:05:57 Installing org.eclipse.jst.server_adapters.feature.feature.group 3.32.0.v202311141839.
11:05:57 Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202308172116.
11:05:57 Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216.
11:05:57 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
11:05:57 Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354.
11:05:57 Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1100.v202308010326.
11:05:57 Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354.
11:05:57 Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.900.v202308010326.
11:05:57 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:05:57 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:05:57 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:05:57 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:05:57 Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618.
11:05:57 Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618.
11:05:57 Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618.
11:05:57 Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618.
11:05:57 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:05:57 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:05:57 Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955.
11:05:57 Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1500.v202307260701.
11:05:57 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:05:57 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:05:57 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:05:57 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:05:57 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:06:56 Operation completed in 59340 ms.
11:06:57 [INFO] Installing product epp.package.jee for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/aarch64/Eclipse.app
11:06:57 Installing epp.package.jee 4.30.0.20231130-1200.
11:06:57 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:06:57 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:06:57 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:06:57 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:06:57 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:06:57 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:06:57 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:06:57 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:06:57 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:06:57 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:06:57 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:06:57 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:06:57 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:06:57 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:06:57 Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
11:06:57 Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
11:06:57 Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
11:06:57 Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.0.202311071345.
11:06:57 Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
11:06:57 Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
11:06:57 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:06:57 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:06:57 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:06:57 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:06:57 Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736.
11:06:57 Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102.
11:06:57 Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213.
11:06:57 Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019.
11:06:57 Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102.
11:06:57 Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.0.v202308172102.
11:06:57 Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413.
11:06:57 Installing org.eclipse.wst.server_adapters.feature.feature.group 3.32.0.v202311142254.
11:06:57 Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955.
11:06:57 Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.32.0.v202309190220.
11:06:57 Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303.
11:06:57 Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.800.v202311130434.
11:06:57 Installing org.eclipse.jst.server_adapters.feature.feature.group 3.32.0.v202311141839.
11:06:57 Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202308172116.
11:06:57 Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216.
11:06:57 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
11:06:57 Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354.
11:06:57 Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1100.v202308010326.
11:06:57 Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354.
11:06:57 Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.900.v202308010326.
11:06:57 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:06:57 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:06:57 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:06:57 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:06:57 Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618.
11:06:57 Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618.
11:06:57 Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618.
11:06:57 Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618.
11:06:57 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:06:57 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:06:57 Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955.
11:06:57 Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1500.v202307260701.
11:06:57 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:06:57 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:06:57 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:06:57 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:06:57 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:07:56 Operation completed in 58865 ms.
11:07:56 [INFO] 
11:07:56 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.jee ---
11:08:18 [INFO] [Thu Nov 30 16:08:18 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/aarch64/Eclipse.app'...
11:10:07 [INFO] [Thu Nov 30 16:10:07 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/x86_64/Eclipse.app'...
11:11:29 [INFO] 
11:11:29 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.jee ---
11:11:30 [INFO] [Thu Nov 30 16:11:30 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse/eclipse.exe'
11:11:30 [INFO] [Thu Nov 30 16:11:30 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse/eclipsec.exe'
11:11:33 [INFO] 
11:11:33 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.jee ---
11:11:33 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20231130-1512_eclipse-jee-2023-12-R-linux.gtk.x86_64.tar.gz
11:12:03 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20231130-1512_eclipse-jee-2023-12-R-linux.gtk.aarch64.tar.gz
11:12:29 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20231130-1512_eclipse-jee-2023-12-R-win32.win32.x86_64.zip
11:12:42 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.tar.gz
11:13:07 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.tar.gz
11:13:34 [INFO] 
11:13:34 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.jee ---
11:13:34 [INFO] [Thu Nov 30 16:13:34 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
11:15:05 [INFO] 
11:15:05 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.jee ---
11:15:05 [INFO] [Thu Nov 30 16:15:05 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
11:16:30 [INFO] 
11:16:30 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.jee ---
11:16:30 [INFO] Executing tasks
11:16:30 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
11:16:58 [INFO] Executed tasks
11:16:58 [INFO] 
11:16:58 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.jee ---
11:17:04 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository...
11:17:05 Mirroring: binary,epp.package.jee.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.jee.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
11:17:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:17:05 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
11:17:05 Mirroring: binary,epp.package.jee.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.jee.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
11:17:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:17:05 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
11:17:05 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
11:17:05 Mirroring: binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
11:17:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:17:05 Mirroring: binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
11:17:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:17:05 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
11:17:05 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
11:17:05 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.30.0.20231130-1200)
11:17:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.30.0.20231130-1200.
11:17:05 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
11:17:05 Mirroring: binary,epp.package.jee.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.jee.executable.win32.win32.x86_64,4.30.0.20231130-1200)
11:17:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.jee.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:17:05 Mirroring: osgi.bundle,org.eclipse.epp.package.jee,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.jee,4.30.0.20231130-1200)
11:17:05 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.jee,4.30.0.20231130-1200.
11:17:05 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
11:17:05 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.]
11:17:06 [INFO] 
11:17:06 [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.modeling >----------
11:17:06 [INFO] Building org.eclipse.epp.package.modeling 4.30.0-SNAPSHOT        [19/34]
11:17:06 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:17:06 [INFO] 
11:17:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] Resolving class path of org.eclipse.epp.package.modeling...
11:17:06 [INFO] 
11:17:06 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:17:06 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:17:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/src/main/resources
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:17:06 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:17:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/src/test/resources
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] No tests to run.
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:17:06 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:17:06 [INFO] Copying 1 resource
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/target/org.eclipse.epp.package.modeling-4.30.0-SNAPSHOT.jar
11:17:06 [INFO] 
11:17:06 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] 
11:17:06 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.modeling ---
11:17:06 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/target/org.eclipse.epp.package.modeling-4.30.0-SNAPSHOT.jar
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling ---
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.modeling ---
11:17:08 [INFO] 
11:17:08 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.modeling ---
11:17:08 [INFO] No tests to run.
11:17:08 [INFO] 
11:17:08 [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.modeling.feature >------
11:17:08 [INFO] Building org.eclipse.epp.package.modeling.feature 4.30.0-SNAPSHOT [20/34]
11:17:08 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:17:08 [INFO] 
11:17:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/target/org.eclipse.epp.package.modeling.feature-4.30.0-SNAPSHOT.jar
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] 
11:17:08 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.modeling.feature ---
11:17:08 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/target/org.eclipse.epp.package.modeling.feature-4.30.0-SNAPSHOT.jar
11:17:09 [INFO] 
11:17:09 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling.feature ---
11:17:09 [INFO] 
11:17:09 [INFO] ----------------< org.eclipse.epp:epp.package.modeling >----------------
11:17:09 [INFO] Building epp.package.modeling 4.30.0-SNAPSHOT                    [21/34]
11:17:09 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:17:11 [INFO] 
11:17:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.modeling ---
11:17:11 [INFO] 
11:17:11 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling ---
11:17:43 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:17:43 [INFO] 
11:17:43 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.modeling ---
11:17:43 [INFO] 
11:17:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.modeling ---
11:17:43 [INFO] 
11:17:43 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.modeling ---
11:17:43 [INFO] 
11:17:43 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.modeling ---
11:17:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:17:43 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:17:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/src/main/resources
11:17:43 [INFO] 
11:17:43 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling ---
11:17:43 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
11:17:43 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
11:17:43 [INFO] 
11:17:43 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.modeling ---
11:17:44 [INFO] 
11:17:44 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.modeling ---
11:17:44 [INFO] 
11:17:44 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.modeling ---
11:17:44 [INFO] 
11:17:44 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.modeling ---
11:17:58 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
11:18:25 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.modeling,4.30.0.20231130-1200.
11:18:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:18:56 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
11:19:12 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.30.0.20231130-1200.
11:19:26 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:19:32 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:19:42 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:19:47 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:21:24 [INFO] 
11:21:24 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.modeling ---
11:21:24 [INFO] 
11:21:24 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.modeling ---
11:21:24 [INFO] Installing product epp.package.modeling for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/x86_64/eclipse
11:21:25 Installing epp.package.modeling 4.30.0.20231130-1200.
11:21:25 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:21:25 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:21:25 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:21:25 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:21:25 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:21:25 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:21:25 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:21:25 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:21:25 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:21:25 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:21:25 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:21:25 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:21:25 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:21:25 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:21:25 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:21:25 Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20231129-1238.
11:21:25 Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.23.202311200811.
11:21:25 Installing org.eclipse.emf.compare.source.feature.group 3.3.23.202311200811.
11:21:25 Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.23.202311200811.
11:21:25 Installing org.eclipse.emf.compare.egit.feature.group 3.3.23.202311200811.
11:21:25 Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647.
11:21:25 Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132.
11:21:25 Installing org.eclipse.emf.parsley.sdk.feature.group 1.15.0.v20231125-1306.
11:21:25 Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.15.0.v20231125-1306.
11:21:25 Installing org.eclipse.emf.query.sdk.feature.group 1.12.1.202208101410.
11:21:25 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
11:21:25 Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935.
11:21:25 Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712.
11:21:25 Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639.
11:21:25 Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.2.202311130907.
11:21:25 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:21:25 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:21:25 Installing org.eclipse.ocl.all.sdk.feature.group 5.19.0.v20231129-1236.
11:21:25 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:21:25 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:21:25 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
11:21:25 Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811.
11:21:25 Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20230916-0637.
11:21:25 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:21:25 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:21:25 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:22:33 Operation completed in 68536 ms.
11:22:34 [INFO] Installing product epp.package.modeling for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/aarch64/eclipse
11:22:34 Installing epp.package.modeling 4.30.0.20231130-1200.
11:22:34 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:22:34 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:22:34 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:22:34 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:22:34 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:22:34 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:22:34 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:22:34 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:22:34 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:22:34 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:22:34 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:22:34 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:22:34 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:22:34 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:22:34 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:22:34 Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20231129-1238.
11:22:34 Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.23.202311200811.
11:22:34 Installing org.eclipse.emf.compare.source.feature.group 3.3.23.202311200811.
11:22:34 Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.23.202311200811.
11:22:34 Installing org.eclipse.emf.compare.egit.feature.group 3.3.23.202311200811.
11:22:34 Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647.
11:22:34 Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132.
11:22:34 Installing org.eclipse.emf.parsley.sdk.feature.group 1.15.0.v20231125-1306.
11:22:34 Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.15.0.v20231125-1306.
11:22:34 Installing org.eclipse.emf.query.sdk.feature.group 1.12.1.202208101410.
11:22:34 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
11:22:34 Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935.
11:22:34 Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712.
11:22:34 Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639.
11:22:34 Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.2.202311130907.
11:22:34 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:22:34 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:22:34 Installing org.eclipse.ocl.all.sdk.feature.group 5.19.0.v20231129-1236.
11:22:34 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:22:34 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:22:34 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
11:22:34 Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811.
11:22:34 Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20230916-0637.
11:22:34 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:22:34 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:22:34 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:23:41 Operation completed in 67280 ms.
11:23:41 [INFO] Installing product epp.package.modeling for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse
11:23:42 Installing epp.package.modeling 4.30.0.20231130-1200.
11:23:42 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:23:42 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:23:42 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:23:42 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:23:42 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:23:42 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:23:42 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:23:42 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:23:42 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:23:42 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:23:42 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:23:42 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:23:42 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:23:42 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:23:42 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:23:42 Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20231129-1238.
11:23:42 Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.23.202311200811.
11:23:42 Installing org.eclipse.emf.compare.source.feature.group 3.3.23.202311200811.
11:23:42 Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.23.202311200811.
11:23:42 Installing org.eclipse.emf.compare.egit.feature.group 3.3.23.202311200811.
11:23:42 Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647.
11:23:42 Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132.
11:23:42 Installing org.eclipse.emf.parsley.sdk.feature.group 1.15.0.v20231125-1306.
11:23:42 Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.15.0.v20231125-1306.
11:23:42 Installing org.eclipse.emf.query.sdk.feature.group 1.12.1.202208101410.
11:23:42 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
11:23:42 Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935.
11:23:42 Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712.
11:23:42 Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639.
11:23:42 Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.2.202311130907.
11:23:42 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:23:42 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:23:42 Installing org.eclipse.ocl.all.sdk.feature.group 5.19.0.v20231129-1236.
11:23:42 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:23:42 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:23:42 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
11:23:42 Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811.
11:23:42 Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20230916-0637.
11:23:42 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:23:42 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:23:42 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:24:51 Operation completed in 69839 ms.
11:24:52 [INFO] Installing product epp.package.modeling for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app
11:24:52 Installing epp.package.modeling 4.30.0.20231130-1200.
11:24:52 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:24:52 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:24:52 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:24:52 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:24:52 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:24:52 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:24:52 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:24:52 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:24:52 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:24:52 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:24:52 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:24:52 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:24:52 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:24:52 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:24:52 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:24:52 Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20231129-1238.
11:24:52 Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.23.202311200811.
11:24:52 Installing org.eclipse.emf.compare.source.feature.group 3.3.23.202311200811.
11:24:52 Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.23.202311200811.
11:24:52 Installing org.eclipse.emf.compare.egit.feature.group 3.3.23.202311200811.
11:24:52 Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647.
11:24:52 Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132.
11:24:52 Installing org.eclipse.emf.parsley.sdk.feature.group 1.15.0.v20231125-1306.
11:24:52 Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.15.0.v20231125-1306.
11:24:52 Installing org.eclipse.emf.query.sdk.feature.group 1.12.1.202208101410.
11:24:52 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
11:24:52 Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935.
11:24:52 Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712.
11:24:52 Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639.
11:24:52 Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.2.202311130907.
11:24:52 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:24:52 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:24:52 Installing org.eclipse.ocl.all.sdk.feature.group 5.19.0.v20231129-1236.
11:24:52 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:24:52 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:24:52 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
11:24:52 Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811.
11:24:52 Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20230916-0637.
11:24:52 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:24:52 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:24:52 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:26:04 Operation completed in 72116 ms.
11:26:04 [INFO] Installing product epp.package.modeling for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/aarch64/Eclipse.app
11:26:05 Installing epp.package.modeling 4.30.0.20231130-1200.
11:26:05 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:26:05 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:26:05 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:26:05 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:26:05 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:26:05 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:26:05 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:26:05 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:26:05 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:26:05 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:26:05 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:26:05 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:26:05 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:26:05 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:26:05 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:26:05 Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20231129-1238.
11:26:05 Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.23.202311200811.
11:26:05 Installing org.eclipse.emf.compare.source.feature.group 3.3.23.202311200811.
11:26:05 Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.23.202311200811.
11:26:05 Installing org.eclipse.emf.compare.egit.feature.group 3.3.23.202311200811.
11:26:05 Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647.
11:26:05 Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132.
11:26:05 Installing org.eclipse.emf.parsley.sdk.feature.group 1.15.0.v20231125-1306.
11:26:05 Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.15.0.v20231125-1306.
11:26:05 Installing org.eclipse.emf.query.sdk.feature.group 1.12.1.202208101410.
11:26:05 Installing org.eclipse.emf.sdk.feature.group 2.36.0.v20231107-0612.
11:26:05 Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935.
11:26:05 Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712.
11:26:05 Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639.
11:26:05 Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.2.202311130907.
11:26:05 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:26:05 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:26:05 Installing org.eclipse.ocl.all.sdk.feature.group 5.19.0.v20231129-1236.
11:26:05 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
11:26:05 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:26:05 Installing org.eclipse.sdk.feature.group 4.30.0.v20231123-2204.
11:26:05 Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811.
11:26:05 Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20230916-0637.
11:26:05 Installing org.eclipse.tips.feature.feature.group 0.4.200.v20231106-1240.
11:26:05 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:26:05 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:27:14 Operation completed in 69161 ms.
11:27:14 [INFO] 
11:27:14 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.modeling ---
11:27:36 [INFO] [Thu Nov 30 16:27:36 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/aarch64/Eclipse.app'...
11:29:11 [INFO] [Thu Nov 30 16:29:11 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app'...
11:30:21 [INFO] 
11:30:21 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.modeling ---
11:30:22 [INFO] [Thu Nov 30 16:30:22 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse/eclipse.exe'
11:30:22 [INFO] [Thu Nov 30 16:30:22 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse/eclipsec.exe'
11:30:22 [INFO] 
11:30:22 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.modeling ---
11:30:22 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.x86_64.tar.gz
11:30:51 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.aarch64.tar.gz
11:31:15 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20231130-1512_eclipse-modeling-2023-12-R-win32.win32.x86_64.zip
11:31:28 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.tar.gz
11:31:51 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.tar.gz
11:32:17 [INFO] 
11:32:17 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.modeling ---
11:32:18 [INFO] [Thu Nov 30 16:32:18 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
11:33:40 [INFO] 
11:33:40 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.modeling ---
11:33:40 [INFO] [Thu Nov 30 16:33:40 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
11:35:00 [INFO] 
11:35:00 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.modeling ---
11:35:01 [INFO] Executing tasks
11:35:01 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
11:35:15 [INFO] Executed tasks
11:35:15 [INFO] 
11:35:15 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.modeling ---
11:35:21 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository...
11:35:22 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
11:35:22 Mirroring: binary,epp.package.modeling.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.modeling.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
11:35:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:35:22 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
11:35:22 Mirroring: binary,epp.package.modeling.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.modeling.executable.win32.win32.x86_64,4.30.0.20231130-1200)
11:35:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:35:22 Mirroring: binary,epp.package.modeling.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.modeling.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
11:35:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:35:22 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
11:35:22 Mirroring: osgi.bundle,org.eclipse.epp.package.modeling,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.modeling,4.30.0.20231130-1200)
11:35:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.modeling,4.30.0.20231130-1200.
11:35:22 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
11:35:22 Mirroring: binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
11:35:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:35:22 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
11:35:22 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
11:35:22 Mirroring: binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
11:35:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:35:22 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
11:35:22 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.30.0.20231130-1200)
11:35:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.30.0.20231130-1200.
11:35:22 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.]
11:35:22 [INFO] 
11:35:22 [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.php >-------------
11:35:22 [INFO] Building org.eclipse.epp.package.php 4.30.0-SNAPSHOT             [22/34]
11:35:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:35:22 [INFO] 
11:35:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] Resolving class path of org.eclipse.epp.package.php...
11:35:22 [INFO] 
11:35:22 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:35:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:35:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/src/main/resources
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:35:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:35:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/src/test/resources
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] No tests to run.
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] 
11:35:22 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.php ---
11:35:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:35:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:35:22 [INFO] Copying 1 resource
11:35:22 [INFO] 
11:35:22 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.php ---
11:35:23 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/target/org.eclipse.epp.package.php-4.30.0-SNAPSHOT.jar
11:35:23 [INFO] 
11:35:23 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php ---
11:35:23 [INFO] 
11:35:23 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.php ---
11:35:23 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/target/org.eclipse.epp.package.php-4.30.0-SNAPSHOT.jar
11:35:24 [INFO] 
11:35:24 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php ---
11:35:24 [INFO] 
11:35:24 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.php ---
11:35:24 [INFO] 
11:35:24 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.php ---
11:35:24 [INFO] No tests to run.
11:35:24 [INFO] 
11:35:24 [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.php.feature >---------
11:35:24 [INFO] Building org.eclipse.epp.package.php.feature 4.30.0-SNAPSHOT     [23/34]
11:35:24 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:35:24 [INFO] 
11:35:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.php.feature ---
11:35:24 [INFO] 
11:35:24 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:35:25 [INFO] 
11:35:25 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] 
11:35:25 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] 
11:35:25 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] 
11:35:25 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] 
11:35:25 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] 
11:35:25 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/target/org.eclipse.epp.package.php.feature-4.30.0-SNAPSHOT.jar
11:35:25 [INFO] 
11:35:25 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] 
11:35:25 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] 
11:35:25 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.php.feature ---
11:35:25 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/target/org.eclipse.epp.package.php.feature-4.30.0-SNAPSHOT.jar
11:35:26 [INFO] 
11:35:26 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php.feature ---
11:35:26 [INFO] 
11:35:26 [INFO] ------------------< org.eclipse.epp:epp.package.php >-------------------
11:35:26 [INFO] Building epp.package.php 4.30.0-SNAPSHOT                         [24/34]
11:35:26 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:35:26 [INFO] 
11:35:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.php ---
11:35:26 [INFO] 
11:35:26 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php ---
11:35:31 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:35:31 [INFO] 
11:35:31 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.php ---
11:35:31 [INFO] 
11:35:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.php ---
11:35:31 [INFO] 
11:35:31 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.php ---
11:35:31 [INFO] 
11:35:31 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.php ---
11:35:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:35:31 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:35:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/src/main/resources
11:35:31 [INFO] 
11:35:31 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php ---
11:35:31 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:35:31 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
11:35:31 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
11:35:31 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
11:35:31 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
11:35:31 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
11:35:31 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:35:31 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:35:32 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
11:35:32 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
11:35:32 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
11:35:32 [INFO] 
11:35:32 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.php ---
11:35:32 [INFO] 
11:35:32 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.php ---
11:35:32 [INFO] 
11:35:32 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.php ---
11:35:32 [INFO] 
11:35:32 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.php ---
11:35:41 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
11:35:43 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:35:44 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
11:35:45 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.php,4.30.0.20231130-1200.
11:35:45 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.30.0.20231130-1200.
11:35:58 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:36:03 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:36:11 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:36:13 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:36:34 [INFO] 
11:36:34 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.php ---
11:36:34 [INFO] 
11:36:34 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.php ---
11:36:34 [INFO] Installing product epp.package.php for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/linux/gtk/x86_64/eclipse
11:36:34 Installing epp.package.php 4.30.0.20231130-1200.
11:36:34 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:36:34 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:36:34 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:36:34 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:36:34 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:36:34 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:36:34 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:36:34 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:36:34 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:36:34 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:36:34 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:36:34 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:36:34 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:36:34 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:36:34 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:36:34 Installing org.eclipse.php.feature.group 8.2.0.202311292129.
11:36:34 Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129.
11:36:34 Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129.
11:36:34 Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129.
11:36:34 Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129.
11:36:34 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:36:34 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:36:34 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:36:34 Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129.
11:37:14 Operation completed in 39506 ms.
11:37:14 [INFO] Installing product epp.package.php for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/linux/gtk/aarch64/eclipse
11:37:14 Installing epp.package.php 4.30.0.20231130-1200.
11:37:14 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:37:14 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:37:14 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:37:14 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:37:14 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:37:14 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:37:14 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:37:14 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:37:14 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:37:14 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:37:14 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:37:14 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:37:14 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:37:14 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:37:14 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:37:14 Installing org.eclipse.php.feature.group 8.2.0.202311292129.
11:37:14 Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129.
11:37:14 Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129.
11:37:14 Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129.
11:37:14 Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129.
11:37:14 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:37:14 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:37:14 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:37:14 Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129.
11:37:55 Operation completed in 40387 ms.
11:37:55 [INFO] Installing product epp.package.php for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse
11:37:55 Installing epp.package.php 4.30.0.20231130-1200.
11:37:55 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:37:55 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:37:55 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:37:55 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:37:55 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:37:55 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:37:55 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:37:55 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:37:55 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:37:55 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:37:55 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:37:55 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:37:55 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:37:55 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:37:55 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:37:55 Installing org.eclipse.php.feature.group 8.2.0.202311292129.
11:37:55 Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129.
11:37:55 Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129.
11:37:55 Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129.
11:37:55 Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129.
11:37:55 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:37:55 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:37:55 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:37:55 Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129.
11:38:36 Operation completed in 40669 ms.
11:38:36 [INFO] Installing product epp.package.php for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/x86_64/Eclipse.app
11:38:36 Installing epp.package.php 4.30.0.20231130-1200.
11:38:36 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:38:36 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:38:36 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:38:36 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:38:36 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:38:36 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:38:36 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:38:36 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:38:36 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:38:36 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:38:36 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:38:36 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:38:36 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:38:36 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:38:36 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:38:36 Installing org.eclipse.php.feature.group 8.2.0.202311292129.
11:38:36 Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129.
11:38:36 Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129.
11:38:36 Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129.
11:38:36 Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129.
11:38:36 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:38:36 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:38:36 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:38:36 Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129.
11:39:18 Operation completed in 41666 ms.
11:39:19 [INFO] Installing product epp.package.php for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/aarch64/Eclipse.app
11:39:19 Installing epp.package.php 4.30.0.20231130-1200.
11:39:19 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:39:19 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:39:19 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:39:19 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:39:19 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:39:19 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:39:19 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:39:19 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:39:19 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:39:19 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:39:19 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:39:19 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:39:19 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:39:19 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:39:19 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:39:19 Installing org.eclipse.php.feature.group 8.2.0.202311292129.
11:39:19 Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129.
11:39:19 Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129.
11:39:19 Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129.
11:39:19 Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129.
11:39:19 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:39:19 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
11:39:19 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
11:39:19 Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129.
11:40:03 Operation completed in 44609 ms.
11:40:04 [INFO] 
11:40:04 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.php ---
11:40:21 [INFO] [Thu Nov 30 16:40:21 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/x86_64/Eclipse.app'...
11:41:37 [INFO] [Thu Nov 30 16:41:37 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/aarch64/Eclipse.app'...
11:42:31 [INFO] 
11:42:31 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.php ---
11:42:32 [INFO] [Thu Nov 30 16:42:32 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse/eclipse.exe'
11:42:33 [INFO] [Thu Nov 30 16:42:33 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse/eclipsec.exe'
11:42:36 [INFO] 
11:42:36 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.php ---
11:42:36 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20231130-1512_eclipse-php-2023-12-R-linux.gtk.x86_64.tar.gz
11:43:07 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20231130-1512_eclipse-php-2023-12-R-linux.gtk.aarch64.tar.gz
11:43:28 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20231130-1512_eclipse-php-2023-12-R-win32.win32.x86_64.zip
11:43:42 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.tar.gz
11:44:02 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.tar.gz
11:44:23 [INFO] 
11:44:23 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.php ---
11:44:23 [INFO] [Thu Nov 30 16:44:23 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
11:45:28 [INFO] 
11:45:29 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.php ---
11:45:29 [INFO] [Thu Nov 30 16:45:28 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
11:46:19 [INFO] 
11:46:19 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.php ---
11:46:19 [INFO] Executing tasks
11:46:19 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
11:46:28 [INFO] Executed tasks
11:46:28 [INFO] 
11:46:28 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.php ---
11:46:32 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository...
11:46:33 Mirroring: binary,epp.package.php.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.php.executable.win32.win32.x86_64,4.30.0.20231130-1200)
11:46:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:46:33 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
11:46:33 Mirroring: osgi.bundle,org.eclipse.epp.package.php,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.php,4.30.0.20231130-1200)
11:46:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.php,4.30.0.20231130-1200.
11:46:33 Mirroring: binary,epp.package.php.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.php.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
11:46:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:46:33 Mirroring: binary,epp.package.php.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.php.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
11:46:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:46:33 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.30.0.20231130-1200)
11:46:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.30.0.20231130-1200.
11:46:33 Mirroring: binary,epp.package.php.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.php.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
11:46:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:46:33 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
11:46:33 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
11:46:33 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
11:46:33 Mirroring: binary,epp.package.php.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.php.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
11:46:33 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.php.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:46:33 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
11:46:33 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
11:46:33 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
11:46:33 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.]
11:46:34 [INFO] 
11:46:34 [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.rcp >-------------
11:46:34 [INFO] Building org.eclipse.epp.package.rcp 4.30.0-SNAPSHOT             [25/34]
11:46:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:46:34 [INFO] 
11:46:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] Resolving class path of org.eclipse.epp.package.rcp...
11:46:34 [INFO] 
11:46:34 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:46:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:46:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/src/main/resources
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:46:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:46:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/src/test/resources
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] No tests to run.
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:46:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:46:34 [INFO] Copying 1 resource
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/target/org.eclipse.epp.package.rcp-4.30.0-SNAPSHOT.jar
11:46:34 [INFO] 
11:46:34 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] 
11:46:34 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.rcp ---
11:46:34 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/target/org.eclipse.epp.package.rcp-4.30.0-SNAPSHOT.jar
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp ---
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.rcp ---
11:46:36 [INFO] 
11:46:36 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.rcp ---
11:46:36 [INFO] No tests to run.
11:46:36 [INFO] 
11:46:36 [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.rcp.feature >---------
11:46:36 [INFO] Building org.eclipse.epp.package.rcp.feature 4.30.0-SNAPSHOT     [26/34]
11:46:36 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:46:36 [INFO] 
11:46:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/target/org.eclipse.epp.package.rcp.feature-4.30.0-SNAPSHOT.jar
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] 
11:46:36 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.rcp.feature ---
11:46:36 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/target/org.eclipse.epp.package.rcp.feature-4.30.0-SNAPSHOT.jar
11:46:37 [INFO] 
11:46:37 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp.feature ---
11:46:37 [INFO] 
11:46:37 [INFO] ------------------< org.eclipse.epp:epp.package.rcp >-------------------
11:46:37 [INFO] Building epp.package.rcp 4.30.0-SNAPSHOT                         [27/34]
11:46:37 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:46:38 [INFO] 
11:46:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.rcp ---
11:46:38 [INFO] 
11:46:38 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp ---
11:46:44 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:46:44 [INFO] 
11:46:44 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.rcp ---
11:46:44 [INFO] 
11:46:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.rcp ---
11:46:44 [INFO] 
11:46:44 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.rcp ---
11:46:44 [INFO] 
11:46:44 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.rcp ---
11:46:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:46:44 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:46:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/src/main/resources
11:46:44 [INFO] 
11:46:44 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp ---
11:46:44 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
11:46:44 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
11:46:44 [INFO] 
11:46:44 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.rcp ---
11:46:44 [INFO] 
11:46:44 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.rcp ---
11:46:44 [INFO] 
11:46:44 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.rcp ---
11:46:44 [INFO] 
11:46:44 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.rcp ---
11:46:51 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.30.0.20231130-1200.
11:46:54 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
11:47:00 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.rcp,4.30.0.20231130-1200.
11:47:06 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
11:47:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:47:24 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:47:32 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:47:34 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:47:39 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:48:18 [INFO] 
11:48:18 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.rcp ---
11:48:18 [INFO] 
11:48:18 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.rcp ---
11:48:18 [INFO] Installing product epp.package.rcp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/linux/gtk/x86_64/eclipse
11:48:19 Installing epp.package.rcp 4.30.0.20231130-1200.
11:48:19 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:48:19 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:48:19 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:48:19 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:48:19 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:48:19 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:48:19 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:48:19 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:48:19 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:48:19 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:48:19 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:48:19 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:48:19 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:48:19 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:48:19 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:48:19 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:48:19 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:48:19 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:48:19 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:48:19 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:48:19 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:48:19 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:48:19 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:48:19 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:48:19 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:48:19 Installing org.eclipse.rap.tools.feature.feature.group 3.27.0.20231124-1200.
11:48:19 Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420.
11:48:19 Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420.
11:48:19 Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420.
11:48:19 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:48:19 Installing org.eclipse.passage.ldc.feature.feature.group 2.10.0.v20231115-0933.
11:48:19 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:48:19 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:49:02 Operation completed in 43753 ms.
11:49:03 [INFO] Installing product epp.package.rcp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/linux/gtk/aarch64/eclipse
11:49:03 Installing epp.package.rcp 4.30.0.20231130-1200.
11:49:03 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:49:03 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:49:03 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:49:03 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:49:03 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:49:03 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:49:03 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:49:03 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:49:03 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:49:03 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:49:03 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:49:03 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:49:03 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:49:03 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:49:03 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:49:03 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:49:03 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:49:03 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:49:03 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:49:03 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:49:03 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:49:03 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:49:03 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:49:03 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:49:03 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:49:03 Installing org.eclipse.rap.tools.feature.feature.group 3.27.0.20231124-1200.
11:49:03 Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420.
11:49:03 Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420.
11:49:03 Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420.
11:49:03 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:49:03 Installing org.eclipse.passage.ldc.feature.feature.group 2.10.0.v20231115-0933.
11:49:03 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:49:03 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:49:50 Operation completed in 46916 ms.
11:49:50 [INFO] Installing product epp.package.rcp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse
11:49:50 Installing epp.package.rcp 4.30.0.20231130-1200.
11:49:50 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:49:50 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:49:50 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:49:50 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:49:50 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:49:50 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:49:50 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:49:50 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:49:50 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:49:50 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:49:50 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:49:50 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:49:50 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:49:50 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:49:50 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:49:50 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:49:50 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:49:50 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:49:50 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:49:50 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:49:50 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:49:50 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:49:50 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:49:50 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:49:50 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:49:50 Installing org.eclipse.rap.tools.feature.feature.group 3.27.0.20231124-1200.
11:49:50 Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420.
11:49:50 Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420.
11:49:50 Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420.
11:49:50 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:49:50 Installing org.eclipse.passage.ldc.feature.feature.group 2.10.0.v20231115-0933.
11:49:50 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:49:50 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:50:39 Operation completed in 49078 ms.
11:50:40 [INFO] Installing product epp.package.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/x86_64/Eclipse.app
11:50:40 Installing epp.package.rcp 4.30.0.20231130-1200.
11:50:40 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:50:40 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:50:40 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:50:40 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:50:40 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:50:40 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:50:40 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:50:40 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:50:40 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:50:40 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:50:40 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:50:40 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:50:40 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:50:40 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:50:40 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:50:40 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:50:40 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:50:40 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:50:40 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:50:40 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:50:40 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:50:40 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:50:40 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:50:40 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:50:40 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:50:40 Installing org.eclipse.rap.tools.feature.feature.group 3.27.0.20231124-1200.
11:50:40 Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420.
11:50:40 Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420.
11:50:40 Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420.
11:50:40 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:50:40 Installing org.eclipse.passage.ldc.feature.feature.group 2.10.0.v20231115-0933.
11:50:40 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:50:40 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:51:28 Operation completed in 48650 ms.
11:51:29 [INFO] Installing product epp.package.rcp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/aarch64/Eclipse.app
11:51:29 Installing epp.package.rcp 4.30.0.20231130-1200.
11:51:29 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:51:29 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:51:29 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:51:29 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:51:29 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:51:29 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:51:29 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:51:29 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:51:29 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:51:29 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:51:29 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:51:29 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:51:29 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:51:29 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:51:29 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:51:29 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
11:51:29 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
11:51:29 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
11:51:29 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
11:51:29 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:51:29 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
11:51:29 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:51:29 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
11:51:29 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:51:29 Installing org.eclipse.m2e.logback.feature.feature.group 2.2.1.20231113-2319.
11:51:29 Installing org.eclipse.rap.tools.feature.feature.group 3.27.0.20231124-1200.
11:51:29 Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420.
11:51:29 Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420.
11:51:29 Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420.
11:51:29 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:51:29 Installing org.eclipse.passage.ldc.feature.feature.group 2.10.0.v20231115-0933.
11:51:29 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
11:51:29 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
11:52:15 Operation completed in 45723 ms.
11:52:15 [INFO] 
11:52:15 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.rcp ---
11:52:32 [INFO] [Thu Nov 30 16:52:32 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/aarch64/Eclipse.app'...
11:53:39 [INFO] [Thu Nov 30 16:53:39 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/x86_64/Eclipse.app'...
11:54:28 [INFO] 
11:54:28 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.rcp ---
11:54:29 [INFO] [Thu Nov 30 16:54:29 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse/eclipse.exe'
11:54:29 [INFO] [Thu Nov 30 16:54:29 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse/eclipsec.exe'
11:54:29 [INFO] 
11:54:29 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.rcp ---
11:54:29 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.x86_64.tar.gz
11:54:48 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.aarch64.tar.gz
11:55:12 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20231130-1512_eclipse-rcp-2023-12-R-win32.win32.x86_64.zip
11:55:22 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.tar.gz
11:55:48 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.tar.gz
11:56:08 [INFO] 
11:56:08 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.rcp ---
11:56:08 [INFO] [Thu Nov 30 16:56:08 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
11:56:51 [INFO] 
11:56:51 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.rcp ---
11:56:51 [INFO] [Thu Nov 30 16:56:51 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
11:57:50 [INFO] 
11:57:50 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.rcp ---
11:57:50 [INFO] Executing tasks
11:57:50 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
11:58:11 [INFO] Executed tasks
11:58:11 [INFO] 
11:58:11 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.rcp ---
11:58:16 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository...
11:58:28 Mirroring: binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
11:58:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:58:28 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.30.0.20231130-1200)
11:58:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.30.0.20231130-1200.
11:58:28 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
11:58:28 Mirroring: osgi.bundle,org.eclipse.epp.package.rcp,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.rcp,4.30.0.20231130-1200)
11:58:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.rcp,4.30.0.20231130-1200.
11:58:28 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
11:58:28 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
11:58:28 Mirroring: binary,epp.package.rcp.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.rcp.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
11:58:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:58:28 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
11:58:28 Mirroring: binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
11:58:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:58:28 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
11:58:28 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
11:58:28 Mirroring: binary,epp.package.rcp.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.rcp.executable.win32.win32.x86_64,4.30.0.20231130-1200)
11:58:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:58:28 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
11:58:28 Mirroring: binary,epp.package.rcp.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.rcp.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
11:58:28 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.rcp.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:58:28 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.]
11:58:29 [INFO] 
11:58:29 [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.scout >------------
11:58:29 [INFO] Building org.eclipse.epp.package.scout 4.30.0-SNAPSHOT           [28/34]
11:58:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:58:29 [INFO] 
11:58:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] Resolving class path of org.eclipse.epp.package.scout...
11:58:29 [INFO] 
11:58:29 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:58:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:58:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/src/main/resources
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:58:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:58:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/src/test/resources
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] No tests to run.
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:58:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:58:29 [INFO] Copying 1 resource
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/target/org.eclipse.epp.package.scout-4.30.0-SNAPSHOT.jar
11:58:29 [INFO] 
11:58:29 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] 
11:58:29 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.scout ---
11:58:29 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/target/org.eclipse.epp.package.scout-4.30.0-SNAPSHOT.jar
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout ---
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.scout ---
11:58:31 [INFO] 
11:58:31 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.scout ---
11:58:31 [INFO] No tests to run.
11:58:31 [INFO] 
11:58:31 [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.scout.feature >--------
11:58:31 [INFO] Building org.eclipse.epp.package.scout.feature 4.30.0-SNAPSHOT   [29/34]
11:58:31 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:58:31 [INFO] 
11:58:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/target/org.eclipse.epp.package.scout.feature-4.30.0-SNAPSHOT.jar
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] 
11:58:31 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.scout.feature ---
11:58:31 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/target/org.eclipse.epp.package.scout.feature-4.30.0-SNAPSHOT.jar
11:58:32 [INFO] 
11:58:32 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout.feature ---
11:58:32 [INFO] 
11:58:32 [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------
11:58:32 [INFO] Building epp.package.scout 4.30.0-SNAPSHOT                       [30/34]
11:58:32 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:58:33 [INFO] 
11:58:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.scout ---
11:58:33 [INFO] 
11:58:33 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout ---
11:58:36 [INFO] The project's OSGi version is 4.30.0.20231130-1200
11:58:36 [INFO] 
11:58:36 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.scout ---
11:58:36 [INFO] 
11:58:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.scout ---
11:58:36 [INFO] 
11:58:36 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.scout ---
11:58:36 [INFO] 
11:58:36 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.scout ---
11:58:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:58:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:58:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/src/main/resources
11:58:36 [INFO] 
11:58:36 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout ---
11:58:36 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
11:58:36 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
11:58:36 [INFO] 
11:58:36 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.scout ---
11:58:36 [INFO] 
11:58:36 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.scout ---
11:58:36 [INFO] 
11:58:36 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.scout ---
11:58:36 [INFO] 
11:58:36 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.scout ---
11:58:46 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
11:58:50 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
11:58:54 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
11:58:56 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.scout,4.30.0.20231130-1200.
11:59:04 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.30.0.20231130-1200.
11:59:08 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
11:59:15 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.win32.win32.x86_64,4.30.0.20231130-1200.
11:59:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
11:59:22 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
11:59:49 [INFO] 
11:59:49 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.scout ---
11:59:49 [INFO] 
11:59:49 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.scout ---
11:59:49 [INFO] Installing product epp.package.scout for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/linux/gtk/x86_64/eclipse
11:59:49 Installing epp.package.scout 4.30.0.20231130-1200.
11:59:49 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
11:59:49 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
11:59:49 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
11:59:49 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
11:59:49 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
11:59:49 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
11:59:49 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
11:59:49 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
11:59:49 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
11:59:49 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
11:59:49 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
11:59:49 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
11:59:49 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
11:59:49 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
11:59:49 Installing org.eclipse.help.source.feature.group 2.3.1600.v20231123-1700.
11:59:49 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
11:59:49 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
11:59:49 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
11:59:49 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
11:59:49 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
11:59:49 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
11:59:49 Installing org.eclipse.scout.sdk-feature.feature.group 13.0.27.
11:59:49 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
11:59:49 Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202309280406.
11:59:49 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:00:28 Operation completed in 39045 ms.
12:00:29 [INFO] Installing product epp.package.scout for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/linux/gtk/aarch64/eclipse
12:00:29 Installing epp.package.scout 4.30.0.20231130-1200.
12:00:29 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:00:29 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:00:29 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:00:29 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:00:29 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:00:29 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:00:29 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:00:29 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:00:29 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:00:29 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:00:29 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:00:29 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:00:29 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:00:29 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:00:29 Installing org.eclipse.help.source.feature.group 2.3.1600.v20231123-1700.
12:00:29 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:00:29 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:00:29 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:00:29 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
12:00:29 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:00:29 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:00:29 Installing org.eclipse.scout.sdk-feature.feature.group 13.0.27.
12:00:29 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
12:00:29 Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202309280406.
12:00:29 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:01:07 Operation completed in 38595 ms.
12:01:08 [INFO] Installing product epp.package.scout for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse
12:01:08 Installing epp.package.scout 4.30.0.20231130-1200.
12:01:08 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:01:08 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:01:08 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:01:08 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:01:08 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:01:08 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:01:08 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:01:08 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:01:08 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:01:08 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:01:08 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:01:08 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:01:08 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:01:08 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:01:08 Installing org.eclipse.help.source.feature.group 2.3.1600.v20231123-1700.
12:01:08 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:01:08 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:01:08 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:01:08 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
12:01:08 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:01:08 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:01:08 Installing org.eclipse.scout.sdk-feature.feature.group 13.0.27.
12:01:08 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
12:01:08 Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202309280406.
12:01:08 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:01:47 Operation completed in 39448 ms.
12:01:48 [INFO] Installing product epp.package.scout for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/x86_64/Eclipse.app
12:01:48 Installing epp.package.scout 4.30.0.20231130-1200.
12:01:48 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:01:48 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:01:48 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:01:48 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:01:48 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:01:48 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:01:48 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:01:48 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:01:48 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:01:48 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:01:48 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:01:48 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:01:48 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:01:48 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:01:48 Installing org.eclipse.help.source.feature.group 2.3.1600.v20231123-1700.
12:01:48 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:01:48 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:01:48 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:01:48 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
12:01:48 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:01:48 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:01:48 Installing org.eclipse.scout.sdk-feature.feature.group 13.0.27.
12:01:48 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
12:01:48 Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202309280406.
12:01:48 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:02:27 Operation completed in 39037 ms.
12:02:27 [INFO] Installing product epp.package.scout for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/aarch64/Eclipse.app
12:02:28 Installing epp.package.scout 4.30.0.20231130-1200.
12:02:28 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:02:28 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:02:28 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:02:28 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:02:28 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:02:28 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:02:28 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:02:28 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:02:28 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:02:28 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:02:28 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:02:28 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:02:28 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:02:28 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:02:28 Installing org.eclipse.help.source.feature.group 2.3.1600.v20231123-1700.
12:02:28 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:02:28 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:02:28 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:02:28 Installing org.eclipse.jst.web_ui.feature.feature.group 3.32.0.v202309190220.
12:02:28 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:02:28 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:02:28 Installing org.eclipse.scout.sdk-feature.feature.group 13.0.27.
12:02:28 Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343.
12:02:28 Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202309280406.
12:02:28 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:03:05 Operation completed in 37655 ms.
12:03:06 [INFO] 
12:03:06 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.scout ---
12:03:25 [INFO] [Thu Nov 30 17:03:25 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/x86_64/Eclipse.app'...
12:04:29 [INFO] [Thu Nov 30 17:04:29 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/aarch64/Eclipse.app'...
12:05:15 [INFO] 
12:05:15 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.scout ---
12:05:16 [INFO] [Thu Nov 30 17:05:16 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse/eclipsec.exe'
12:05:16 [INFO] [Thu Nov 30 17:05:16 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse/eclipse.exe'
12:05:16 [INFO] 
12:05:16 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.scout ---
12:05:16 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20231130-1512_eclipse-scout-2023-12-R-linux.gtk.x86_64.tar.gz
12:05:33 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20231130-1512_eclipse-scout-2023-12-R-linux.gtk.aarch64.tar.gz
12:05:51 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20231130-1512_eclipse-scout-2023-12-R-win32.win32.x86_64.zip
12:05:59 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:06:20 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:06:42 [INFO] 
12:06:42 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.scout ---
12:06:42 [INFO] [Thu Nov 30 17:06:42 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
12:07:41 [INFO] 
12:07:41 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.scout ---
12:07:41 [INFO] [Thu Nov 30 17:07:41 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
12:08:41 [INFO] 
12:08:41 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.scout ---
12:08:41 [INFO] Executing tasks
12:08:41 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
12:09:00 [INFO] Executed tasks
12:09:00 [INFO] 
12:09:00 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.scout ---
12:09:05 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository...
12:09:20 Mirroring: binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
12:09:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
12:09:20 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
12:09:20 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
12:09:20 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
12:09:20 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.30.0.20231130-1200)
12:09:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.30.0.20231130-1200.
12:09:20 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
12:09:20 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
12:09:20 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
12:09:20 Mirroring: binary,epp.package.scout.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.scout.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
12:09:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
12:09:20 Mirroring: osgi.bundle,org.eclipse.epp.package.scout,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.scout,4.30.0.20231130-1200)
12:09:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.scout,4.30.0.20231130-1200.
12:09:20 Mirroring: binary,epp.package.scout.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.scout.executable.win32.win32.x86_64,4.30.0.20231130-1200)
12:09:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.win32.win32.x86_64,4.30.0.20231130-1200.
12:09:20 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
12:09:20 Mirroring: binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
12:09:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
12:09:20 Mirroring: binary,epp.package.scout.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.scout.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
12:09:20 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.scout.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
12:09:20 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.]
12:09:21 [INFO] 
12:09:21 [INFO] ---------< org.eclipse.epp:org.eclipse.epp.package.committers >---------
12:09:21 [INFO] Building org.eclipse.epp.package.committers 4.30.0-SNAPSHOT      [31/34]
12:09:21 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:09:21 [INFO] 
12:09:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.committers ---
12:09:21 [INFO] 
12:09:21 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.committers ---
12:09:21 [INFO] The project's OSGi version is 4.30.0.20231130-1200
12:09:21 [INFO] 
12:09:21 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.committers ---
12:09:21 [INFO] 
12:09:21 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.committers ---
12:09:21 [INFO] 
12:09:21 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.committers ---
12:09:21 [INFO] 
12:09:21 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.committers ---
12:09:21 [INFO] 
12:09:21 [INFO] --- tycho-compiler-plugin:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.committers ---
12:09:21 [INFO] Resolving class path of org.eclipse.epp.package.committers...
12:09:22 [INFO] 
12:09:22 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:09:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:09:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/src/main/resources
12:09:22 [INFO] 
12:09:22 [INFO] --- tycho-compiler-plugin:3.0.5:compile (default-compile) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] 
12:09:22 [INFO] --- tycho-ds-plugin:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] 
12:09:22 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:09:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:09:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/src/test/resources
12:09:22 [INFO] 
12:09:22 [INFO] --- tycho-compiler-plugin:3.0.5:testCompile (default-testCompile) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] 
12:09:22 [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] No tests to run.
12:09:22 [INFO] 
12:09:22 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] 
12:09:22 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:09:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:09:22 [INFO] Copying 1 resource
12:09:22 [INFO] 
12:09:22 [INFO] --- tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/target/org.eclipse.epp.package.committers-4.30.0-SNAPSHOT.jar
12:09:22 [INFO] 
12:09:22 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] 
12:09:22 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.committers ---
12:09:22 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/target/org.eclipse.epp.package.committers-4.30.0-SNAPSHOT.jar
12:09:23 [INFO] 
12:09:23 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers ---
12:09:23 [INFO] 
12:09:23 [INFO] --- tycho-surefire-plugin:3.0.5:integration-test (default-integration-test) @ org.eclipse.epp.package.committers ---
12:09:23 [INFO] 
12:09:23 [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.epp.package.committers ---
12:09:23 [INFO] No tests to run.
12:09:23 [INFO] 
12:09:23 [INFO] -----< org.eclipse.epp:org.eclipse.epp.package.committers.feature >-----
12:09:23 [INFO] Building org.eclipse.epp.package.committers.feature 4.30.0-SNAPSHOT [32/34]
12:09:23 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:09:23 [INFO] 
12:09:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.committers.feature ---
12:09:23 [INFO] 
12:09:23 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] The project's OSGi version is 4.30.0.20231130-1200
12:09:24 [INFO] 
12:09:24 [INFO] --- tycho-packaging-plugin:3.0.5:validate-id (default-validate-id) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] 
12:09:24 [INFO] --- tycho-packaging-plugin:3.0.5:validate-version (default-validate-version) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] 
12:09:24 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] 
12:09:24 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] 
12:09:24 [INFO] --- tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] 
12:09:24 [INFO] --- tycho-packaging-plugin:3.0.5:package-feature (default-package-feature) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/target/org.eclipse.epp.package.committers.feature-4.30.0-SNAPSHOT.jar
12:09:24 [INFO] 
12:09:24 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] 
12:09:24 [INFO] --- tycho-p2-plugin:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] 
12:09:24 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.package.committers.feature ---
12:09:24 [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/target/org.eclipse.epp.package.committers.feature-4.30.0-SNAPSHOT.jar
12:09:26 [INFO] 
12:09:26 [INFO] --- tycho-p2-plugin:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers.feature ---
12:09:26 [INFO] 
12:09:26 [INFO] ---------------< org.eclipse.epp:epp.package.committers >---------------
12:09:26 [INFO] Building epp.package.committers 4.30.0-SNAPSHOT                  [33/34]
12:09:26 [INFO] -------------------------[ eclipse-repository ]-------------------------
12:09:26 [INFO] 
12:09:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.committers ---
12:09:26 [INFO] 
12:09:26 [INFO] --- tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers ---
12:09:30 [INFO] The project's OSGi version is 4.30.0.20231130-1200
12:09:30 [INFO] 
12:09:30 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ epp.package.committers ---
12:09:30 [INFO] 
12:09:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.committers ---
12:09:30 [INFO] 
12:09:30 [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.committers ---
12:09:30 [INFO] 
12:09:30 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.committers ---
12:09:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:09:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:09:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/src/main/resources
12:09:30 [INFO] 
12:09:30 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers ---
12:09:30 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
12:09:30 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
12:09:30 [INFO] 
12:09:30 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-products (default-publish-products) @ epp.package.committers ---
12:09:30 [INFO] 
12:09:30 [INFO] --- tycho-p2-publisher-plugin:3.0.5:publish-categories (default-publish-categories) @ epp.package.committers ---
12:09:30 [INFO] 
12:09:30 [INFO] --- tycho-p2-publisher-plugin:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.committers ---
12:09:30 [INFO] 
12:09:30 [INFO] --- tycho-p2-repository-plugin:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.committers ---
12:09:42 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200.
12:09:54 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200.
12:09:55 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.30.0.20231130-1200.
12:10:02 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.committers,4.30.0.20231130-1200.
12:10:02 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
12:10:12 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
12:10:19 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.win32.win32.x86_64,4.30.0.20231130-1200.
12:10:24 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
12:10:31 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
12:11:13 [INFO] 
12:11:13 [INFO] --- tycho-p2-repository-plugin:3.0.5:archive-repository (default-archive-repository) @ epp.package.committers ---
12:11:13 [INFO] 
12:11:13 [INFO] --- tycho-p2-director-plugin:3.0.5:materialize-products (materialize-products) @ epp.package.committers ---
12:11:13 [INFO] Installing product epp.package.committers for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/linux/gtk/x86_64/eclipse
12:11:13 Installing epp.package.committers 4.30.0.20231130-1200.
12:11:13 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:11:13 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:11:13 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:11:13 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:11:13 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:11:13 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:11:13 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:11:13 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:11:13 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:11:13 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:11:13 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:11:13 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:11:13 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:11:13 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:11:13 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:11:13 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:11:13 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
12:11:13 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
12:11:13 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
12:11:13 Installing org.eclipse.platform.source.feature.group 4.30.0.v20231123-2204.
12:11:13 Installing org.eclipse.rcp.source.feature.group 4.30.0.v20231123-1700.
12:11:13 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:11:13 Installing org.eclipse.pde.source.feature.group 3.15.200.v20231123-1700.
12:11:13 Installing org.eclipse.pde.spies.source.feature.group 1.0.200.v20231108-1957.
12:11:13 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
12:11:13 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
12:11:13 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:11:13 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
12:11:13 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:11:13 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
12:11:13 Installing org.eclipse.jgit.http.apache.feature.group 6.8.0.202311291450-r.
12:11:13 Installing org.eclipse.swt.tools.feature.feature.group 3.109.200.v20231108-1313.
12:11:13 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
12:11:13 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
12:11:13 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:11:13 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
12:12:06 Operation completed in 53416 ms.
12:12:07 [INFO] Installing product epp.package.committers for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/linux/gtk/aarch64/eclipse
12:12:07 Installing epp.package.committers 4.30.0.20231130-1200.
12:12:07 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:12:07 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:12:07 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:12:07 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:12:07 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:12:07 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:12:07 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:12:07 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:12:07 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:12:07 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:12:07 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:12:07 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:12:07 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:12:07 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:12:07 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:12:07 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:12:07 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
12:12:07 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
12:12:07 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
12:12:07 Installing org.eclipse.platform.source.feature.group 4.30.0.v20231123-2204.
12:12:07 Installing org.eclipse.rcp.source.feature.group 4.30.0.v20231123-1700.
12:12:07 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:12:07 Installing org.eclipse.pde.source.feature.group 3.15.200.v20231123-1700.
12:12:07 Installing org.eclipse.pde.spies.source.feature.group 1.0.200.v20231108-1957.
12:12:07 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
12:12:07 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
12:12:07 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:12:07 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
12:12:07 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:12:07 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
12:12:07 Installing org.eclipse.jgit.http.apache.feature.group 6.8.0.202311291450-r.
12:12:07 Installing org.eclipse.swt.tools.feature.feature.group 3.109.200.v20231108-1313.
12:12:07 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
12:12:07 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
12:12:07 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:12:07 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
12:13:04 Operation completed in 57833 ms.
12:13:05 [INFO] Installing product epp.package.committers for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse
12:13:05 Installing epp.package.committers 4.30.0.20231130-1200.
12:13:05 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:13:05 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:13:05 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:13:05 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:13:05 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:13:05 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:13:05 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:13:05 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:13:05 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:13:05 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:13:05 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:13:05 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:13:05 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:13:05 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:13:05 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:13:05 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:13:05 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
12:13:05 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
12:13:05 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
12:13:05 Installing org.eclipse.platform.source.feature.group 4.30.0.v20231123-2204.
12:13:05 Installing org.eclipse.rcp.source.feature.group 4.30.0.v20231123-1700.
12:13:05 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:13:05 Installing org.eclipse.pde.source.feature.group 3.15.200.v20231123-1700.
12:13:05 Installing org.eclipse.pde.spies.source.feature.group 1.0.200.v20231108-1957.
12:13:05 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
12:13:05 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
12:13:05 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:13:05 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
12:13:05 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:13:05 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
12:13:05 Installing org.eclipse.jgit.http.apache.feature.group 6.8.0.202311291450-r.
12:13:05 Installing org.eclipse.swt.tools.feature.feature.group 3.109.200.v20231108-1313.
12:13:05 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
12:13:05 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
12:13:05 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:13:05 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
12:14:03 Operation completed in 57872 ms.
12:14:03 [INFO] Installing product epp.package.committers for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/x86_64/Eclipse.app
12:14:04 Installing epp.package.committers 4.30.0.20231130-1200.
12:14:04 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:14:04 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:14:04 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:14:04 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:14:04 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:14:04 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:14:04 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:14:04 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:14:04 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:14:04 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:14:04 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:14:04 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:14:04 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:14:04 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:14:04 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:14:04 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:14:04 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
12:14:04 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
12:14:04 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
12:14:04 Installing org.eclipse.platform.source.feature.group 4.30.0.v20231123-2204.
12:14:04 Installing org.eclipse.rcp.source.feature.group 4.30.0.v20231123-1700.
12:14:04 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:14:04 Installing org.eclipse.pde.source.feature.group 3.15.200.v20231123-1700.
12:14:04 Installing org.eclipse.pde.spies.source.feature.group 1.0.200.v20231108-1957.
12:14:04 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
12:14:04 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
12:14:04 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:14:04 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
12:14:04 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:14:04 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
12:14:04 Installing org.eclipse.jgit.http.apache.feature.group 6.8.0.202311291450-r.
12:14:04 Installing org.eclipse.swt.tools.feature.feature.group 3.109.200.v20231108-1313.
12:14:04 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
12:14:04 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
12:14:04 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:14:04 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
12:15:03 Operation completed in 59444 ms.
12:15:03 [INFO] Installing product epp.package.committers for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/aarch64/Eclipse.app
12:15:04 Installing epp.package.committers 4.30.0.20231130-1200.
12:15:04 Installing org.eclipse.epp.mpc.feature.group 1.10.2.v20231116-1812.
12:15:04 Installing org.eclipse.oomph.setup.feature.group 1.30.0.v20231122-0734.
12:15:04 Installing org.eclipse.tm.terminal.feature.feature.group 11.4.0.202309142347.
12:15:04 Installing org.eclipse.justj.epp.feature.group 17.0.0.v20231028-1129.
12:15:04 Installing org.eclipse.egit.feature.group 6.8.0.202311291450-r.
12:15:04 Installing org.eclipse.jgit.feature.group 6.8.0.202311291450-r.
12:15:04 Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.48.202308291007.
12:15:04 Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.1.0.v20231009-0014.
12:15:04 Installing org.eclipse.mylyn.egit.feature.feature.group 4.1.0.v20231009-0014.
12:15:04 Installing org.eclipse.mylyn.ide.feature.feature.group 4.1.0.v20231009-0014.
12:15:04 Installing org.eclipse.mylyn.git.feature.feature.group 4.1.0.v20231125-1125.
12:15:04 Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20231125-1125.
12:15:04 Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.1.0.v20231009-0014.
12:15:04 Installing org.eclipse.mylyn.reviews.feature.feature.group 4.1.0.v20231125-1125.
12:15:04 Installing org.eclipse.jdt.feature.group 3.19.300.v20231123-1700.
12:15:04 Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.200.v20231106-1537.
12:15:04 Installing org.eclipse.pde.feature.group 3.15.200.v20231123-1700.
12:15:04 Installing org.eclipse.pde.spies.feature.group 1.0.200.v20231108-1957.
12:15:04 Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.0.v20231106-1600.
12:15:04 Installing org.eclipse.platform.source.feature.group 4.30.0.v20231123-2204.
12:15:04 Installing org.eclipse.rcp.source.feature.group 4.30.0.v20231123-1700.
12:15:04 Installing org.eclipse.jdt.source.feature.group 3.19.300.v20231123-1700.
12:15:04 Installing org.eclipse.pde.source.feature.group 3.15.200.v20231123-1700.
12:15:04 Installing org.eclipse.pde.spies.source.feature.group 1.0.200.v20231108-1957.
12:15:04 Installing org.eclipse.buildship.feature.group 3.1.8.v20231117-1658.
12:15:04 Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202311140945.
12:15:04 Installing org.eclipse.m2e.feature.feature.group 2.4.200.20231119-0901.
12:15:04 Installing org.eclipse.m2e.pde.feature.feature.group 2.3.0.20231119-0901.
12:15:04 Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.6.20231113-2319.
12:15:04 Installing org.eclipse.egit.gitflow.feature.feature.group 6.8.0.202311291450-r.
12:15:04 Installing org.eclipse.jgit.http.apache.feature.group 6.8.0.202311291450-r.
12:15:04 Installing org.eclipse.swt.tools.feature.feature.group 3.109.200.v20231108-1313.
12:15:04 Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923.
12:15:04 Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358.
12:15:04 Installing org.eclipse.mylyn.jdt.feature.feature.group 4.1.0.v20231009-0014.
12:15:04 Installing org.eclipse.mylyn.pde.feature.feature.group 4.1.0.v20231124-1250.
12:16:08 Operation completed in 64494 ms.
12:16:08 [INFO] 
12:16:08 [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ epp.package.committers ---
12:16:43 [INFO] [Thu Nov 30 17:16:43 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/x86_64/Eclipse.app'...
12:18:32 [INFO] [Thu Nov 30 17:18:32 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/aarch64/Eclipse.app'...
12:19:55 [INFO] 
12:19:55 [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (sign) @ epp.package.committers ---
12:19:56 [INFO] [Thu Nov 30 17:19:56 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse/eclipsec.exe'
12:19:56 [INFO] [Thu Nov 30 17:19:56 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse/eclipse.exe'
12:19:59 [INFO] 
12:19:59 [INFO] --- tycho-p2-director-plugin:3.0.5:archive-products (archive-products) @ epp.package.committers ---
12:19:59 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20231130-1512_eclipse-committers-2023-12-R-linux.gtk.x86_64.tar.gz
12:20:26 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20231130-1512_eclipse-committers-2023-12-R-linux.gtk.aarch64.tar.gz
12:20:52 [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20231130-1512_eclipse-committers-2023-12-R-win32.win32.x86_64.zip
12:21:05 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:21:32 [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:22:05 [INFO] 
12:22:05 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-aarch64) @ epp.package.committers ---
12:22:05 [INFO] [Thu Nov 30 17:22:05 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.tar.gz'...
12:23:22 [INFO] 
12:23:22 [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-platform-x86_64) @ epp.package.committers ---
12:23:22 [INFO] [Thu Nov 30 17:23:22 UTC 2023] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.tar.gz'...
12:24:34 [INFO] 
12:24:34 [INFO] --- maven-antrun-plugin:3.1.0:run (copy-zips-to-archive-folder) @ epp.package.committers ---
12:24:34 [INFO] Executing tasks
12:24:34 [INFO]      [copy] Copying 7 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
12:25:02 [INFO] Executed tasks
12:25:02 [INFO] 
12:25:02 [INFO] --- tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.committers ---
12:25:06 [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository...
12:25:07 Mirroring: osgi.bundle,org.eclipse.epp.package.committers,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.committers,4.30.0.20231130-1200)
12:25:07 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.epp.package.committers,4.30.0.20231130-1200.
12:25:07 Mirroring: binary,epp.package.committers.executable.gtk.linux.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.committers.executable.gtk.linux.x86_64,4.30.0.20231130-1200)
12:25:07 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.gtk.linux.x86_64,4.30.0.20231130-1200.
12:25:07 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858)
12:25:07 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858)
12:25:07 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858)
12:25:07 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.30.0.20231130-1200)
12:25:07 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.30.0.20231130-1200.
12:25:07 Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200)
12:25:07 Mirroring: binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200)
12:25:07 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.30.0.20231130-1200.
12:25:07 Mirroring: binary,epp.package.committers.executable.gtk.linux.aarch64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.committers.executable.gtk.linux.aarch64,4.30.0.20231130-1200)
12:25:07 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.gtk.linux.aarch64,4.30.0.20231130-1200.
12:25:07 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858)
12:25:07 Mirroring: binary,epp.package.committers.executable.win32.win32.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.committers.executable.win32.win32.x86_64,4.30.0.20231130-1200)
12:25:07 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.win32.win32.x86_64,4.30.0.20231130-1200.
12:25:07 Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200)
12:25:07 Mirroring: binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200 (Descriptor: canonical: binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200)
12:25:07 [WARNING] [3a4b7351-ceb9-43e8-b7ab-37fea22589fd][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.30.0.20231130-1200.
12:25:07 Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858)
12:25:07 [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.30.0.20231130-1200 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64,17.0.9.v20231028-0858 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.]
12:25:08 [INFO] 
12:25:08 [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >--------------
12:25:08 [INFO] Building org.eclipse.epp-buildall 4.30.0-SNAPSHOT                [34/34]
12:25:08 [INFO] --------------------------------[ pom ]---------------------------------
12:25:08 [INFO] 
12:25:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp-buildall ---
12:25:08 [INFO] 
12:25:08 [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall ---
12:25:08 [INFO] No match to regex 'epp\.package\.(\d*)' found in 'org.eclipse.epp-buildall'. The initial value 'org.eclipse.epp-buildall' is left as-is...
12:25:08 [INFO] 
12:25:08 [INFO] --- tycho-eclipserun-plugin:3.0.5:eclipse-run (remove-justj-from-p2) @ org.eclipse.epp-buildall ---
12:25:08 [INFO] Adding repository http://download.eclipse.org/releases/latest
12:25:09 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
12:25:09 [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work/data/.metadata/.log
12:25:09 [INFO] Command line:
12:25:09 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/agent/workspace/simrel.epp-tycho-build/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -install, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work/data, -data, target/antrun-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml]
12:25:11 Buildfile: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml
12:25:11 WARNING: A terminally deprecated method in java.lang.System has been called
12:25:11 WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work/configuration/org.eclipse.osgi/48/0/.cp/lib/antsupportlib.jar)
12:25:11 WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
12:25:11 WARNING: System::setSecurityManager will be removed in a future release
12:25:11 
12:25:11 remove-justj:
12:25:11 Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64 ] 
12:25:11 Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64 ] 
12:25:11 Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64 ] 
12:25:11 Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64 ] 
12:25:11 Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64 ] 
12:25:11 BUILD SUCCESSFUL
12:25:11 
12:25:11 BUILD SUCCESSFUL
12:25:11 Total time: 0 seconds
12:25:12 [INFO] 
12:25:12 [INFO] --- tycho-p2-repository-plugin:3.0.5:fix-artifacts-metadata (add-missing-checksums) @ org.eclipse.epp-buildall ---
12:25:12 [INFO] ------------------------------------------------------------------------
12:25:12 [INFO] Reactor Summary for org.eclipse.epp-buildall 4.30.0-SNAPSHOT:
12:25:12 [INFO] 
12:25:12 [INFO] archive-template ................................... SUCCESS [ 23.172 s]
12:25:12 [INFO] org.eclipse.epp.package.common ..................... SUCCESS [ 10.236 s]
12:25:12 [INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [  2.224 s]
12:25:12 [INFO] org.eclipse.epp.package.cpp ........................ SUCCESS [  2.039 s]
12:25:12 [INFO] org.eclipse.epp.package.cpp.feature ................ SUCCESS [  4.848 s]
12:25:12 [INFO] epp.package.cpp .................................... SUCCESS [10:36 min]
12:25:12 [INFO] org.eclipse.epp.package.dsl ........................ SUCCESS [  2.721 s]
12:25:12 [INFO] org.eclipse.epp.package.dsl.feature ................ SUCCESS [  1.029 s]
12:25:12 [INFO] epp.package.dsl .................................... SUCCESS [13:41 min]
12:25:12 [INFO] org.eclipse.epp.package.embedcpp ................... SUCCESS [  2.532 s]
12:25:12 [INFO] org.eclipse.epp.package.embedcpp.feature ........... SUCCESS [  2.192 s]
12:25:12 [INFO] epp.package.embedcpp ............................... SUCCESS [12:12 min]
12:25:12 [INFO] org.eclipse.epp.package.java ....................... SUCCESS [  1.392 s]
12:25:12 [INFO] org.eclipse.epp.package.java.feature ............... SUCCESS [  1.505 s]
12:25:12 [INFO] epp.package.java ................................... SUCCESS [08:47 min]
12:25:12 [INFO] org.eclipse.epp.package.jee ........................ SUCCESS [  1.531 s]
12:25:12 [INFO] org.eclipse.epp.package.jee.feature ................ SUCCESS [  2.340 s]
12:25:12 [INFO] epp.package.jee .................................... SUCCESS [16:24 min]
12:25:12 [INFO] org.eclipse.epp.package.modeling ................... SUCCESS [  2.065 s]
12:25:12 [INFO] org.eclipse.epp.package.modeling.feature ........... SUCCESS [  1.597 s]
12:25:12 [INFO] epp.package.modeling ............................... SUCCESS [18:13 min]
12:25:12 [INFO] org.eclipse.epp.package.php ........................ SUCCESS [  1.783 s]
12:25:12 [INFO] org.eclipse.epp.package.php.feature ................ SUCCESS [  2.159 s]
12:25:12 [INFO] epp.package.php .................................... SUCCESS [11:07 min]
12:25:12 [INFO] org.eclipse.epp.package.rcp ........................ SUCCESS [  2.129 s]
12:25:12 [INFO] org.eclipse.epp.package.rcp.feature ................ SUCCESS [  1.559 s]
12:25:12 [INFO] epp.package.rcp .................................... SUCCESS [11:51 min]
12:25:12 [INFO] org.eclipse.epp.package.scout ...................... SUCCESS [  1.791 s]
12:25:12 [INFO] org.eclipse.epp.package.scout.feature .............. SUCCESS [  1.828 s]
12:25:12 [INFO] epp.package.scout .................................. SUCCESS [10:48 min]
12:25:12 [INFO] org.eclipse.epp.package.committers ................. SUCCESS [  2.348 s]
12:25:12 [INFO] org.eclipse.epp.package.committers.feature ......... SUCCESS [  2.240 s]
12:25:12 [INFO] epp.package.committers ............................. SUCCESS [15:42 min]
12:25:12 [INFO] org.eclipse.epp-buildall ........................... SUCCESS [  3.954 s]
12:25:12 [INFO] ------------------------------------------------------------------------
12:25:12 [INFO] BUILD SUCCESS
12:25:12 [INFO] ------------------------------------------------------------------------
12:25:12 [INFO] Total time:  02:12 h
12:25:12 [INFO] Finished at: 2023-11-30T17:25:12Z
12:25:12 [INFO] ------------------------------------------------------------------------
12:25:13 [simrel.epp-tycho-build] $ /bin/sh -xe /tmp/jenkins11249166743723522281.sh
12:25:13 + cd org.eclipse.epp.packages/archive/
12:25:13 + /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/check-incubating.sh
12:25:13 Checking all EPPs for incubating components
12:25:13 The below report shows what bundles look like they may be incubating in each project
12:25:13 20231130-1512_eclipse-committers-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:17   org.eclipse.lsp4e_0.18.1.202311121506
12:25:17   org.eclipse.lsp4e.debug_0.15.6.202311221020
12:25:17   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:17   org.eclipse.lsp4j.debug_0.21.1.v20230829-0012
12:25:17   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:17   org.eclipse.lsp4j.jsonrpc.debug_0.21.1.v20230829-0012
12:25:17   org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2
12:25:17   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:17   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:17   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:17   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:17 20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:19   org.eclipse.lsp4e_0.18.1.202311121506
12:25:19   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:19   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:19   org.eclipse.swtchart_0.14.0.202301260747
12:25:19   org.eclipse.swtchart.extensions_0.14.0.202301260747
12:25:19   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:19   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:19   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:19   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:19 20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:23   org.eclipse.lsp4e_0.18.1.202311121506
12:25:23   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.debug_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.debug.source_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.generator_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.generator.source_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.jsonrpc.debug_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.jsonrpc.debug.source_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.jsonrpc.source_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.source_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.websocket_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.websocket.jakarta_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.websocket.jakarta.source_0.21.1.v20230829-0012
12:25:23   org.eclipse.lsp4j.websocket.source_0.21.1.v20230829-0012
12:25:23   org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2
12:25:23   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:23   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:23   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:23   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:23 20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:26   org.eclipse.lsp4e_0.18.1.202311121506
12:25:26   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:26   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:26   org.eclipse.swtchart_0.14.0.202301260747
12:25:26   org.eclipse.swtchart.extensions_0.14.0.202301260747
12:25:26   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:26   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:26   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:26   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:26 20231130-1512_eclipse-java-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:28   org.eclipse.lsp4e_0.18.1.202311121506
12:25:28   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:28   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:28   org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2
12:25:28   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:28   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:28   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:28   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:28 20231130-1512_eclipse-jee-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:33   org.eclipse.lsp4e_0.18.1.202311121506
12:25:33   org.eclipse.lsp4e.debug_0.15.6.202311221020
12:25:33   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:33   org.eclipse.lsp4j.debug_0.21.1.v20230829-0012
12:25:33   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:33   org.eclipse.lsp4j.jsonrpc.debug_0.21.1.v20230829-0012
12:25:33   org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2
12:25:33   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:33   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:33   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:33   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:33 20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:37   No incubating plug-ins identified
12:25:37 20231130-1512_eclipse-php-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:40   org.eclipse.lsp4e_0.18.1.202311121506
12:25:40   org.eclipse.lsp4e.debug_0.15.6.202311221020
12:25:40   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:40   org.eclipse.lsp4j.debug_0.21.1.v20230829-0012
12:25:40   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:40   org.eclipse.lsp4j.jsonrpc.debug_0.21.1.v20230829-0012
12:25:40   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:40   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:40   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:40   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:40 20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:43   org.eclipse.lsp4e_0.18.1.202311121506
12:25:43   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:43   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:43   org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2
12:25:43   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:43   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:43   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:43   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:43 20231130-1512_eclipse-scout-2023-12-R-linux.gtk.x86_64.tar.gz
12:25:46   org.eclipse.lsp4e_0.18.1.202311121506
12:25:46   org.eclipse.lsp4j_0.21.1.v20230829-0012
12:25:46   org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012
12:25:46   org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2
12:25:46   org.eclipse.tm4e.core_0.6.1.202308132047
12:25:46   org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047
12:25:46   org.eclipse.tm4e.registry_0.6.5.202308132047
12:25:46   org.eclipse.tm4e.ui_0.7.1.202308132047
12:25:46 [simrel.epp-tycho-build] $ /bin/sh -xe /tmp/jenkins15463283389699342939.sh
12:25:46 + set -x
12:25:46 + export 'PS4=+$$+ '
12:25:46 + PS4='+$$+ '
12:25:46 +20670+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/upload-to-staging.sh
12:25:46 +20672+ EXITCODE=0
12:25:46 +20672+ SSHUSER=genie.packaging@projects-storage.eclipse.org
12:25:46 +20672+ SSH='ssh genie.packaging@projects-storage.eclipse.org'
12:25:46 +20672+ SCP=scp
12:25:46 +++20672+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/upload-to-staging.sh
12:25:46 ++20672+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools
12:25:46 ++20672+ pwd
12:25:46 +20672+ DIR=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools
12:25:46 +20672+ echo Create the epp.properties file
12:25:46 Create the epp.properties file
12:25:46 +20672+ MVN=/opt/tools/apache-maven/latest/bin/mvn
12:25:46 +20672+ '[' '!' -f /opt/tools/apache-maven/latest/bin/mvn ']'
12:25:46 +20672+ /opt/tools/apache-maven/latest/bin/mvn clean package -f /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools
12:25:46 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:25:46 Maven home: /opt/tools/apache-maven/latest
12:25:46 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
12:25:46 Default locale: en_US, platform encoding: UTF-8
12:25:46 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
12:25:47 [INFO] Scanning for projects...
12:25:54 [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
12:26:07 [INFO] 
12:26:07 [INFO] --------------------< org.eclipse.epp:releng.tools >--------------------
12:26:07 [INFO] Building releng.tools 4.30.0-SNAPSHOT
12:26:07 [INFO]   from pom.xml
12:26:07 [INFO] --------------------------------[ pom ]---------------------------------
12:26:07 [INFO] 
12:26:07 [INFO] --- clean:3.2.0:clean (default-clean) @ releng.tools ---
12:26:08 [INFO] 
12:26:08 [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ releng.tools ---
12:26:11 [INFO] No match to regex 'epp\.package\.(\d*)' found in 'releng.tools'. The initial value 'releng.tools' is left as-is...
12:26:11 [INFO] 
12:26:11 [INFO] --- properties:1.1.0:write-project-properties (default) @ releng.tools ---
12:26:11 [INFO] ------------------------------------------------------------------------
12:26:11 [INFO] BUILD SUCCESS
12:26:11 [INFO] ------------------------------------------------------------------------
12:26:11 [INFO] Total time:  23.801 s
12:26:11 [INFO] Finished at: 2023-11-30T17:26:11Z
12:26:11 [INFO] ------------------------------------------------------------------------
12:26:11 ++20672+ get_property RELEASE_NAME
12:26:11 ++20672+ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/epp.properties
12:26:11 ++20672+ cut -d= -f2
12:26:11 +20672+ RELEASE_NAME=2023-12
12:26:11 ++20672+ get_property RELEASE_MILESTONE
12:26:11 ++20672+ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/epp.properties
12:26:11 ++20672+ cut -d= -f2
12:26:11 +20672+ RELEASE_MILESTONE=R
12:26:11 ++20672+ get_property RELEASE_DIR
12:26:11 ++20672+ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/epp.properties
12:26:11 ++20672+ cut -d= -f2
12:26:11 +20672+ RELEASE_DIR=202311301200
12:26:11 ++20672+ get_property SIMREL_REPO
12:26:11 ++20672+ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/epp.properties
12:26:11 ++20672+ cut -d= -f2
12:26:11 +20672+ SIMREL_REPO='https\://download.eclipse.org/releases/2023-12/202312061000/'
12:26:11 +20672+ WORKSPACE=/home/jenkins/agent/workspace/simrel.epp-tycho-build
12:26:11 +20672+ GIT_REPOSITORY=org.eclipse.epp.packages
12:26:11 +20672+ PACKAGES='committers cpp dsl embedcpp java jee modeling php rcp scout'
12:26:11 +20672+ PLATFORMS='linux.gtk.aarch64.tar.gz linux.gtk.x86_64.tar.gz macosx.cocoa.aarch64.dmg macosx.cocoa.aarch64.tar.gz macosx.cocoa.x86_64.dmg macosx.cocoa.x86_64.tar.gz win32.win32.x86_64.zip'
12:26:11 +20672+ STAGING=/home/data/httpd/download.eclipse.org/technology/epp/staging
12:26:11 +20672+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive
12:26:11 +20672+ for PACKAGE in $PACKAGES
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-committers-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-committers-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-committers-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-committers-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-committers-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-win32.win32.x86_64.zip
12:26:11 +20672+ NAME=20231130-1512_eclipse-committers-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ echo 20231130-1512_eclipse-committers-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-committers-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ mv 20231130-1512_eclipse-committers-2023-12-R-win32.win32.x86_64.zip eclipse-committers-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ for PACKAGE in $PACKAGES
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-cpp-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-cpp-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-win32.win32.x86_64.zip
12:26:11 +20672+ NAME=20231130-1512_eclipse-cpp-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ echo 20231130-1512_eclipse-cpp-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-cpp-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ mv 20231130-1512_eclipse-cpp-2023-12-R-win32.win32.x86_64.zip eclipse-cpp-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ for PACKAGE in $PACKAGES
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-dsl-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-dsl-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-win32.win32.x86_64.zip
12:26:11 +20672+ NAME=20231130-1512_eclipse-dsl-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ echo 20231130-1512_eclipse-dsl-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-dsl-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ mv 20231130-1512_eclipse-dsl-2023-12-R-win32.win32.x86_64.zip eclipse-dsl-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ for PACKAGE in $PACKAGES
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-embedcpp-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-embedcpp-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-win32.win32.x86_64.zip
12:26:11 +20672+ NAME=20231130-1512_eclipse-embedcpp-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ echo 20231130-1512_eclipse-embedcpp-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-embedcpp-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ mv 20231130-1512_eclipse-embedcpp-2023-12-R-win32.win32.x86_64.zip eclipse-embedcpp-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ for PACKAGE in $PACKAGES
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-java-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-java-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-java-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-java-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 +20672+ NEWNAME=eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-java-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-win32.win32.x86_64.zip
12:26:11 +20672+ NAME=20231130-1512_eclipse-java-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ echo 20231130-1512_eclipse-java-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-java-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ mv 20231130-1512_eclipse-java-2023-12-R-win32.win32.x86_64.zip eclipse-java-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ for PACKAGE in $PACKAGES
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-jee-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-jee-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-jee-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-jee-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 +20672+ NAME=20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ mv 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-jee-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-win32.win32.x86_64.zip
12:26:11 +20672+ NAME=20231130-1512_eclipse-jee-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ echo 20231130-1512_eclipse-jee-2023-12-R-win32.win32.x86_64.zip
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-jee-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ mv 20231130-1512_eclipse-jee-2023-12-R-win32.win32.x86_64.zip eclipse-jee-2023-12-R-win32-x86_64.zip
12:26:11 +20672+ for PACKAGE in $PACKAGES
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:11 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:11 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:11 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:11 +20672+ NEWNAME=eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ mv 20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:11 +20672+ for PLATFORM in $PLATFORMS
12:26:11 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 +20672+ NAME=20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:11 ++20672+ cut -d _ -f 2-
12:26:11 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:11 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:11 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-modeling-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-modeling-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-win32.win32.x86_64.zip
12:26:12 +20672+ NAME=20231130-1512_eclipse-modeling-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ echo 20231130-1512_eclipse-modeling-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-modeling-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ mv 20231130-1512_eclipse-modeling-2023-12-R-win32.win32.x86_64.zip eclipse-modeling-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-php-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-php-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-php-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-php-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-php-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-win32.win32.x86_64.zip
12:26:12 +20672+ NAME=20231130-1512_eclipse-php-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ echo 20231130-1512_eclipse-php-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-php-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ mv 20231130-1512_eclipse-php-2023-12-R-win32.win32.x86_64.zip eclipse-php-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-rcp-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-rcp-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-win32.win32.x86_64.zip
12:26:12 +20672+ NAME=20231130-1512_eclipse-rcp-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ echo 20231130-1512_eclipse-rcp-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-rcp-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ mv 20231130-1512_eclipse-rcp-2023-12-R-win32.win32.x86_64.zip eclipse-rcp-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-scout-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-linux.gtk.aarch64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 +20672+ NEWNAME=eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-scout-2023-12-R-linux.gtk.aarch64.tar.gz eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-scout-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-linux.gtk.x86_64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-scout-2023-12-R-linux.gtk.x86_64.tar.gz eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.dmg eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.aarch64.tar.gz eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 +20672+ NAME=20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.dmg
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ mv 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.dmg eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 +20672+ NAME=20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.tar.gz
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ mv 20231130-1512_eclipse-scout-2023-12-R-macosx.cocoa.x86_64.tar.gz eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:12 +20672+ for PLATFORM in $PLATFORMS
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-win32.win32.x86_64.zip
12:26:12 +20672+ NAME=20231130-1512_eclipse-scout-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ echo 20231130-1512_eclipse-scout-2023-12-R-win32.win32.x86_64.zip
12:26:12 ++20672+ cut -d _ -f 2-
12:26:12 ++20672+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/'
12:26:12 ++20672+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/'
12:26:12 ++20672+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/'
12:26:12 ++20672+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'
12:26:12 ++20672+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/
12:26:12 ++20672+ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/
12:26:12 +20672+ NEWNAME=eclipse-scout-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ mv 20231130-1512_eclipse-scout-2023-12-R-win32.win32.x86_64.zip eclipse-scout-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/epp.website.xml committers.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/feature.xml committers.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/epp.product committers.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/epp.website.xml cpp.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/feature.xml cpp.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/epp.product cpp.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/epp.website.xml dsl.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/feature.xml dsl.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/epp.product dsl.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/epp.website.xml embedcpp.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml embedcpp.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/epp.product embedcpp.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/epp.website.xml java.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/feature.xml java.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/epp.product java.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/epp.website.xml jee.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/feature.xml jee.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/epp.product jee.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml modeling.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/feature.xml modeling.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/epp.product modeling.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/epp.website.xml php.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/feature.xml php.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/epp.product php.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml rcp.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/feature.xml rcp.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/epp.product rcp.product.xml
12:26:12 +20672+ for PACKAGE in $PACKAGES
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/epp.website.xml scout.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/feature.xml scout.feature.xml
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/epp.product scout.product.xml
12:26:12 ++20672+ date
12:26:12 +20672+ echo 'TIMESTAMP: Thu 30 Nov 2023 05:26:12 PM UTC'
12:26:12 +20672+ echo 'CI URL: https://ci.eclipse.org/packaging/job/simrel.epp-tycho-build/3050/'
12:26:12 +20672+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/_mirrors.php _mirrors.php
12:26:12 +20672+ cat
12:26:12 ++20672+ find eclipse-committers-2023-12-R-win32-x86_64.zip eclipse-cpp-2023-12-R-win32-x86_64.zip eclipse-dsl-2023-12-R-win32-x86_64.zip eclipse-embedcpp-2023-12-R-win32-x86_64.zip eclipse-java-2023-12-R-win32-x86_64.zip eclipse-jee-2023-12-R-win32-x86_64.zip eclipse-modeling-2023-12-R-win32-x86_64.zip eclipse-php-2023-12-R-win32-x86_64.zip eclipse-rcp-2023-12-R-win32-x86_64.zip eclipse-scout-2023-12-R-win32-x86_64.zip eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz 'eclipse*.dmg' eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:26:12 find: ‘eclipse*.dmg’: No such file or directory
12:26:12 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:12 +20672+ echo .. eclipse-committers-2023-12-R-win32-x86_64.zip
12:26:12 .. eclipse-committers-2023-12-R-win32-x86_64.zip
12:26:12 +20672+ md5sum eclipse-committers-2023-12-R-win32-x86_64.zip
12:26:13 +20672+ sha1sum eclipse-committers-2023-12-R-win32-x86_64.zip
12:26:14 +20672+ sha512sum -b eclipse-committers-2023-12-R-win32-x86_64.zip
12:26:15 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:15 +20672+ echo .. eclipse-cpp-2023-12-R-win32-x86_64.zip
12:26:15 .. eclipse-cpp-2023-12-R-win32-x86_64.zip
12:26:15 +20672+ md5sum eclipse-cpp-2023-12-R-win32-x86_64.zip
12:26:16 +20672+ sha1sum eclipse-cpp-2023-12-R-win32-x86_64.zip
12:26:16 +20672+ sha512sum -b eclipse-cpp-2023-12-R-win32-x86_64.zip
12:26:17 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:17 +20672+ echo .. eclipse-dsl-2023-12-R-win32-x86_64.zip
12:26:17 .. eclipse-dsl-2023-12-R-win32-x86_64.zip
12:26:17 +20672+ md5sum eclipse-dsl-2023-12-R-win32-x86_64.zip
12:26:18 +20672+ sha1sum eclipse-dsl-2023-12-R-win32-x86_64.zip
12:26:19 +20672+ sha512sum -b eclipse-dsl-2023-12-R-win32-x86_64.zip
12:26:20 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:20 +20672+ echo .. eclipse-embedcpp-2023-12-R-win32-x86_64.zip
12:26:20 .. eclipse-embedcpp-2023-12-R-win32-x86_64.zip
12:26:20 +20672+ md5sum eclipse-embedcpp-2023-12-R-win32-x86_64.zip
12:26:21 +20672+ sha1sum eclipse-embedcpp-2023-12-R-win32-x86_64.zip
12:26:22 +20672+ sha512sum -b eclipse-embedcpp-2023-12-R-win32-x86_64.zip
12:26:23 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:23 +20672+ echo .. eclipse-java-2023-12-R-win32-x86_64.zip
12:26:23 .. eclipse-java-2023-12-R-win32-x86_64.zip
12:26:23 +20672+ md5sum eclipse-java-2023-12-R-win32-x86_64.zip
12:26:24 +20672+ sha1sum eclipse-java-2023-12-R-win32-x86_64.zip
12:26:24 +20672+ sha512sum -b eclipse-java-2023-12-R-win32-x86_64.zip
12:26:25 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:25 +20672+ echo .. eclipse-jee-2023-12-R-win32-x86_64.zip
12:26:25 .. eclipse-jee-2023-12-R-win32-x86_64.zip
12:26:25 +20672+ md5sum eclipse-jee-2023-12-R-win32-x86_64.zip
12:26:26 +20672+ sha1sum eclipse-jee-2023-12-R-win32-x86_64.zip
12:26:27 +20672+ sha512sum -b eclipse-jee-2023-12-R-win32-x86_64.zip
12:26:28 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:28 +20672+ echo .. eclipse-modeling-2023-12-R-win32-x86_64.zip
12:26:28 .. eclipse-modeling-2023-12-R-win32-x86_64.zip
12:26:28 +20672+ md5sum eclipse-modeling-2023-12-R-win32-x86_64.zip
12:26:30 +20672+ sha1sum eclipse-modeling-2023-12-R-win32-x86_64.zip
12:26:31 +20672+ sha512sum -b eclipse-modeling-2023-12-R-win32-x86_64.zip
12:26:32 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:32 +20672+ echo .. eclipse-php-2023-12-R-win32-x86_64.zip
12:26:32 .. eclipse-php-2023-12-R-win32-x86_64.zip
12:26:32 +20672+ md5sum eclipse-php-2023-12-R-win32-x86_64.zip
12:26:33 +20672+ sha1sum eclipse-php-2023-12-R-win32-x86_64.zip
12:26:34 +20672+ sha512sum -b eclipse-php-2023-12-R-win32-x86_64.zip
12:26:35 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:35 +20672+ echo .. eclipse-rcp-2023-12-R-win32-x86_64.zip
12:26:35 .. eclipse-rcp-2023-12-R-win32-x86_64.zip
12:26:35 +20672+ md5sum eclipse-rcp-2023-12-R-win32-x86_64.zip
12:26:36 +20672+ sha1sum eclipse-rcp-2023-12-R-win32-x86_64.zip
12:26:36 +20672+ sha512sum -b eclipse-rcp-2023-12-R-win32-x86_64.zip
12:26:37 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:37 +20672+ echo .. eclipse-scout-2023-12-R-win32-x86_64.zip
12:26:37 .. eclipse-scout-2023-12-R-win32-x86_64.zip
12:26:37 +20672+ md5sum eclipse-scout-2023-12-R-win32-x86_64.zip
12:26:38 +20672+ sha1sum eclipse-scout-2023-12-R-win32-x86_64.zip
12:26:39 +20672+ sha512sum -b eclipse-scout-2023-12-R-win32-x86_64.zip
12:26:40 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:40 +20672+ echo .. eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:40 .. eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:40 +20672+ md5sum eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:41 +20672+ sha1sum eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:42 +20672+ sha512sum -b eclipse-committers-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:43 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:43 +20672+ echo .. eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:43 .. eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:43 +20672+ md5sum eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:44 +20672+ sha1sum eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:45 +20672+ sha512sum -b eclipse-committers-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:46 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:46 +20672+ echo .. eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:46 .. eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:46 +20672+ md5sum eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:47 +20672+ sha1sum eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:48 +20672+ sha512sum -b eclipse-committers-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:50 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:50 +20672+ echo .. eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:50 .. eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:50 +20672+ md5sum eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:51 +20672+ sha1sum eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:52 +20672+ sha512sum -b eclipse-committers-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:26:53 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:53 +20672+ echo .. eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:53 .. eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:53 +20672+ md5sum eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:54 +20672+ sha1sum eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:54 +20672+ sha512sum -b eclipse-cpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:26:55 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:55 +20672+ echo .. eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:55 .. eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:55 +20672+ md5sum eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:56 +20672+ sha1sum eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:57 +20672+ sha512sum -b eclipse-cpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:26:58 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:26:58 +20672+ echo .. eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:58 .. eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:58 +20672+ md5sum eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:58 +20672+ sha1sum eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:26:59 +20672+ sha512sum -b eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:00 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:00 +20672+ echo .. eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:00 .. eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:00 +20672+ md5sum eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:01 +20672+ sha1sum eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:02 +20672+ sha512sum -b eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:03 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:03 +20672+ echo .. eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:03 .. eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:03 +20672+ md5sum eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:03 +20672+ sha1sum eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:04 +20672+ sha512sum -b eclipse-dsl-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:06 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:06 +20672+ echo .. eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:06 .. eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:06 +20672+ md5sum eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:07 +20672+ sha1sum eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:08 +20672+ sha512sum -b eclipse-dsl-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:09 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:09 +20672+ echo .. eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:09 .. eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:09 +20672+ md5sum eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:10 +20672+ sha1sum eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:11 +20672+ sha512sum -b eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:12 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:12 +20672+ echo .. eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:12 .. eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:12 +20672+ md5sum eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:13 +20672+ sha1sum eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:14 +20672+ sha512sum -b eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:15 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:15 +20672+ echo .. eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:15 .. eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:15 +20672+ md5sum eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:16 +20672+ sha1sum eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:16 +20672+ sha512sum -b eclipse-embedcpp-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:17 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:17 +20672+ echo .. eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:17 .. eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:17 +20672+ md5sum eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:18 +20672+ sha1sum eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:19 +20672+ sha512sum -b eclipse-embedcpp-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:20 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:20 +20672+ echo .. eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:20 .. eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:20 +20672+ md5sum eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:21 +20672+ sha1sum eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:22 +20672+ sha512sum -b eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:23 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:23 +20672+ echo .. eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:23 .. eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:23 +20672+ md5sum eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:23 +20672+ sha1sum eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:24 +20672+ sha512sum -b eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:25 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:25 +20672+ echo .. eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:25 .. eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:25 +20672+ md5sum eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:26 +20672+ sha1sum eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:26 +20672+ sha512sum -b eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:27 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:27 +20672+ echo .. eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:27 .. eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:27 +20672+ md5sum eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:28 +20672+ sha1sum eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:28 +20672+ sha512sum -b eclipse-java-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:29 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:29 +20672+ echo .. eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:29 .. eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:29 +20672+ md5sum eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:30 +20672+ sha1sum eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:31 +20672+ sha512sum -b eclipse-java-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:31 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:31 +20672+ echo .. eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:31 .. eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:31 +20672+ md5sum eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:32 +20672+ sha1sum eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:33 +20672+ sha512sum -b eclipse-java-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:33 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:33 +20672+ echo .. eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:33 .. eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:33 +20672+ md5sum eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:34 +20672+ sha1sum eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:35 +20672+ sha512sum -b eclipse-jee-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:37 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:37 +20672+ echo .. eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:37 .. eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:37 +20672+ md5sum eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:38 +20672+ sha1sum eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:39 +20672+ sha512sum -b eclipse-jee-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:40 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:40 +20672+ echo .. eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:40 .. eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:40 +20672+ md5sum eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:41 +20672+ sha1sum eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:42 +20672+ sha512sum -b eclipse-jee-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:44 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:44 +20672+ echo .. eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:44 .. eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:44 +20672+ md5sum eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:45 +20672+ sha1sum eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:46 +20672+ sha512sum -b eclipse-jee-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:47 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:47 +20672+ echo .. eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:47 .. eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:47 +20672+ md5sum eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:48 +20672+ sha1sum eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:49 +20672+ sha512sum -b eclipse-modeling-2023-12-R-linux-gtk-aarch64.tar.gz
12:27:51 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:51 +20672+ echo .. eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:51 .. eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:51 +20672+ md5sum eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:52 +20672+ sha1sum eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:53 +20672+ sha512sum -b eclipse-modeling-2023-12-R-linux-gtk-x86_64.tar.gz
12:27:55 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:55 +20672+ echo .. eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:55 .. eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:55 +20672+ md5sum eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:56 +20672+ sha1sum eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:57 +20672+ sha512sum -b eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:27:59 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:27:59 +20672+ echo .. eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:59 .. eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:27:59 +20672+ md5sum eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:00 +20672+ sha1sum eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:01 +20672+ sha512sum -b eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:02 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:02 +20672+ echo .. eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:02 .. eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:02 +20672+ md5sum eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:03 +20672+ sha1sum eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:04 +20672+ sha512sum -b eclipse-php-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:05 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:05 +20672+ echo .. eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:05 .. eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:05 +20672+ md5sum eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:06 +20672+ sha1sum eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:07 +20672+ sha512sum -b eclipse-php-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:08 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:12 +20672+ echo .. eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:12 .. eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:12 +20672+ md5sum eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:12 +20672+ sha1sum eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:12 +20672+ sha512sum -b eclipse-php-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:12 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:12 +20672+ echo .. eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:12 .. eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:12 +20672+ md5sum eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:12 +20672+ sha1sum eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:12 +20672+ sha512sum -b eclipse-php-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:13 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:13 +20672+ echo .. eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:13 .. eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:13 +20672+ md5sum eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:14 +20672+ sha1sum eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:14 +20672+ sha512sum -b eclipse-rcp-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:16 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:16 +20672+ echo .. eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:16 .. eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:16 +20672+ md5sum eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:16 +20672+ sha1sum eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:17 +20672+ sha512sum -b eclipse-rcp-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:18 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:18 +20672+ echo .. eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:18 .. eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:18 +20672+ md5sum eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:19 +20672+ sha1sum eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:20 +20672+ sha512sum -b eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:21 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:21 +20672+ echo .. eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:21 .. eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:21 +20672+ md5sum eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:22 +20672+ sha1sum eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:23 +20672+ sha512sum -b eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:24 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:24 +20672+ echo .. eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:24 .. eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:24 +20672+ md5sum eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:25 +20672+ sha1sum eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:25 +20672+ sha512sum -b eclipse-scout-2023-12-R-linux-gtk-aarch64.tar.gz
12:28:26 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:26 +20672+ echo .. eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:26 .. eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:26 +20672+ md5sum eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:27 +20672+ sha1sum eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:28 +20672+ sha512sum -b eclipse-scout-2023-12-R-linux-gtk-x86_64.tar.gz
12:28:29 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:29 +20672+ echo .. eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:29 .. eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:29 +20672+ md5sum eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:30 +20672+ sha1sum eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:32 +20672+ sha512sum -b eclipse-scout-2023-12-R-macosx-cocoa-aarch64.tar.gz
12:28:32 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:32 +20672+ echo .. eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:32 .. eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:32 +20672+ md5sum eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:32 +20672+ sha1sum eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:33 +20672+ sha512sum -b eclipse-scout-2023-12-R-macosx-cocoa-x86_64.tar.gz
12:28:34 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:34 +20672+ echo .. eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:34 .. eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:34 +20672+ md5sum eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:35 +20672+ sha1sum eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:36 +20672+ sha512sum -b eclipse-committers-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:37 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:37 +20672+ echo .. eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:37 .. eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:37 +20672+ md5sum eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:38 +20672+ sha1sum eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:39 +20672+ sha512sum -b eclipse-committers-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:41 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:41 +20672+ echo .. eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:41 .. eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:41 +20672+ md5sum eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:41 +20672+ sha1sum eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:42 +20672+ sha512sum -b eclipse-cpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:43 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:43 +20672+ echo .. eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:43 .. eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:43 +20672+ md5sum eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:44 +20672+ sha1sum eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:44 +20672+ sha512sum -b eclipse-cpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:45 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:45 +20672+ echo .. eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:45 .. eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:45 +20672+ md5sum eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:46 +20672+ sha1sum eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:47 +20672+ sha512sum -b eclipse-dsl-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:48 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:48 +20672+ echo .. eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:48 .. eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:48 +20672+ md5sum eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:49 +20672+ sha1sum eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:50 +20672+ sha512sum -b eclipse-dsl-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:51 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:51 +20672+ echo .. eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:51 .. eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:51 +20672+ md5sum eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:52 +20672+ sha1sum eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:53 +20672+ sha512sum -b eclipse-embedcpp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:54 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:54 +20672+ echo .. eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:54 .. eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:54 +20672+ md5sum eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:55 +20672+ sha1sum eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:55 +20672+ sha512sum -b eclipse-embedcpp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:56 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:56 +20672+ echo .. eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:56 .. eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:56 +20672+ md5sum eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:57 +20672+ sha1sum eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:58 +20672+ sha512sum -b eclipse-java-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:28:59 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:28:59 +20672+ echo .. eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:59 .. eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:59 +20672+ md5sum eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:28:59 +20672+ sha1sum eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:00 +20672+ sha512sum -b eclipse-java-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:01 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:01 +20672+ echo .. eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:01 .. eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:01 +20672+ md5sum eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:02 +20672+ sha1sum eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:03 +20672+ sha512sum -b eclipse-jee-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:04 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:04 +20672+ echo .. eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:04 .. eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:04 +20672+ md5sum eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:05 +20672+ sha1sum eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:06 +20672+ sha512sum -b eclipse-jee-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:07 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:07 +20672+ echo .. eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:07 .. eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:07 +20672+ md5sum eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:09 +20672+ sha1sum eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:10 +20672+ sha512sum -b eclipse-modeling-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:11 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:11 +20672+ echo .. eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:11 .. eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:11 +20672+ md5sum eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:12 +20672+ sha1sum eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:14 +20672+ sha512sum -b eclipse-modeling-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:15 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:15 +20672+ echo .. eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:15 .. eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:15 +20672+ md5sum eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:16 +20672+ sha1sum eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:17 +20672+ sha512sum -b eclipse-php-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:18 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:18 +20672+ echo .. eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:18 .. eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:18 +20672+ md5sum eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:18 +20672+ sha1sum eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:19 +20672+ sha512sum -b eclipse-php-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:20 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:20 +20672+ echo .. eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:20 .. eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:20 +20672+ md5sum eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:21 +20672+ sha1sum eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:22 +20672+ sha512sum -b eclipse-rcp-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:23 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:23 +20672+ echo .. eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:23 .. eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:23 +20672+ md5sum eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:24 +20672+ sha1sum eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:25 +20672+ sha512sum -b eclipse-rcp-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:26 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:26 +20672+ echo .. eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:26 .. eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:26 +20672+ md5sum eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:26 +20672+ sha1sum eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:27 +20672+ sha512sum -b eclipse-scout-2023-12-R-macosx-cocoa-aarch64.dmg-tonotarize
12:29:28 +20672+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize)
12:29:28 +20672+ echo .. eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:28 .. eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:28 +20672+ md5sum eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:29 +20672+ sha1sum eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:30 +20672+ sha512sum -b eclipse-scout-2023-12-R-macosx-cocoa-x86_64.dmg-tonotarize
12:29:31 +20672+ ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-new
12:29:34 +20672+ scp -rp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-new
12:42:06 +20672+ ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous
12:42:06 +20672+ ssh genie.packaging@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/technology/epp/staging
12:42:06 +20672+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging /home/data/httpd/download.eclipse.org/technology/epp/staging-previous
12:42:07 +20672+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging-new /home/data/httpd/download.eclipse.org/technology/epp/staging
12:42:07 +20672+ ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous
12:42:08 +20672+ exit 0
12:42:08 $ ssh-agent -k
12:42:08 unset SSH_AUTH_SOCK;
12:42:08 unset SSH_AGENT_PID;
12:42:08 echo Agent pid 51 killed;
12:42:08 [ssh-agent] Stopped.
12:42:08 Finished: SUCCESS