Push event to branch master 03:24:24 Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 299614be47d5c7667f54f6403de40c0cb8419b4a [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-226dx is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-226dx" namespace: "packaging" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-226dx" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-226dx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-packaging" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-226dx in /home/jenkins/agent/workspace/epp_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-packaging/packages.git > git init /home/jenkins/agent/workspace/epp_master # timeout=10 Fetching upstream changes from https://github.com/eclipse-packaging/packages.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-packaging/packages.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 299614be47d5c7667f54f6403de40c0cb8419b4a (master) > git config remote.origin.url https://github.com/eclipse-packaging/packages.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 299614be47d5c7667f54f6403de40c0cb8419b4a # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk 02690d1a83de7481f534a5d16ceb6b5f3281eea8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare shared building space on download.e.o) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:24:54 [2024-04-11T07:24:54.133Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 03:24:54 [2024-04-11T07:24:54.133Z] [ssh-agent] Looking for ssh-agent implementation... 03:24:54 [2024-04-11T07:24:54.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:24:54 [2024-04-11T07:24:54.312Z] $ ssh-agent 03:24:54 [2024-04-11T07:24:54.329Z] SSH_AUTH_SOCK=/tmp/ssh-tcu2w6Qr8jIT/agent.140 03:24:54 [2024-04-11T07:24:54.329Z] SSH_AGENT_PID=142 03:24:54 [2024-04-11T07:24:54.341Z] Running ssh-add (command line suppressed) 03:24:54 [2024-04-11T07:24:54.348Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_4730591275330995120.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_4730591275330995120.key) 03:24:54 [2024-04-11T07:24:54.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:24:54 [2024-04-11T07:24:54.716Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/building/ [Pipeline] sh 03:24:55 [2024-04-11T07:24:55.930Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/building//repository [Pipeline] } 03:24:56 [2024-04-11T07:24:56.190Z] $ ssh-agent -k 03:24:56 [2024-04-11T07:24:56.195Z] unset SSH_AUTH_SOCK; 03:24:56 [2024-04-11T07:24:56.195Z] unset SSH_AGENT_PID; 03:24:56 [2024-04-11T07:24:56.195Z] echo Agent pid 142 killed; 03:24:56 [2024-04-11T07:24:56.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build p2) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:56 [2024-04-11T07:24:56.563Z] + mvn verify -Depp.p2.all -Depp.product.all --batch-mode --show-version -Dmaven.repo.local=.repository -Declipse.p2.mirrors=false -Peclipse-sign-jar -Pepp.p2.aggregation 03:24:56 [2024-04-11T07:24:56.563Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 03:24:56 [2024-04-11T07:24:56.563Z] Maven home: /opt/tools/apache-maven/latest 03:24:56 [2024-04-11T07:24:56.563Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 03:24:56 [2024-04-11T07:24:56.563Z] Default locale: en_US, platform encoding: UTF-8 03:24:56 [2024-04-11T07:24:56.563Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 03:24:58 [2024-04-11T07:24:58.466Z] [INFO] Scanning for projects... 03:25:08 [2024-04-11T07:25:08.446Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 03:25:08 [2024-04-11T07:25:08.446Z] [INFO] Tycho Mode: project 03:25:08 [2024-04-11T07:25:08.446Z] [INFO] Tycho Builder: maven 03:25:08 [2024-04-11T07:25:08.446Z] [INFO] Build Threads: 1 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] ------------------------------------------------------------------------ 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] Reactor Build Order: 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.common [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.common.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.cpp [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.cpp.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.cpp [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.dsl [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.dsl.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.dsl [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.embedcpp [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.embedcpp.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.embedcpp [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.java [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.java.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.java [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.jee [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.jee.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.jee [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.modeling [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.modeling.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.modeling [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.php [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.php.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.php [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.rcp [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.rcp.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.rcp [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.scout [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.scout.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.scout [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.committers [eclipse-plugin] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp.package.committers.feature [eclipse-feature] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] epp.package.committers [eclipse-repository] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp-parent-aggregation [pom] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] org.eclipse.epp-buildall [pom] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >----------- 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] Building org.eclipse.epp.package.common 4.32.0-SNAPSHOT [1/34] 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] from packages/org.eclipse.epp.package.common/pom.xml 03:25:18 [2024-04-11T07:25:18.407Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] Transport mode: online 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] Http Transport type: Java11Client 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] Update mode: cache first 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] Minimum cache duration: 60 minutes 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 03:25:19 [2024-04-11T07:25:19.782Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 03:25:22 [2024-04-11T07:25:22.334Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 03:25:22 [2024-04-11T07:25:22.334Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 03:25:22 [2024-04-11T07:25:22.334Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 03:25:27 [2024-04-11T07:25:27.589Z] [INFO] Artifact commons-io:commons-io:jar:2.16.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:27 [2024-04-11T07:25:27.590Z] [INFO] Artifact commons-io:commons-io:jar:2.16.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:27 [2024-04-11T07:25:27.590Z] [INFO] Artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:27 [2024-04-11T07:25:27.590Z] [INFO] Artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:27 [2024-04-11T07:25:27.590Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:27 [2024-04-11T07:25:27.590Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:27 [2024-04-11T07:25:27.590Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:27 [2024-04-11T07:25:27.591Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:28 [2024-04-11T07:25:28.163Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:28 [2024-04-11T07:25:28.163Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:30 [2024-04-11T07:25:30.686Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:30 [2024-04-11T07:25:30.686Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:32 [2024-04-11T07:25:32.578Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 03:25:32 [2024-04-11T07:25:32.578Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:32 [2024-04-11T07:25:32.578Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 03:25:32 [2024-04-11T07:25:32.578Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:32 [2024-04-11T07:25:32.578Z] [INFO] 03:25:32 [2024-04-11T07:25:32.578Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common --- 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common --- 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common --- 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common --- 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.common --- 03:25:35 [2024-04-11T07:25:35.849Z] [INFO] Resolving class path of org.eclipse.epp.package.common 03:25:36 [2024-04-11T07:25:36.105Z] [INFO] 03:25:36 [2024-04-11T07:25:36.105Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common --- 03:25:39 [2024-04-11T07:25:39.372Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:25:39 [2024-04-11T07:25:39.372Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:25:39 [2024-04-11T07:25:39.372Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/main/resources 03:25:39 [2024-04-11T07:25:39.372Z] [INFO] 03:25:39 [2024-04-11T07:25:39.372Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.common --- 03:25:39 [2024-04-11T07:25:39.372Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.common --- 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.common --- 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common --- 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/test/resources 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.common --- 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common --- 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common --- 03:25:40 [2024-04-11T07:25:40.795Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.32.0-SNAPSHOT.jar 03:25:41 [2024-04-11T07:25:41.054Z] [INFO] 03:25:41 [2024-04-11T07:25:41.054Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common --- 03:25:41 [2024-04-11T07:25:41.054Z] [INFO] 03:25:41 [2024-04-11T07:25:41.054Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common --- 03:25:42 [2024-04-11T07:25:42.945Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.32.0-SNAPSHOT.jar 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common --- 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >------- 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] Building org.eclipse.epp.package.common.feature 4.32.0-SNAPSHOT [2/34] 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] from packages/org.eclipse.epp.package.common.feature/pom.xml 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:25:43 [2024-04-11T07:25:43.873Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/pom.xml 03:25:45 [2024-04-11T07:25:45.799Z] [INFO] Artifact org.bouncycastle:bcpg-jdk18on:jar:1.77 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:45 [2024-04-11T07:25:45.800Z] [INFO] Artifact org.bouncycastle:bcpg-jdk18on:jar:1.77 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:45 [2024-04-11T07:25:45.800Z] [INFO] Artifact org.bouncycastle:bcprov-jdk18on:jar:1.77 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:45 [2024-04-11T07:25:45.800Z] [INFO] Artifact org.bouncycastle:bcprov-jdk18on:jar:1.77 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:45 [2024-04-11T07:25:45.800Z] [INFO] Artifact org.slf4j:slf4j-api:jar:2.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:45 [2024-04-11T07:25:45.800Z] [INFO] Artifact org.slf4j:slf4j-api:jar:2.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:47 [2024-04-11T07:25:47.170Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:47 [2024-04-11T07:25:47.170Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:47 [2024-04-11T07:25:47.170Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:47 [2024-04-11T07:25:47.170Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:47 [2024-04-11T07:25:47.171Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:47 [2024-04-11T07:25:47.171Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature --- 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature --- 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature --- 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature --- 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common.feature --- 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/src/main/resources 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] 03:25:50 [2024-04-11T07:25:50.443Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common.feature --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 373 system scoped dependencies were not mapped to maven artifacts 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.32.0-SNAPSHOT.jar 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common.feature --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.32.0-SNAPSHOT.jar 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common.feature --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.cpp >------------- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] Building org.eclipse.epp.package.cpp 4.32.0-SNAPSHOT [3/34] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] from packages/org.eclipse.epp.package.cpp/pom.xml 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.532Z] [INFO] Resolving class path of org.eclipse.epp.package.cpp 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/main/resources 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/test/resources 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Copying 1 resource 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.787Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.32.0-SNAPSHOT.jar 03:25:58 [2024-04-11T07:25:58.788Z] [INFO] 03:25:58 [2024-04-11T07:25:58.788Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.788Z] [INFO] 03:25:58 [2024-04-11T07:25:58.788Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp --- 03:25:58 [2024-04-11T07:25:58.788Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.32.0-SNAPSHOT.jar 03:25:59 [2024-04-11T07:25:59.715Z] [INFO] 03:25:59 [2024-04-11T07:25:59.715Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp --- 03:25:59 [2024-04-11T07:25:59.715Z] [INFO] 03:25:59 [2024-04-11T07:25:59.715Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.cpp.feature >--------- 03:25:59 [2024-04-11T07:25:59.715Z] [INFO] Building org.eclipse.epp.package.cpp.feature 4.32.0-SNAPSHOT [4/34] 03:25:59 [2024-04-11T07:25:59.715Z] [INFO] from packages/org.eclipse.epp.package.cpp.feature/pom.xml 03:25:59 [2024-04-11T07:25:59.715Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:25:59 [2024-04-11T07:25:59.716Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/pom.xml 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.cpp.feature --- 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp.feature --- 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp.feature --- 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp.feature --- 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp.feature --- 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:26:00 [2024-04-11T07:26:00.275Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/src/main/resources 03:26:00 [2024-04-11T07:26:00.276Z] [INFO] 03:26:00 [2024-04-11T07:26:00.276Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp.feature --- 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] 273 system scoped dependencies were not mapped to maven artifacts 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.cpp.feature --- 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.32.0-SNAPSHOT.jar 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp.feature --- 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.cpp.feature --- 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp.feature --- 03:26:03 [2024-04-11T07:26:03.538Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.32.0-SNAPSHOT.jar 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp.feature --- 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [5/34] 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:26:04 [2024-04-11T07:26:04.464Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.cpp:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/pom.xml 03:26:09 [2024-04-11T07:26:09.706Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:09 [2024-04-11T07:26:09.706Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:09 [2024-04-11T07:26:09.707Z] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:09 [2024-04-11T07:26:09.707Z] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:09 [2024-04-11T07:26:09.707Z] [INFO] Artifact org.apache.commons:commons-compress:jar:1.26.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:09 [2024-04-11T07:26:09.707Z] [INFO] Artifact org.apache.commons:commons-compress:jar:1.26.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:09 [2024-04-11T07:26:09.707Z] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:09 [2024-04-11T07:26:09.707Z] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:16 [2024-04-11T07:26:16.239Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:16 [2024-04-11T07:26:16.239Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:16 [2024-04-11T07:26:16.240Z] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:26:16 [2024-04-11T07:26:16.240Z] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:26:16 [2024-04-11T07:26:16.240Z] [INFO] Artifact org.apache.httpcomponents:httpmime:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:26:16 [2024-04-11T07:26:16.240Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:16 [2024-04-11T07:26:16.240Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:26:16 [2024-04-11T07:26:16.240Z] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:26:16 [2024-04-11T07:26:16.241Z] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:26:16 [2024-04-11T07:26:16.241Z] [INFO] Artifact org.apache.httpcomponents:httpmime:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:26:16 [2024-04-11T07:26:16.241Z] [INFO] 03:26:16 [2024-04-11T07:26:16.241Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.cpp --- 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] 03:26:16 [2024-04-11T07:26:16.802Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] 03:26:17 [2024-04-11T07:26:17.058Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.cpp --- 03:26:17 [2024-04-11T07:26:17.617Z] [INFO] 03:26:17 [2024-04-11T07:26:17.617Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.cpp --- 03:26:17 [2024-04-11T07:26:17.617Z] [INFO] 03:26:17 [2024-04-11T07:26:17.617Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- 03:26:17 [2024-04-11T07:26:17.617Z] [INFO] 03:26:17 [2024-04-11T07:26:17.617Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.cpp --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.cpp --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.dsl >------------- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] Building org.eclipse.epp.package.dsl 4.32.0-SNAPSHOT [6/34] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] from packages/org.eclipse.epp.package.dsl/pom.xml 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] Resolving class path of org.eclipse.epp.package.dsl 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/main/resources 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/test/resources 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.dsl --- 03:28:08 [2024-04-11T07:28:08.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Copying 1 resource 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.32.0-SNAPSHOT.jar 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.32.0-SNAPSHOT.jar 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.dsl.feature >--------- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Building org.eclipse.epp.package.dsl.feature 4.32.0-SNAPSHOT [7/34] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] from packages/org.eclipse.epp.package.dsl.feature/pom.xml 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/pom.xml 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/src/main/resources 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.32.0-SNAPSHOT.jar 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.32.0-SNAPSHOT.jar 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl.feature --- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [8/34] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.dsl:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/pom.xml 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.000Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.001Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.001Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.001Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.001Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.001Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.001Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.002Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.002Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.002Z] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.002Z] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.002Z] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.002Z] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.003Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] 03:28:09 [2024-04-11T07:28:09.004Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.dsl --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.dsl --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.embedcpp >---------- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] Building org.eclipse.epp.package.embedcpp 4.32.0-SNAPSHOT [9/34] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] from packages/org.eclipse.epp.package.embedcpp/pom.xml 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] Resolving class path of org.eclipse.epp.package.embedcpp 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/main/resources 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/test/resources 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.364Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Copying 1 resource 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/target/org.eclipse.epp.package.embedcpp-4.32.0-SNAPSHOT.jar 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/target/org.eclipse.epp.package.embedcpp-4.32.0-SNAPSHOT.jar 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature >------ 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Building org.eclipse.epp.package.embedcpp.feature 4.32.0-SNAPSHOT [10/34] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.feature/pom.xml 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.feature/src/main/resources 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 273 system scoped dependencies were not mapped to maven artifacts 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.feature/target/org.eclipse.epp.package.embedcpp.feature-4.32.0-SNAPSHOT.jar 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.feature/target/org.eclipse.epp.package.embedcpp.feature-4.32.0-SNAPSHOT.jar 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [11/34] 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:29:30 [2024-04-11T07:29:30.365Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.embedcpp:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/pom.xml 03:29:32 [2024-04-11T07:29:32.881Z] [INFO] 03:29:32 [2024-04-11T07:29:32.881Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.embedcpp --- 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] 03:29:33 [2024-04-11T07:29:33.807Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.embedcpp --- 03:29:34 [2024-04-11T07:29:34.062Z] [INFO] 03:29:34 [2024-04-11T07:29:34.062Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.embedcpp --- 03:29:34 [2024-04-11T07:29:34.062Z] [INFO] 03:29:34 [2024-04-11T07:29:34.062Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- 03:29:34 [2024-04-11T07:29:34.062Z] [INFO] 03:29:34 [2024-04-11T07:29:34.062Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.embedcpp --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.java >------------ 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Building org.eclipse.epp.package.java 4.32.0-SNAPSHOT [12/34] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] from packages/org.eclipse.epp.package.java/pom.xml 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Resolving class path of org.eclipse.epp.package.java 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/main/resources 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/test/resources 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] Copying 1 resource 03:30:30 [2024-04-11T07:30:30.216Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/target/org.eclipse.epp.package.java-4.32.0-SNAPSHOT.jar 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/target/org.eclipse.epp.package.java-4.32.0-SNAPSHOT.jar 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.java.feature >-------- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Building org.eclipse.epp.package.java.feature 4.32.0-SNAPSHOT [13/34] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] from packages/org.eclipse.epp.package.java.feature/pom.xml 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.java.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.feature/pom.xml 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.feature/src/main/resources 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.feature/target/org.eclipse.epp.package.java.feature-4.32.0-SNAPSHOT.jar 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.217Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.feature/target/org.eclipse.epp.package.java.feature-4.32.0-SNAPSHOT.jar 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java.feature --- 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [14/34] 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:30:30 [2024-04-11T07:30:30.473Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.java:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/pom.xml 03:30:34 [2024-04-11T07:30:34.635Z] [INFO] 03:30:34 [2024-04-11T07:30:34.635Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.java --- 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] 03:30:34 [2024-04-11T07:30:34.891Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.java --- 03:30:35 [2024-04-11T07:30:35.149Z] [INFO] 03:30:35 [2024-04-11T07:30:35.149Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.java --- 03:30:35 [2024-04-11T07:30:35.150Z] [INFO] 03:30:35 [2024-04-11T07:30:35.150Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.java --- 03:30:35 [2024-04-11T07:30:35.150Z] [INFO] 03:30:35 [2024-04-11T07:30:35.150Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.java --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.java --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.jee >------------- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] Building org.eclipse.epp.package.jee 4.32.0-SNAPSHOT [15/34] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] from packages/org.eclipse.epp.package.jee/pom.xml 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] Resolving class path of org.eclipse.epp.package.jee 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/main/resources 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] 03:31:21 [2024-04-11T07:31:21.753Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/test/resources 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.jee --- 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] 03:31:21 [2024-04-11T07:31:21.754Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee --- 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.jee --- 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] Copying 1 resource 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.jee --- 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/target/org.eclipse.epp.package.jee-4.32.0-SNAPSHOT.jar 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee --- 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee --- 03:31:22 [2024-04-11T07:31:22.034Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/target/org.eclipse.epp.package.jee-4.32.0-SNAPSHOT.jar 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee --- 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.jee.feature >--------- 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] Building org.eclipse.epp.package.jee.feature 4.32.0-SNAPSHOT [16/34] 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] from packages/org.eclipse.epp.package.jee.feature/pom.xml 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:31:22 [2024-04-11T07:31:22.960Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.feature/pom.xml 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.feature/src/main/resources 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] 03:31:23 [2024-04-11T07:31:23.519Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] 134 system scoped dependencies were not mapped to maven artifacts 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.feature/target/org.eclipse.epp.package.jee.feature-4.32.0-SNAPSHOT.jar 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.jee.feature --- 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] 03:31:23 [2024-04-11T07:31:23.774Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee.feature --- 03:31:24 [2024-04-11T07:31:24.031Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.feature/target/org.eclipse.epp.package.jee.feature-4.32.0-SNAPSHOT.jar 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee.feature --- 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [17/34] 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:31:25 [2024-04-11T07:31:25.393Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.jee:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/pom.xml 03:31:37 [2024-04-11T07:31:37.556Z] [INFO] 03:31:37 [2024-04-11T07:31:37.556Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.115Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:31:38 [2024-04-11T07:31:38.115Z] [INFO] 03:31:38 [2024-04-11T07:31:38.115Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.115Z] [INFO] 03:31:38 [2024-04-11T07:31:38.115Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:31:38 [2024-04-11T07:31:38.116Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:31:38 [2024-04-11T07:31:38.371Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:31:38 [2024-04-11T07:31:38.371Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:31:38 [2024-04-11T07:31:38.371Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:31:38 [2024-04-11T07:31:38.371Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:31:38 [2024-04-11T07:31:38.371Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:31:38 [2024-04-11T07:31:38.371Z] [INFO] 03:31:38 [2024-04-11T07:31:38.371Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.626Z] [INFO] 03:31:38 [2024-04-11T07:31:38.626Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.626Z] [INFO] 03:31:38 [2024-04-11T07:31:38.626Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- 03:31:38 [2024-04-11T07:31:38.626Z] [INFO] 03:31:38 [2024-04-11T07:31:38.626Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.jee --- 03:33:29 [2024-04-11T07:33:29.998Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.jee --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.modeling >---------- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Building org.eclipse.epp.package.modeling 4.32.0-SNAPSHOT [18/34] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] from packages/org.eclipse.epp.package.modeling/pom.xml 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Resolving class path of org.eclipse.epp.package.modeling 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/main/resources 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/test/resources 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Copying 1 resource 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/target/org.eclipse.epp.package.modeling-4.32.0-SNAPSHOT.jar 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/target/org.eclipse.epp.package.modeling-4.32.0-SNAPSHOT.jar 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.modeling.feature >------ 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Building org.eclipse.epp.package.modeling.feature 4.32.0-SNAPSHOT [19/34] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] from packages/org.eclipse.epp.package.modeling.feature/pom.xml 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.feature/pom.xml 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.modeling.feature --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling.feature --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling.feature --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling.feature --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling.feature --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.feature/src/main/resources 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling.feature --- 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] 03:33:29 [2024-04-11T07:33:29.999Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.modeling.feature --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.feature/target/org.eclipse.epp.package.modeling.feature-4.32.0-SNAPSHOT.jar 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling.feature --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.modeling.feature --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling.feature --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.feature/target/org.eclipse.epp.package.modeling.feature-4.32.0-SNAPSHOT.jar 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling.feature --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [20/34] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.modeling:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/pom.xml 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] 03:33:30 [2024-04-11T07:33:30.000Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.256Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] 03:33:30 [2024-04-11T07:33:30.257Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.511Z] [INFO] 03:33:30 [2024-04-11T07:33:30.511Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.511Z] [INFO] 03:33:30 [2024-04-11T07:33:30.511Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- 03:33:30 [2024-04-11T07:33:30.511Z] [INFO] 03:33:30 [2024-04-11T07:33:30.511Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.modeling --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.modeling --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.php >------------- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Building org.eclipse.epp.package.php 4.32.0-SNAPSHOT [21/34] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] from packages/org.eclipse.epp.package.php/pom.xml 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Resolving class path of org.eclipse.epp.package.php 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/main/resources 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/test/resources 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Copying 1 resource 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/target/org.eclipse.epp.package.php-4.32.0-SNAPSHOT.jar 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/target/org.eclipse.epp.package.php-4.32.0-SNAPSHOT.jar 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php --- 03:35:06 [2024-04-11T07:35:06.872Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.php.feature >--------- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Building org.eclipse.epp.package.php.feature 4.32.0-SNAPSHOT [22/34] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] from packages/org.eclipse.epp.package.php.feature/pom.xml 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.php.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.feature/pom.xml 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.feature/src/main/resources 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.feature/target/org.eclipse.epp.package.php.feature-4.32.0-SNAPSHOT.jar 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.feature/target/org.eclipse.epp.package.php.feature-4.32.0-SNAPSHOT.jar 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php.feature --- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [23/34] 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:35:06 [2024-04-11T07:35:06.873Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.php:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/pom.xml 03:35:07 [2024-04-11T07:35:07.128Z] [INFO] 03:35:07 [2024-04-11T07:35:07.128Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] 03:35:07 [2024-04-11T07:35:07.383Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.638Z] [INFO] 03:35:07 [2024-04-11T07:35:07.638Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.638Z] [INFO] 03:35:07 [2024-04-11T07:35:07.638Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.php --- 03:35:07 [2024-04-11T07:35:07.638Z] [INFO] 03:35:07 [2024-04-11T07:35:07.638Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.php --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.php --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.rcp >------------- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Building org.eclipse.epp.package.rcp 4.32.0-SNAPSHOT [24/34] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] from packages/org.eclipse.epp.package.rcp/pom.xml 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Resolving class path of org.eclipse.epp.package.rcp 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/main/resources 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/test/resources 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Copying 1 resource 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/target/org.eclipse.epp.package.rcp-4.32.0-SNAPSHOT.jar 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/target/org.eclipse.epp.package.rcp-4.32.0-SNAPSHOT.jar 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.rcp.feature >--------- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Building org.eclipse.epp.package.rcp.feature 4.32.0-SNAPSHOT [25/34] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] from packages/org.eclipse.epp.package.rcp.feature/pom.xml 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.feature/pom.xml 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.feature/src/main/resources 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 476 system scoped dependencies were not mapped to maven artifacts 03:36:15 [2024-04-11T07:36:15.246Z] [INFO] 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.feature/target/org.eclipse.epp.package.rcp.feature-4.32.0-SNAPSHOT.jar 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.feature/target/org.eclipse.epp.package.rcp.feature-4.32.0-SNAPSHOT.jar 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp.feature --- 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [26/34] 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:36:15 [2024-04-11T07:36:15.247Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.rcp:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/pom.xml 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] 03:36:15 [2024-04-11T07:36:15.808Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.rcp --- 03:36:16 [2024-04-11T07:36:16.063Z] [INFO] 03:36:16 [2024-04-11T07:36:16.063Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.rcp --- 03:36:16 [2024-04-11T07:36:16.063Z] [INFO] 03:36:16 [2024-04-11T07:36:16.063Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- 03:36:16 [2024-04-11T07:36:16.063Z] [INFO] 03:36:16 [2024-04-11T07:36:16.063Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.rcp --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.rcp --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.scout >------------ 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] Building org.eclipse.epp.package.scout 4.32.0-SNAPSHOT [27/34] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] from packages/org.eclipse.epp.package.scout/pom.xml 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] Resolving class path of org.eclipse.epp.package.scout 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:37:12 [2024-04-11T07:37:12.214Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/main/resources 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/test/resources 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] Copying 1 resource 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/target/org.eclipse.epp.package.scout-4.32.0-SNAPSHOT.jar 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout --- 03:37:12 [2024-04-11T07:37:12.215Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/target/org.eclipse.epp.package.scout-4.32.0-SNAPSHOT.jar 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.scout.feature >-------- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] Building org.eclipse.epp.package.scout.feature 4.32.0-SNAPSHOT [28/34] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] from packages/org.eclipse.epp.package.scout.feature/pom.xml 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.feature/pom.xml 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.feature/src/main/resources 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.feature/target/org.eclipse.epp.package.scout.feature-4.32.0-SNAPSHOT.jar 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout.feature --- 03:37:15 [2024-04-11T07:37:15.478Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.feature/target/org.eclipse.epp.package.scout.feature-4.32.0-SNAPSHOT.jar 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout.feature --- 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [29/34] 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:37:17 [2024-04-11T07:37:17.365Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.scout:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/pom.xml 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] 03:37:21 [2024-04-11T07:37:21.527Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.scout --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.scout --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp.package.committers >--------- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Building org.eclipse.epp.package.committers 4.32.0-SNAPSHOT [30/34] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] from packages/org.eclipse.epp.package.committers/pom.xml 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Resolving class path of org.eclipse.epp.package.committers 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/main/resources 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/test/resources 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 181 system scoped dependencies were not mapped to maven artifacts 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Copying 1 resource 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/target/org.eclipse.epp.package.committers-4.32.0-SNAPSHOT.jar 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/target/org.eclipse.epp.package.committers-4.32.0-SNAPSHOT.jar 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers --- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] -----< org.eclipse.epp:org.eclipse.epp.package.committers.feature >----- 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] Building org.eclipse.epp.package.committers.feature 4.32.0-SNAPSHOT [31/34] 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] from packages/org.eclipse.epp.package.committers.feature/pom.xml 03:38:17 [2024-04-11T07:38:17.675Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers.feature:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.feature/pom.xml 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.feature/src/main/resources 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 182 system scoped dependencies were not mapped to maven artifacts 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] Building jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.feature/target/org.eclipse.epp.package.committers.feature-4.32.0-SNAPSHOT.jar 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers.feature --- 03:38:17 [2024-04-11T07:38:17.676Z] [INFO] Signing jar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.feature/target/org.eclipse.epp.package.committers.feature-4.32.0-SNAPSHOT.jar 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers.feature --- 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [32/34] 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:38:18 [2024-04-11T07:38:18.604Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.committers:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/pom.xml 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] 03:38:23 [2024-04-11T07:38:23.867Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.committers --- 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.committers --- 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp-parent-aggregation >--------- 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] Building org.eclipse.epp-parent-aggregation 4.32.0-SNAPSHOT [33/34] 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] from releng/org.eclipse.epp.config/aggregation/pom.xml 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] --------------------------------[ pom ]--------------------------------- 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] --- tycho-eclipse:4.0.8-SNAPSHOT:eclipse-run (build-repo) @ org.eclipse.epp-parent-aggregation --- 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest] 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/data/.metadata/.log 03:39:31 [2024-04-11T07:39:31.478Z] [INFO] Command line: 03:39:31 [2024-04-11T07:39:31.478Z] [/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Xms256M, -Xmx2048M, -Duser.home=/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target, -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclientjava, -Dpackages.clone.location.uri=file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../.., -Dsimrel.uri=https://download.eclipse.org/staging/2024-06, -Djustj.jres.uri=https://download.eclipse.org/justj/jres/21/updates/release/latest, -Djustj.epp.uri=https://download.eclipse.org/justj/epp/milestone/latest, -jar, /home/jenkins/agent/workspace/epp_master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240330-1250/org.eclipse.equinox.launcher-1.6.800.v20240330-1250.jar, -install, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/data, -application, org.eclipse.cbi.p2repo.cli.headless, aggregate, --buildModel, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/packaging.aggr, --buildRoot, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository, --eclipseLogLevel, INFO, --logLevel, INFO, --action, CLEAN_BUILD] 03:39:32 [2024-04-11T07:39:32.840Z] Loading all repositories 03:39:33 [2024-04-11T07:39:33.096Z] SLF4J(W): No SLF4J providers were found. 03:39:33 [2024-04-11T07:39:33.096Z] SLF4J(W): Defaulting to no-operation (NOP) logger implementation 03:39:33 [2024-04-11T07:39:33.096Z] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 03:39:39 [2024-04-11T07:39:39.835Z] Starting generation of composite repository 03:39:39 [2024-04-11T07:39:39.835Z] Adding child meta-data repository file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../../releng/org.eclipse.epp.config/aggregation/all-repos 03:39:39 [2024-04-11T07:39:39.835Z] Done. Took 0 seconds 03:39:39 [2024-04-11T07:39:39.835Z] Starting generation of verification feature for validationSet: Main 03:39:39 [2024-04-11T07:39:39.835Z] Done. Took 0 seconds 03:39:39 [2024-04-11T07:39:39.835Z] Starting planner verification for validationSet: Main 03:39:39 [2024-04-11T07:39:39.835Z] Verifying config linux,gtk,aarch64... 03:39:39 [2024-04-11T07:39:39.835Z] Verifying config linux,gtk,x86_64... 03:39:39 [2024-04-11T07:39:39.835Z] Verifying config macosx,cocoa,aarch64... 03:39:39 [2024-04-11T07:39:39.835Z] Verifying config macosx,cocoa,x86_64... 03:39:39 [2024-04-11T07:39:39.835Z] Verifying config win32,win32,x86_64... 03:40:06 [2024-04-11T07:40:06.743Z] Verified config linux,gtk,aarch64... 03:40:06 [2024-04-11T07:40:06.743Z] Verified config linux,gtk,x86_64... 03:40:06 [2024-04-11T07:40:06.743Z] Verified config macosx,cocoa,aarch64... 03:40:06 [2024-04-11T07:40:06.743Z] Verified config macosx,cocoa,x86_64... 03:40:06 [2024-04-11T07:40:06.743Z] Verified config win32,win32,x86_64... 03:40:06 [2024-04-11T07:40:06.743Z] Verification successful 03:40:06 [2024-04-11T07:40:06.743Z] Done. Took 26 seconds 03:40:06 [2024-04-11T07:40:06.743Z] Starting mirroring of meta-data for validationSet: Main 03:40:06 [2024-04-11T07:40:06.743Z] Mirroring meta-data consisting of 352 units from file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../../releng/org.eclipse.epp.config/aggregation/all-repos 03:40:06 [2024-04-11T07:40:06.743Z] Done. Took 0 seconds 03:40:06 [2024-04-11T07:40:06.743Z] Starting generation of categories 03:40:06 [2024-04-11T07:40:06.743Z] Done. Took 0 seconds 03:40:06 [2024-04-11T07:40:06.743Z] Starting artifacts mirroring 03:40:06 [2024-04-11T07:40:06.743Z] Mirroring artifacts from file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../../releng/org.eclipse.epp.config/aggregation/all-repos 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.034Z] - mirroring artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.035Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.291Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.292Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.547Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.548Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.548Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.548Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.548Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.548Z] - mirrored artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.548Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.804Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.804Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.804Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240411-0724 03:40:07 [2024-04-11T07:40:07.804Z] Saving: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate 03:40:07 [2024-04-11T07:40:07.804Z] XZ compressing: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate 03:40:09 [2024-04-11T07:40:09.167Z] Done. Took 2 seconds 03:40:09 [2024-04-11T07:40:09.167Z] Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final 03:40:09 [2024-04-11T07:40:09.167Z] Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [34/34] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] from pom.xml 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] --------------------------------[ pom ]--------------------------------- 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] ------------------------------------------------------------------------ 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.common ..................... SUCCESS [ 25.884 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [ 14.146 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.cpp ........................ SUCCESS [ 1.471 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.cpp.feature ................ SUCCESS [ 4.776 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.cpp .................................... SUCCESS [01:52 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.dsl ........................ SUCCESS [ 2.189 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.dsl.feature ................ SUCCESS [ 1.188 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.dsl .................................... SUCCESS [01:23 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.embedcpp ................... SUCCESS [ 1.739 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.embedcpp.feature ........... SUCCESS [ 2.004 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.embedcpp ............................... SUCCESS [01:00 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.java ....................... SUCCESS [ 1.997 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.java.feature ............... SUCCESS [ 1.474 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.java ................................... SUCCESS [ 50.827 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.jee ........................ SUCCESS [ 1.477 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.jee.feature ................ SUCCESS [ 2.510 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.jee .................................... SUCCESS [01:51 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.modeling ................... SUCCESS [ 2.069 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.modeling.feature ........... SUCCESS [ 1.871 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.modeling ............................... SUCCESS [01:39 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.php ........................ SUCCESS [ 2.114 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.php.feature ................ SUCCESS [ 1.290 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.php .................................... SUCCESS [01:02 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.rcp ........................ SUCCESS [ 1.640 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.rcp.feature ................ SUCCESS [ 2.152 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.rcp .................................... SUCCESS [01:01 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.scout ...................... SUCCESS [ 3.556 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.scout.feature .............. SUCCESS [ 1.985 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.scout .................................. SUCCESS [ 57.224 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.committers ................. SUCCESS [ 2.821 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp.package.committers.feature ......... SUCCESS [ 1.442 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] epp.package.committers ............................. SUCCESS [01:09 min] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp-parent-aggregation ................. SUCCESS [ 41.577 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.001 s] 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] ------------------------------------------------------------------------ 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] BUILD SUCCESS 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] ------------------------------------------------------------------------ 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] Total time: 15:11 min 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] Finished at: 2024-04-11T07:40:09Z 03:40:09 [2024-04-11T07:40:09.728Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent 03:40:10 [2024-04-11T07:40:10.304Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 03:40:10 [2024-04-11T07:40:10.305Z] [ssh-agent] Looking for ssh-agent implementation... 03:40:10 [2024-04-11T07:40:10.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:40:10 [2024-04-11T07:40:10.319Z] $ ssh-agent 03:40:10 [2024-04-11T07:40:10.336Z] SSH_AUTH_SOCK=/tmp/ssh-P489Hoa3KChJ/agent.1609 03:40:10 [2024-04-11T07:40:10.336Z] SSH_AGENT_PID=1611 03:40:10 [2024-04-11T07:40:10.342Z] Running ssh-add (command line suppressed) 03:40:10 [2024-04-11T07:40:10.350Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_11545663398029571388.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_11545663398029571388.key) 03:40:10 [2024-04-11T07:40:10.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:40:10 [2024-04-11T07:40:10.640Z] + scp -rpv releng/org.eclipse.epp.config/aggregation/target/repository/final/artifacts.jar releng/org.eclipse.epp.config/aggregation/target/repository/final/artifacts.xml.xz releng/org.eclipse.epp.config/aggregation/target/repository/final/binary releng/org.eclipse.epp.config/aggregation/target/repository/final/content.jar releng/org.eclipse.epp.config/aggregation/target/repository/final/content.xml.xz releng/org.eclipse.epp.config/aggregation/target/repository/final/features releng/org.eclipse.epp.config/aggregation/target/repository/final/p2.index releng/org.eclipse.epp.config/aggregation/target/repository/final/plugins genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//repository/ 03:40:10 [2024-04-11T07:40:10.640Z] Executing: program /usr/bin/ssh host projects-storage.eclipse.org, user genie.packaging, command scp -v -r -p -d -t /home/data/httpd/download.eclipse.org/technology/epp/building//repository/ 03:40:10 [2024-04-11T07:40:10.640Z] OpenSSH_7.9p1 Debian-10+deb10u4, OpenSSL 1.1.1n 15 Mar 2022 03:40:10 [2024-04-11T07:40:10.640Z] debug1: Reading configuration data /etc/ssh/ssh_config 03:40:10 [2024-04-11T07:40:10.640Z] debug1: /etc/ssh/ssh_config line 19: Applying options for * 03:40:10 [2024-04-11T07:40:10.640Z] debug1: Connecting to projects-storage.eclipse.org [172.25.25.150] port 22. 03:40:10 [2024-04-11T07:40:10.640Z] debug1: Connection established. 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_rsa type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_rsa-cert type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_dsa type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_dsa-cert type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa-cert type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_ed25519 type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_ed25519-cert type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_xmss type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: identity file /home/jenkins/.ssh/id_xmss-cert type -1 03:40:10 [2024-04-11T07:40:10.640Z] debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u4 03:40:10 [2024-04-11T07:40:10.640Z] debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3ubuntu0.6 03:40:10 [2024-04-11T07:40:10.640Z] debug1: match: OpenSSH_8.9p1 Ubuntu-3ubuntu0.6 pat OpenSSH* compat 0x04000000 03:40:10 [2024-04-11T07:40:10.640Z] debug1: Authenticating to projects-storage.eclipse.org:22 as 'genie.packaging' 03:40:10 [2024-04-11T07:40:10.640Z] debug1: SSH2_MSG_KEXINIT sent 03:40:10 [2024-04-11T07:40:10.640Z] debug1: SSH2_MSG_KEXINIT received 03:40:10 [2024-04-11T07:40:10.640Z] debug1: kex: algorithm: curve25519-sha256 03:40:10 [2024-04-11T07:40:10.640Z] debug1: kex: host key algorithm: ecdsa-sha2-nistp256 03:40:10 [2024-04-11T07:40:10.640Z] debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none 03:40:10 [2024-04-11T07:40:10.640Z] debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none 03:40:10 [2024-04-11T07:40:10.641Z] debug1: expecting SSH2_MSG_KEX_ECDH_REPLY 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Server host key: ecdsa-sha2-nistp256 SHA256:CkY4klkLCBGlAzScHQgPcKKA8hyzEfrUl9BZAWMdYlc 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Host 'projects-storage.eclipse.org' is known and matches the ECDSA host key. 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Found key in /home/jenkins/.ssh/known_hosts:2 03:40:10 [2024-04-11T07:40:10.641Z] debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 03:40:10 [2024-04-11T07:40:10.641Z] debug1: rekey after 134217728 blocks 03:40:10 [2024-04-11T07:40:10.641Z] debug1: SSH2_MSG_NEWKEYS sent 03:40:10 [2024-04-11T07:40:10.641Z] debug1: expecting SSH2_MSG_NEWKEYS 03:40:10 [2024-04-11T07:40:10.641Z] debug1: ssh_packet_read_poll2: resetting read seqnr 3 03:40:10 [2024-04-11T07:40:10.641Z] debug1: SSH2_MSG_NEWKEYS received 03:40:10 [2024-04-11T07:40:10.641Z] debug1: rekey after 134217728 blocks 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Will attempt key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_11545663398029571388.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Will attempt key: /home/jenkins/.ssh/id_rsa 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Will attempt key: /home/jenkins/.ssh/id_dsa 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ecdsa 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ed25519 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Will attempt key: /home/jenkins/.ssh/id_xmss 03:40:10 [2024-04-11T07:40:10.641Z] debug1: SSH2_MSG_EXT_INFO received 03:40:10 [2024-04-11T07:40:10.641Z] debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com,webauthn-sk-ecdsa-sha2-nistp256@openssh.com> 03:40:10 [2024-04-11T07:40:10.641Z] debug1: kex_input_ext_info: publickey-hostbound@openssh.com (unrecognised) 03:40:10 [2024-04-11T07:40:10.641Z] debug1: SSH2_MSG_SERVICE_ACCEPT received 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Authentications that can continue: publickey,password 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Next authentication method: publickey 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Offering public key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_11545663398029571388.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Server accepts key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_11545663398029571388.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Authentication succeeded (publickey). 03:40:10 [2024-04-11T07:40:10.641Z] Authenticated to projects-storage.eclipse.org ([172.25.25.150]:22). 03:40:10 [2024-04-11T07:40:10.641Z] debug1: channel 0: new [client-session] 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Requesting no-more-sessions@openssh.com 03:40:10 [2024-04-11T07:40:10.641Z] debug1: Entering interactive session. 03:40:10 [2024-04-11T07:40:10.641Z] debug1: pledge: network 03:40:10 [2024-04-11T07:40:10.896Z] debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 03:40:10 [2024-04-11T07:40:10.896Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding 03:40:10 [2024-04-11T07:40:10.896Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding 03:40:10 [2024-04-11T07:40:10.896Z] debug1: Sending environment. 03:40:10 [2024-04-11T07:40:10.896Z] debug1: Sending env LANG = en_US.UTF-8 03:40:10 [2024-04-11T07:40:10.896Z] debug1: Sending env LC_ALL = en_US.UTF-8 03:40:10 [2024-04-11T07:40:10.896Z] debug1: Sending command: scp -v -r -p -d -t /home/data/httpd/download.eclipse.org/technology/epp/building//repository/ 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821207 atime 1712821208 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821207 0 1712821208 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821207 0 1712821208 0 03:40:10 [2024-04-11T07:40:10.896Z] Sending file modes: C0644 11229 artifacts.jar 03:40:10 [2024-04-11T07:40:10.896Z] Sink: C0644 11229 artifacts.jar 03:40:10 [2024-04-11T07:40:10.896Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821208 atime 1712821208 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821208 0 1712821208 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821208 0 1712821208 0 03:40:10 [2024-04-11T07:40:10.896Z] Sending file modes: C0644 9452 artifacts.xml.xz 03:40:10 [2024-04-11T07:40:10.896Z] Sink: C0644 9452 artifacts.xml.xz 03:40:10 [2024-04-11T07:40:10.896Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821207 atime 1712821206 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821207 0 1712821206 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821207 0 1712821206 0 03:40:10 [2024-04-11T07:40:10.896Z] Entering directory: D2755 0 binary 03:40:10 [2024-04-11T07:40:10.896Z] Sink: D2755 0 binary 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821207 atime 1712821206 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821207 0 1712821206 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821207 0 1712821206 0 03:40:10 [2024-04-11T07:40:10.896Z] Sending file modes: C0644 46740 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] Sink: C0644 46740 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821207 atime 1712821206 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821207 0 1712821206 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821207 0 1712821206 0 03:40:10 [2024-04-11T07:40:10.896Z] Sending file modes: C0644 46740 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] Sink: C0644 46740 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821207 atime 1712821207 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.896Z] Sending file modes: C0644 276885 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] Sink: C0644 276885 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821207 atime 1712821207 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.896Z] Sending file modes: C0644 46864 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] Sink: C0644 46864 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:10 [2024-04-11T07:40:10.896Z] File mtime 1712821207 atime 1712821207 03:40:10 [2024-04-11T07:40:10.896Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.896Z] Sink: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.896Z] Sending file modes: C0644 214027 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.896Z] Sink: C0644 214027 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.897Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:10 [2024-04-11T07:40:10.897Z] File mtime 1712821207 atime 1712821207 03:40:10 [2024-04-11T07:40:10.897Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.897Z] Sink: T1712821207 0 1712821207 0 03:40:10 [2024-04-11T07:40:10.897Z] Sending file modes: C0644 276885 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:10 [2024-04-11T07:40:10.897Z] Sink: C0644 276885 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 46864 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 46864 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 214025 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 214025 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 276885 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 276885 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 46740 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 46740 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 276885 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 276885 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 46864 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 46864 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 276885 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 276885 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 276885 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 276885 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 46864 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 46864 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 213860 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 213860 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sending file modes: C0644 276885 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] Sink: C0644 276885 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.151Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.151Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.151Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.151Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 213856 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 213856 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 213856 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 213856 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 46740 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 46740 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 276885 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 276885 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 213857 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 213857 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 46864 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 46864 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 213856 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 213856 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 214026 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 214026 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 214030 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 214030 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 214026 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 214026 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 46740 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 46740 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 276885 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 276885 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.152Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.152Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.152Z] Sending file modes: C0644 214026 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] Sink: C0644 214026 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.152Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.407Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.407Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sending file modes: C0644 213856 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.407Z] Sink: C0644 213856 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.407Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.407Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.407Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sending file modes: C0644 46740 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.407Z] Sink: C0644 46740 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.407Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.407Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.407Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sending file modes: C0644 213856 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.407Z] Sink: C0644 213856 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.407Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.407Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.407Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.407Z] Sending file modes: C0644 46864 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46864 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46740 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46740 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 214028 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 214028 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46864 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46864 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46740 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46740 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 213858 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 213858 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 213857 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 213857 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46864 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46864 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46740 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46740 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 214026 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 214026 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 214029 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 214029 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46740 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46740 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 276885 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 276885 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46864 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46864 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 214026 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 214026 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 213861 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 213861 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 46864 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 46864 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240411-0724 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] Sink: E 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821206 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821206 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821206 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 111615 content.jar 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 111615 content.jar 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821208 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821208 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821208 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 21852 content.xml.xz 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 21852 content.xml.xz 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Entering directory: D2755 0 features 03:40:11 [2024-04-11T07:40:11.408Z] Sink: D2755 0 features 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 21831 org.eclipse.epp.package.java.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 21831 org.eclipse.epp.package.java.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.408Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.408Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.408Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.408Z] Sending file modes: C0644 22373 org.eclipse.epp.package.jee.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.408Z] Sink: C0644 22373 org.eclipse.epp.package.jee.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.665Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.665Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.665Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.665Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.665Z] Sending file modes: C0644 22017 org.eclipse.epp.package.rcp.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.665Z] Sink: C0644 22017 org.eclipse.epp.package.rcp.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.665Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.665Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.665Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.665Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.665Z] Sending file modes: C0644 21873 org.eclipse.epp.package.modeling.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.665Z] Sink: C0644 21873 org.eclipse.epp.package.modeling.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.665Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.665Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.665Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.665Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.665Z] Sending file modes: C0644 21888 org.eclipse.epp.package.committers.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.665Z] Sink: C0644 21888 org.eclipse.epp.package.committers.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.665Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.665Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.665Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 22096 org.eclipse.epp.package.cpp.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 22096 org.eclipse.epp.package.cpp.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 22000 org.eclipse.epp.package.common.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 22000 org.eclipse.epp.package.common.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 21848 org.eclipse.epp.package.php.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 21848 org.eclipse.epp.package.php.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 21901 org.eclipse.epp.package.scout.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 21901 org.eclipse.epp.package.scout.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 21872 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 21872 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 21850 org.eclipse.epp.package.dsl.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 21850 org.eclipse.epp.package.dsl.feature_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] Sink: E 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821208 atime 1712821208 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821208 0 1712821208 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821208 0 1712821208 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 365 p2.index 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 365 p2.index 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Entering directory: D2755 0 plugins 03:40:11 [2024-04-11T07:40:11.666Z] Sink: D2755 0 plugins 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 283685 org.eclipse.epp.package.scout_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 283685 org.eclipse.epp.package.scout_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 279316 org.eclipse.epp.package.rcp_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 279316 org.eclipse.epp.package.rcp_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 289044 org.eclipse.epp.package.committers_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 289044 org.eclipse.epp.package.committers_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 279185 org.eclipse.epp.package.cpp_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 279185 org.eclipse.epp.package.cpp_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 280134 org.eclipse.epp.package.embedcpp_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 280134 org.eclipse.epp.package.embedcpp_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 278863 org.eclipse.epp.package.modeling_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 278863 org.eclipse.epp.package.modeling_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 262928 org.eclipse.epp.package.common_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 262928 org.eclipse.epp.package.common_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 279254 org.eclipse.epp.package.dsl_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 279254 org.eclipse.epp.package.dsl_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 279171 org.eclipse.epp.package.java_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 279171 org.eclipse.epp.package.java_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] File mtime 1712821207 atime 1712821207 03:40:11 [2024-04-11T07:40:11.666Z] Sending file timestamps: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sink: T1712821207 0 1712821207 0 03:40:11 [2024-04-11T07:40:11.666Z] Sending file modes: C0644 280301 org.eclipse.epp.package.php_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] Sink: C0644 280301 org.eclipse.epp.package.php_4.32.0.20240411-0724.jar 03:40:11 [2024-04-11T07:40:11.666Z] scp: debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] Sink: E 03:40:11 [2024-04-11T07:40:11.666Z] debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 03:40:11 [2024-04-11T07:40:11.666Z] debug1: channel 0: free: client-session, nchannels 1 03:40:11 [2024-04-11T07:40:11.666Z] debug1: fd 0 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] debug1: fd 2 clearing O_NONBLOCK 03:40:11 [2024-04-11T07:40:11.666Z] Transferred: sent 11201632, received 29028 bytes, in 1.1 seconds 03:40:11 [2024-04-11T07:40:11.666Z] Bytes per second: sent 10337586.2, received 26788.9 03:40:11 [2024-04-11T07:40:11.666Z] debug1: Exit status 0 [Pipeline] } 03:40:11 [2024-04-11T07:40:11.667Z] $ ssh-agent -k 03:40:11 [2024-04-11T07:40:11.673Z] unset SSH_AUTH_SOCK; 03:40:11 [2024-04-11T07:40:11.673Z] unset SSH_AGENT_PID; 03:40:11 [2024-04-11T07:40:11.673Z] echo Agent pid 1611 killed; 03:40:11 [2024-04-11T07:40:11.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build committers) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:12 [2024-04-11T07:40:12.032Z] + mvn verify -Pepp.product.committers -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 03:40:12 [2024-04-11T07:40:12.032Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 03:40:12 [2024-04-11T07:40:12.032Z] Maven home: /opt/tools/apache-maven/latest 03:40:12 [2024-04-11T07:40:12.032Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 03:40:12 [2024-04-11T07:40:12.032Z] Default locale: en_US, platform encoding: UTF-8 03:40:12 [2024-04-11T07:40:12.032Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 03:40:13 [2024-04-11T07:40:13.394Z] [INFO] Scanning for projects... 03:40:15 [2024-04-11T07:40:15.289Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 03:40:15 [2024-04-11T07:40:15.289Z] [INFO] Tycho Mode: project 03:40:15 [2024-04-11T07:40:15.289Z] [INFO] Tycho Builder: maven 03:40:15 [2024-04-11T07:40:15.289Z] [INFO] Build Threads: 1 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:40:20 [2024-04-11T07:40:20.546Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] ------------------------------------------------------------------------ 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] Reactor Build Order: 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] epp.package.committers [eclipse-repository] 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] org.eclipse.epp-buildall [pom] 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [1/2] 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:40:20 [2024-04-11T07:40:20.546Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.committers:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/pom.xml 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] Transport mode: online 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] Http Transport type: Java11Client 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] Update mode: cache first 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] Minimum cache duration: 60 minutes 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 03:40:24 [2024-04-11T07:40:24.706Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 03:40:26 [2024-04-11T07:40:26.593Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 03:40:26 [2024-04-11T07:40:26.593Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 03:40:26 [2024-04-11T07:40:26.593Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 03:40:33 [2024-04-11T07:40:33.161Z] [INFO] Artifact org.osgi:org.osgi.dto:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.162Z] [INFO] Artifact org.osgi:org.osgi.dto:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.162Z] [INFO] Artifact org.osgi:org.osgi.resource:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.162Z] [INFO] Artifact org.osgi:org.osgi.resource:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.162Z] [INFO] Artifact org.osgi:org.osgi.framework:pom:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.162Z] [INFO] Artifact org.osgi:org.osgi.framework:pom:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.163Z] [INFO] Artifact org.osgi:org.osgi.service.log:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.163Z] [INFO] Artifact org.osgi:org.osgi.service.log:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.163Z] [INFO] Artifact org.osgi:org.osgi.util.promise:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.163Z] [INFO] Artifact org.osgi:org.osgi.util.promise:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.163Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:pom:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.164Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:pom:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.164Z] [INFO] Artifact com.google.guava:guava-parent:pom:26.0-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.164Z] [INFO] Artifact com.google.guava:guava-parent:pom:26.0-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.164Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.164Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.164Z] [INFO] Artifact com.google.guava:listenablefuture:pom:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.165Z] [INFO] Artifact com.google.guava:listenablefuture:pom:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.421Z] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.421Z] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.421Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.422Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.422Z] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.422Z] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.422Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.422Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:40:33 [2024-04-11T07:40:33.422Z] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:33 [2024-04-11T07:40:33.423Z] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:33 [2024-04-11T07:40:33.678Z] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:33 [2024-04-11T07:40:33.678Z] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:33 [2024-04-11T07:40:33.679Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:33 [2024-04-11T07:40:33.679Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:33 [2024-04-11T07:40:33.679Z] [INFO] Artifact org.apache.httpcomponents:httpmime:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:33 [2024-04-11T07:40:33.680Z] [INFO] Artifact org.apache.httpcomponents:httpmime:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] 03:40:34 [2024-04-11T07:40:34.239Z] [INFO] 03:40:34 [2024-04-11T07:40:34.239Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- 03:40:34 [2024-04-11T07:40:34.800Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:40:34 [2024-04-11T07:40:34.800Z] [INFO] 03:40:34 [2024-04-11T07:40:34.800Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.committers --- 03:40:38 [2024-04-11T07:40:38.061Z] [INFO] 03:40:38 [2024-04-11T07:40:38.061Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- 03:40:38 [2024-04-11T07:40:38.061Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target 03:40:38 [2024-04-11T07:40:38.061Z] [INFO] 03:40:38 [2024-04-11T07:40:38.061Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.committers --- 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:40:38 [2024-04-11T07:40:38.317Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:40:38 [2024-04-11T07:40:38.585Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:40:38 [2024-04-11T07:40:38.585Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:40:38 [2024-04-11T07:40:38.585Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:40:38 [2024-04-11T07:40:38.585Z] [INFO] 03:40:38 [2024-04-11T07:40:38.585Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.committers --- 03:40:39 [2024-04-11T07:40:39.510Z] [INFO] 03:40:39 [2024-04-11T07:40:39.510Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.committers --- 03:40:39 [2024-04-11T07:40:39.510Z] [INFO] 03:40:39 [2024-04-11T07:40:39.510Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- 03:40:39 [2024-04-11T07:40:39.510Z] [INFO] 03:40:39 [2024-04-11T07:40:39.510Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.committers --- 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.committers --- 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.committers --- 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] Installing product epp.package.committers for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing epp.package.committers 4.32.0.20240411-0724. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.112Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 03:41:47 [2024-04-11T07:41:47.113Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Operation completed in 57104 ms. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] Installing product epp.package.committers for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing epp.package.committers 4.32.0.20240411-0724. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 03:42:43 [2024-04-11T07:42:43.257Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 03:42:43 [2024-04-11T07:42:43.258Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Operation completed in 43196 ms. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] Installing product epp.package.committers for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing epp.package.committers 4.32.0.20240411-0724. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.860Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 03:43:29 [2024-04-11T07:43:29.861Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Operation completed in 42493 ms. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] Installing product epp.package.committers for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing epp.package.committers 4.32.0.20240411-0724. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:44:08 [2024-04-11T07:44:08.504Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 03:44:08 [2024-04-11T07:44:08.505Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Operation completed in 43339 ms. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] Installing product epp.package.committers for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing epp.package.committers 4.32.0.20240411-0724. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 03:44:55 [2024-04-11T07:44:55.607Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 03:44:55 [2024-04-11T07:44:55.608Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 03:45:34 [2024-04-11T07:45:34.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Operation completed in 41109 ms. 03:45:34 [2024-04-11T07:45:34.258Z] [INFO] 03:45:34 [2024-04-11T07:45:34.258Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.committers --- 03:46:00 [2024-04-11T07:46:00.741Z] [INFO] [Thu Apr 11 07:45:59 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/x86_64/Eclipse.app'... 03:47:37 [2024-04-11T07:47:37.104Z] [INFO] [Thu Apr 11 07:47:34 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/aarch64/Eclipse.app'... 03:48:44 [2024-04-11T07:48:44.712Z] [INFO] 03:48:44 [2024-04-11T07:48:44.712Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.committers --- 03:48:44 [2024-04-11T07:48:44.712Z] [INFO] [Thu Apr 11 07:48:37 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse/eclipse.exe' 03:48:44 [2024-04-11T07:48:44.712Z] [INFO] [Thu Apr 11 07:48:38 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse/eclipsec.exe' 03:48:44 [2024-04-11T07:48:44.712Z] [INFO] 03:48:44 [2024-04-11T07:48:44.712Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.committers --- 03:48:44 [2024-04-11T07:48:44.712Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M1-linux.gtk.x86_64.tar.gz 03:49:16 [2024-04-11T07:49:16.719Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M1-linux.gtk.aarch64.tar.gz 03:49:48 [2024-04-11T07:49:48.725Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M1-win32.win32.x86_64.zip 03:50:03 [2024-04-11T07:50:03.550Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.tar.gz 03:50:35 [2024-04-11T07:50:35.560Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.tar.gz 03:51:07 [2024-04-11T07:51:07.563Z] [INFO] 03:51:07 [2024-04-11T07:51:07.564Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.committers --- 03:51:07 [2024-04-11T07:51:07.564Z] [INFO] [Thu Apr 11 07:51:05 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 03:52:15 [2024-04-11T07:52:15.169Z] [INFO] 03:52:15 [2024-04-11T07:52:15.169Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.committers --- 03:52:15 [2024-04-11T07:52:15.169Z] [INFO] [Thu Apr 11 07:52:04 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] from pom.xml 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] --------------------------------[ pom ]--------------------------------- 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 03:53:01 [2024-04-11T07:53:01.771Z] [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... 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] ------------------------------------------------------------------------ 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] epp.package.committers ............................. SUCCESS [12:39 min] 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] ------------------------------------------------------------------------ 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] BUILD SUCCESS 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] ------------------------------------------------------------------------ 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] Total time: 12:47 min 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] Finished at: 2024-04-11T07:53:00Z 03:53:01 [2024-04-11T07:53:01.771Z] [INFO] ------------------------------------------------------------------------ 03:53:01 [2024-04-11T07:53:01.771Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 03:53:01 [2024-04-11T07:53:01.785Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 03:53:01 [2024-04-11T07:53:01.785Z] [ssh-agent] Looking for ssh-agent implementation... 03:53:01 [2024-04-11T07:53:01.798Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:53:01 [2024-04-11T07:53:01.794Z] $ ssh-agent 03:53:01 [2024-04-11T07:53:01.811Z] SSH_AUTH_SOCK=/tmp/ssh-uEsnX5UZ9c39/agent.2626 03:53:01 [2024-04-11T07:53:01.811Z] SSH_AGENT_PID=2628 03:53:01 [2024-04-11T07:53:01.817Z] Running ssh-add (command line suppressed) 03:53:01 [2024-04-11T07:53:01.824Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_7171665794621876903.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_7171665794621876903.key) 03:53:01 [2024-04-11T07:53:01.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:53:02 [2024-04-11T07:53:02.117Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ committers 03:53:02 [2024-04-11T07:53:02.117Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 03:53:02 [2024-04-11T07:53:02.117Z] + shift 03:53:02 [2024-04-11T07:53:02.117Z] + PACKAGES=committers 03:53:02 [2024-04-11T07:53:02.117Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 03:53:02 [2024-04-11T07:53:02.117Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 03:53:02 [2024-04-11T07:53:02.117Z] + SCP=scp 03:53:02 [2024-04-11T07:53:02.117Z] + for PACKAGE in $PACKAGES 03:53:02 [2024-04-11T07:53:02.117Z] + pushd packages/org.eclipse.epp.package.committers.product/target/products 03:53:02 [2024-04-11T07:53:02.117Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products ~/agent/workspace/epp_master 03:53:02 [2024-04-11T07:53:02.117Z] ++ find eclipse-committers-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-committers-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-committers-2024-06-M1-win32.win32.x86_64.zip epp.package.committers -type f -maxdepth 0 03:53:02 [2024-04-11T07:53:02.117Z] + for NAME in $(find * -type f -maxdepth 0) 03:53:02 [2024-04-11T07:53:02.117Z] ++ echo eclipse-committers-2024-06-M1-linux.gtk.aarch64.tar.gz 03:53:02 [2024-04-11T07:53:02.117Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 03:53:02 [2024-04-11T07:53:02.117Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 03:53:02 [2024-04-11T07:53:02.117Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 03:53:02 [2024-04-11T07:53:02.117Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 03:53:02 [2024-04-11T07:53:02.117Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 03:53:02 [2024-04-11T07:53:02.117Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 03:53:02 [2024-04-11T07:53:02.117Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 03:53:02 [2024-04-11T07:53:02.117Z] + NEWNAME=eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 03:53:02 [2024-04-11T07:53:02.117Z] + mv eclipse-committers-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 03:53:02 [2024-04-11T07:53:02.117Z] + md5sum eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 03:53:03 [2024-04-11T07:53:03.478Z] + sha1sum eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 03:53:04 [2024-04-11T07:53:04.842Z] + sha512sum -b eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 03:53:06 [2024-04-11T07:53:06.729Z] + scp eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 03:53:18 [2024-04-11T07:53:18.894Z] + for NAME in $(find * -type f -maxdepth 0) 03:53:18 [2024-04-11T07:53:18.894Z] ++ echo eclipse-committers-2024-06-M1-linux.gtk.x86_64.tar.gz 03:53:18 [2024-04-11T07:53:18.894Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 03:53:18 [2024-04-11T07:53:18.894Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 03:53:18 [2024-04-11T07:53:18.894Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 03:53:18 [2024-04-11T07:53:18.894Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 03:53:18 [2024-04-11T07:53:18.894Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 03:53:18 [2024-04-11T07:53:18.894Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 03:53:18 [2024-04-11T07:53:18.894Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 03:53:18 [2024-04-11T07:53:18.894Z] + NEWNAME=eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 03:53:18 [2024-04-11T07:53:18.894Z] + mv eclipse-committers-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 03:53:18 [2024-04-11T07:53:18.894Z] + md5sum eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 03:53:20 [2024-04-11T07:53:20.255Z] + sha1sum eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 03:53:21 [2024-04-11T07:53:21.618Z] + sha512sum -b eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 03:53:23 [2024-04-11T07:53:23.505Z] + scp eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 03:53:38 [2024-04-11T07:53:38.329Z] + for NAME in $(find * -type f -maxdepth 0) 03:53:38 [2024-04-11T07:53:38.329Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.dmg 03:53:38 [2024-04-11T07:53:38.329Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 03:53:38 [2024-04-11T07:53:38.329Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 03:53:38 [2024-04-11T07:53:38.329Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 03:53:38 [2024-04-11T07:53:38.329Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 03:53:38 [2024-04-11T07:53:38.329Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 03:53:38 [2024-04-11T07:53:38.329Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 03:53:38 [2024-04-11T07:53:38.329Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 03:53:38 [2024-04-11T07:53:38.329Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 03:53:38 [2024-04-11T07:53:38.329Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 03:53:38 [2024-04-11T07:53:38.329Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 03:53:38 [2024-04-11T07:53:38.329Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 03:53:39 [2024-04-11T07:53:39.252Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 03:53:41 [2024-04-11T07:53:41.138Z] + scp eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 03:53:53 [2024-04-11T07:53:53.295Z] + for NAME in $(find * -type f -maxdepth 0) 03:53:53 [2024-04-11T07:53:53.295Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.tar.gz 03:53:53 [2024-04-11T07:53:53.295Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 03:53:53 [2024-04-11T07:53:53.295Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 03:53:53 [2024-04-11T07:53:53.295Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 03:53:53 [2024-04-11T07:53:53.295Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 03:53:53 [2024-04-11T07:53:53.295Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 03:53:53 [2024-04-11T07:53:53.295Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 03:53:53 [2024-04-11T07:53:53.295Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 03:53:53 [2024-04-11T07:53:53.295Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 03:53:53 [2024-04-11T07:53:53.295Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 03:53:53 [2024-04-11T07:53:53.295Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 03:53:54 [2024-04-11T07:53:54.655Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 03:53:56 [2024-04-11T07:53:56.015Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 03:53:57 [2024-04-11T07:53:57.899Z] + scp eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 03:54:10 [2024-04-11T07:54:10.054Z] + for NAME in $(find * -type f -maxdepth 0) 03:54:10 [2024-04-11T07:54:10.054Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.dmg 03:54:10 [2024-04-11T07:54:10.054Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 03:54:10 [2024-04-11T07:54:10.054Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 03:54:10 [2024-04-11T07:54:10.054Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 03:54:10 [2024-04-11T07:54:10.054Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 03:54:10 [2024-04-11T07:54:10.054Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 03:54:10 [2024-04-11T07:54:10.054Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 03:54:10 [2024-04-11T07:54:10.054Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 03:54:10 [2024-04-11T07:54:10.054Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 03:54:10 [2024-04-11T07:54:10.054Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 03:54:10 [2024-04-11T07:54:10.054Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 03:54:10 [2024-04-11T07:54:10.054Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 03:54:10 [2024-04-11T07:54:10.979Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 03:54:12 [2024-04-11T07:54:12.861Z] + scp eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 03:54:25 [2024-04-11T07:54:25.014Z] + for NAME in $(find * -type f -maxdepth 0) 03:54:25 [2024-04-11T07:54:25.014Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.tar.gz 03:54:25 [2024-04-11T07:54:25.014Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 03:54:25 [2024-04-11T07:54:25.014Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 03:54:25 [2024-04-11T07:54:25.014Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 03:54:25 [2024-04-11T07:54:25.014Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 03:54:25 [2024-04-11T07:54:25.014Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 03:54:25 [2024-04-11T07:54:25.014Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 03:54:25 [2024-04-11T07:54:25.014Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 03:54:25 [2024-04-11T07:54:25.014Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 03:54:25 [2024-04-11T07:54:25.014Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 03:54:25 [2024-04-11T07:54:25.014Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 03:54:26 [2024-04-11T07:54:26.373Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 03:54:27 [2024-04-11T07:54:27.296Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 03:54:29 [2024-04-11T07:54:29.181Z] + scp eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 03:54:41 [2024-04-11T07:54:41.340Z] + for NAME in $(find * -type f -maxdepth 0) 03:54:41 [2024-04-11T07:54:41.340Z] ++ echo eclipse-committers-2024-06-M1-win32.win32.x86_64.zip 03:54:41 [2024-04-11T07:54:41.340Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 03:54:41 [2024-04-11T07:54:41.340Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 03:54:41 [2024-04-11T07:54:41.340Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 03:54:41 [2024-04-11T07:54:41.340Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 03:54:41 [2024-04-11T07:54:41.340Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 03:54:41 [2024-04-11T07:54:41.340Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 03:54:41 [2024-04-11T07:54:41.340Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 03:54:41 [2024-04-11T07:54:41.340Z] + NEWNAME=eclipse-committers-2024-06-M1-win32-x86_64.zip 03:54:41 [2024-04-11T07:54:41.340Z] + mv eclipse-committers-2024-06-M1-win32.win32.x86_64.zip eclipse-committers-2024-06-M1-win32-x86_64.zip 03:54:41 [2024-04-11T07:54:41.340Z] + md5sum eclipse-committers-2024-06-M1-win32-x86_64.zip 03:54:41 [2024-04-11T07:54:41.340Z] + sha1sum eclipse-committers-2024-06-M1-win32-x86_64.zip 03:54:42 [2024-04-11T07:54:42.264Z] + sha512sum -b eclipse-committers-2024-06-M1-win32-x86_64.zip 03:54:44 [2024-04-11T07:54:44.145Z] + scp eclipse-committers-2024-06-M1-win32-x86_64.zip eclipse-committers-2024-06-M1-win32-x86_64.zip.md5 eclipse-committers-2024-06-M1-win32-x86_64.zip.sha1 eclipse-committers-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 03:54:54 [2024-04-11T07:54:54.070Z] + popd 03:54:54 [2024-04-11T07:54:54.070Z] ~/agent/workspace/epp_master 03:54:54 [2024-04-11T07:54:54.070Z] + scp packages/org.eclipse.epp.package.committers.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//committers.xml 03:54:54 [2024-04-11T07:54:54.070Z] + scp packages/org.eclipse.epp.package.committers.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//committers.feature.xml 03:54:54 [2024-04-11T07:54:54.631Z] + scp packages/org.eclipse.epp.package.committers.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//committers.product.xml [Pipeline] } 03:54:54 [2024-04-11T07:54:54.887Z] $ ssh-agent -k 03:54:54 [2024-04-11T07:54:54.891Z] unset SSH_AUTH_SOCK; 03:54:54 [2024-04-11T07:54:54.891Z] unset SSH_AGENT_PID; 03:54:54 [2024-04-11T07:54:54.892Z] echo Agent pid 2628 killed; 03:54:54 [2024-04-11T07:54:54.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build cpp) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:55 [2024-04-11T07:54:55.258Z] + mvn verify -Pepp.product.cpp -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 03:54:55 [2024-04-11T07:54:55.259Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 03:54:55 [2024-04-11T07:54:55.259Z] Maven home: /opt/tools/apache-maven/latest 03:54:55 [2024-04-11T07:54:55.259Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 03:54:55 [2024-04-11T07:54:55.259Z] Default locale: en_US, platform encoding: UTF-8 03:54:55 [2024-04-11T07:54:55.259Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 03:54:56 [2024-04-11T07:54:56.637Z] [INFO] Scanning for projects... 03:54:58 [2024-04-11T07:54:58.534Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 03:54:58 [2024-04-11T07:54:58.534Z] [INFO] Tycho Mode: project 03:54:58 [2024-04-11T07:54:58.534Z] [INFO] Tycho Builder: maven 03:54:58 [2024-04-11T07:54:58.534Z] [INFO] Build Threads: 1 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:55:02 [2024-04-11T07:55:02.690Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] ------------------------------------------------------------------------ 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] Reactor Build Order: 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] epp.package.cpp [eclipse-repository] 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] org.eclipse.epp-buildall [pom] 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [1/2] 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 03:55:02 [2024-04-11T07:55:02.690Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.cpp:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/pom.xml 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] Transport mode: online 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] Http Transport type: Java11Client 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] Update mode: cache first 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] Minimum cache duration: 60 minutes 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 03:55:05 [2024-04-11T07:55:05.949Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 03:55:06 [2024-04-11T07:55:06.226Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 03:55:08 [2024-04-11T07:55:08.109Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 03:55:08 [2024-04-11T07:55:08.109Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 03:55:08 [2024-04-11T07:55:08.109Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 03:55:14 [2024-04-11T07:55:14.635Z] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:55:14 [2024-04-11T07:55:14.635Z] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 03:55:15 [2024-04-11T07:55:15.194Z] [INFO] 03:55:15 [2024-04-11T07:55:15.194Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- 03:55:16 [2024-04-11T07:55:16.117Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 03:55:16 [2024-04-11T07:55:16.117Z] [INFO] 03:55:16 [2024-04-11T07:55:16.117Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.cpp --- 03:55:16 [2024-04-11T07:55:16.117Z] [INFO] 03:55:16 [2024-04-11T07:55:16.117Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- 03:55:16 [2024-04-11T07:55:16.117Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target 03:55:16 [2024-04-11T07:55:16.372Z] [INFO] 03:55:16 [2024-04-11T07:55:16.372Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.cpp --- 03:55:16 [2024-04-11T07:55:16.372Z] [INFO] 03:55:16 [2024-04-11T07:55:16.372Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 03:55:16 [2024-04-11T07:55:16.373Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 03:55:16 [2024-04-11T07:55:16.629Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 03:55:16 [2024-04-11T07:55:16.629Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 03:55:16 [2024-04-11T07:55:16.629Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 03:55:16 [2024-04-11T07:55:16.629Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 03:55:16 [2024-04-11T07:55:16.629Z] [INFO] 03:55:16 [2024-04-11T07:55:16.629Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.cpp --- 03:55:17 [2024-04-11T07:55:17.190Z] [INFO] 03:55:17 [2024-04-11T07:55:17.190Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.cpp --- 03:55:17 [2024-04-11T07:55:17.190Z] [INFO] 03:55:17 [2024-04-11T07:55:17.190Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- 03:55:17 [2024-04-11T07:55:17.190Z] [INFO] 03:55:17 [2024-04-11T07:55:17.190Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.cpp --- 03:56:13 [2024-04-11T07:56:13.348Z] [INFO] 03:56:13 [2024-04-11T07:56:13.348Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.cpp --- 03:56:13 [2024-04-11T07:56:13.348Z] [INFO] 03:56:13 [2024-04-11T07:56:13.348Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.cpp --- 03:56:13 [2024-04-11T07:56:13.348Z] [INFO] Installing product epp.package.cpp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 03:56:13 [2024-04-11T07:56:13.348Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing epp.package.cpp 4.32.0.20240411-0724. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 03:56:13 [2024-04-11T07:56:13.349Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 03:56:13 [2024-04-11T07:56:13.350Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 03:56:13 [2024-04-11T07:56:13.350Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 03:56:13 [2024-04-11T07:56:13.350Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 03:56:13 [2024-04-11T07:56:13.350Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Operation completed in 35765 ms. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] Installing product epp.package.cpp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing epp.package.cpp 4.32.0.20240411-0724. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.356Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 03:56:45 [2024-04-11T07:56:45.357Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.995Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Operation completed in 34907 ms. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] Installing product epp.package.cpp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing epp.package.cpp 4.32.0.20240411-0724. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 03:57:23 [2024-04-11T07:57:23.996Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 03:57:23 [2024-04-11T07:57:23.997Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 03:57:23 [2024-04-11T07:57:23.997Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 03:57:23 [2024-04-11T07:57:23.997Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 03:57:23 [2024-04-11T07:57:23.997Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 03:57:23 [2024-04-11T07:57:23.997Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 03:57:23 [2024-04-11T07:57:23.997Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 03:57:23 [2024-04-11T07:57:23.997Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.993Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Operation completed in 33286 ms. 03:57:55 [2024-04-11T07:57:55.993Z] [INFO] Installing product epp.package.cpp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 03:57:55 [2024-04-11T07:57:55.993Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing epp.package.cpp 4.32.0.20240411-0724. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 03:57:55 [2024-04-11T07:57:55.994Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 03:57:55 [2024-04-11T07:57:55.995Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 03:57:55 [2024-04-11T07:57:55.995Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 03:57:55 [2024-04-11T07:57:55.995Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 03:57:55 [2024-04-11T07:57:55.995Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 03:57:55 [2024-04-11T07:57:55.995Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Operation completed in 31292 ms. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] Installing product epp.package.cpp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing epp.package.cpp 4.32.0.20240411-0724. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 03:58:27 [2024-04-11T07:58:27.999Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 03:58:28 [2024-04-11T07:58:28.000Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 03:59:00 [2024-04-11T07:59:00.003Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Operation completed in 33239 ms. 03:59:00 [2024-04-11T07:59:00.003Z] [INFO] 03:59:00 [2024-04-11T07:59:00.003Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.cpp --- 03:59:21 [2024-04-11T07:59:21.895Z] [INFO] [Thu Apr 11 07:59:18 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/aarch64/Eclipse.app'... 04:00:29 [2024-04-11T08:00:29.489Z] [INFO] [Thu Apr 11 08:00:19 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/x86_64/Eclipse.app'... 04:01:01 [2024-04-11T08:01:01.492Z] [INFO] 04:01:01 [2024-04-11T08:01:01.492Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.cpp --- 04:01:01 [2024-04-11T08:01:01.492Z] [INFO] [Thu Apr 11 08:00:59 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse/eclipse.exe' 04:01:01 [2024-04-11T08:01:01.492Z] [INFO] [Thu Apr 11 08:00:59 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse/eclipsec.exe' 04:01:01 [2024-04-11T08:01:01.492Z] [INFO] 04:01:01 [2024-04-11T08:01:01.492Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.cpp --- 04:01:01 [2024-04-11T08:01:01.492Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M1-linux.gtk.x86_64.tar.gz 04:01:23 [2024-04-11T08:01:23.362Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M1-linux.gtk.aarch64.tar.gz 04:01:41 [2024-04-11T08:01:41.383Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M1-win32.win32.x86_64.zip 04:01:51 [2024-04-11T08:01:51.306Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:02:09 [2024-04-11T08:02:09.327Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:02:27 [2024-04-11T08:02:27.351Z] [INFO] 04:02:27 [2024-04-11T08:02:27.351Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.cpp --- 04:02:27 [2024-04-11T08:02:27.351Z] [INFO] [Thu Apr 11 08:02:26 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 04:03:06 [2024-04-11T08:03:06.012Z] [INFO] 04:03:06 [2024-04-11T08:03:06.012Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.cpp --- 04:03:06 [2024-04-11T08:03:06.012Z] [INFO] [Thu Apr 11 08:03:03 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] from pom.xml 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] --------------------------------[ pom ]--------------------------------- 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 04:03:44 [2024-04-11T08:03:44.644Z] [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... 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] ------------------------------------------------------------------------ 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] epp.package.cpp .................................... SUCCESS [08:38 min] 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.005 s] 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] ------------------------------------------------------------------------ 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] BUILD SUCCESS 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] ------------------------------------------------------------------------ 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] Total time: 08:44 min 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] Finished at: 2024-04-11T08:03:40Z 04:03:44 [2024-04-11T08:03:44.644Z] [INFO] ------------------------------------------------------------------------ 04:03:44 [2024-04-11T08:03:44.644Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 04:03:44 [2024-04-11T08:03:44.656Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 04:03:44 [2024-04-11T08:03:44.656Z] [ssh-agent] Looking for ssh-agent implementation... 04:03:44 [2024-04-11T08:03:44.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:03:44 [2024-04-11T08:03:44.663Z] $ ssh-agent 04:03:44 [2024-04-11T08:03:44.678Z] SSH_AUTH_SOCK=/tmp/ssh-OhfrKolqLIx0/agent.3679 04:03:44 [2024-04-11T08:03:44.678Z] SSH_AGENT_PID=3681 04:03:44 [2024-04-11T08:03:44.686Z] Running ssh-add (command line suppressed) 04:03:44 [2024-04-11T08:03:44.693Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_6474676216667682371.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_6474676216667682371.key) 04:03:44 [2024-04-11T08:03:44.715Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:03:44 [2024-04-11T08:03:44.992Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ cpp 04:03:44 [2024-04-11T08:03:44.993Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 04:03:44 [2024-04-11T08:03:44.993Z] + shift 04:03:44 [2024-04-11T08:03:44.993Z] + PACKAGES=cpp 04:03:44 [2024-04-11T08:03:44.993Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 04:03:44 [2024-04-11T08:03:44.993Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 04:03:44 [2024-04-11T08:03:44.993Z] + SCP=scp 04:03:44 [2024-04-11T08:03:44.993Z] + for PACKAGE in $PACKAGES 04:03:44 [2024-04-11T08:03:44.993Z] + pushd packages/org.eclipse.epp.package.cpp.product/target/products 04:03:44 [2024-04-11T08:03:44.993Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products ~/agent/workspace/epp_master 04:03:44 [2024-04-11T08:03:44.993Z] ++ find eclipse-cpp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-cpp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2024-06-M1-win32.win32.x86_64.zip epp.package.cpp -type f -maxdepth 0 04:03:44 [2024-04-11T08:03:44.993Z] + for NAME in $(find * -type f -maxdepth 0) 04:03:44 [2024-04-11T08:03:44.993Z] ++ echo eclipse-cpp-2024-06-M1-linux.gtk.aarch64.tar.gz 04:03:44 [2024-04-11T08:03:44.993Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:03:44 [2024-04-11T08:03:44.993Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:03:44 [2024-04-11T08:03:44.993Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:03:44 [2024-04-11T08:03:44.993Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:03:44 [2024-04-11T08:03:44.993Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:03:44 [2024-04-11T08:03:44.993Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:03:44 [2024-04-11T08:03:44.993Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:03:44 [2024-04-11T08:03:44.993Z] + NEWNAME=eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:03:44 [2024-04-11T08:03:44.993Z] + mv eclipse-cpp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:03:44 [2024-04-11T08:03:44.993Z] + md5sum eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:03:45 [2024-04-11T08:03:45.917Z] + sha1sum eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:03:46 [2024-04-11T08:03:46.841Z] + sha512sum -b eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:03:48 [2024-04-11T08:03:48.203Z] + scp eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:03:58 [2024-04-11T08:03:58.130Z] + for NAME in $(find * -type f -maxdepth 0) 04:03:58 [2024-04-11T08:03:58.130Z] ++ echo eclipse-cpp-2024-06-M1-linux.gtk.x86_64.tar.gz 04:03:58 [2024-04-11T08:03:58.130Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:03:58 [2024-04-11T08:03:58.130Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:03:58 [2024-04-11T08:03:58.130Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:03:58 [2024-04-11T08:03:58.130Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:03:58 [2024-04-11T08:03:58.130Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:03:58 [2024-04-11T08:03:58.130Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:03:58 [2024-04-11T08:03:58.130Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:03:58 [2024-04-11T08:03:58.130Z] + NEWNAME=eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:03:58 [2024-04-11T08:03:58.130Z] + mv eclipse-cpp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:03:58 [2024-04-11T08:03:58.130Z] + md5sum eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:03:59 [2024-04-11T08:03:59.053Z] + sha1sum eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:03:59 [2024-04-11T08:03:59.976Z] + sha512sum -b eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:04:01 [2024-04-11T08:04:01.334Z] + scp eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:04:11 [2024-04-11T08:04:11.263Z] + for NAME in $(find * -type f -maxdepth 0) 04:04:11 [2024-04-11T08:04:11.263Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.dmg 04:04:11 [2024-04-11T08:04:11.263Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:04:11 [2024-04-11T08:04:11.263Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:04:11 [2024-04-11T08:04:11.263Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:04:11 [2024-04-11T08:04:11.263Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:04:11 [2024-04-11T08:04:11.263Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:04:11 [2024-04-11T08:04:11.263Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:04:11 [2024-04-11T08:04:11.263Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:04:11 [2024-04-11T08:04:11.263Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:04:11 [2024-04-11T08:04:11.263Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:04:11 [2024-04-11T08:04:11.263Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:04:11 [2024-04-11T08:04:11.263Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:04:11 [2024-04-11T08:04:11.822Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:04:13 [2024-04-11T08:04:13.183Z] + scp eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:04:23 [2024-04-11T08:04:23.108Z] + for NAME in $(find * -type f -maxdepth 0) 04:04:23 [2024-04-11T08:04:23.108Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:04:23 [2024-04-11T08:04:23.108Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:04:23 [2024-04-11T08:04:23.108Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:04:23 [2024-04-11T08:04:23.108Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:04:23 [2024-04-11T08:04:23.108Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:04:23 [2024-04-11T08:04:23.108Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:04:23 [2024-04-11T08:04:23.108Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:04:23 [2024-04-11T08:04:23.108Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:04:23 [2024-04-11T08:04:23.108Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:04:23 [2024-04-11T08:04:23.108Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:04:23 [2024-04-11T08:04:23.108Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:04:23 [2024-04-11T08:04:23.108Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:04:23 [2024-04-11T08:04:23.363Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:04:24 [2024-04-11T08:04:24.721Z] + scp eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:04:32 [2024-04-11T08:04:32.789Z] + for NAME in $(find * -type f -maxdepth 0) 04:04:32 [2024-04-11T08:04:32.789Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.dmg 04:04:32 [2024-04-11T08:04:32.789Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:04:32 [2024-04-11T08:04:32.789Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:04:32 [2024-04-11T08:04:32.789Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:04:32 [2024-04-11T08:04:32.789Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:04:32 [2024-04-11T08:04:32.789Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:04:32 [2024-04-11T08:04:32.789Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:04:32 [2024-04-11T08:04:32.790Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:04:32 [2024-04-11T08:04:32.790Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:04:32 [2024-04-11T08:04:32.790Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:04:32 [2024-04-11T08:04:32.790Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:04:33 [2024-04-11T08:04:33.348Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:04:34 [2024-04-11T08:04:34.272Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:04:35 [2024-04-11T08:04:35.633Z] + scp eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:04:45 [2024-04-11T08:04:45.562Z] + for NAME in $(find * -type f -maxdepth 0) 04:04:45 [2024-04-11T08:04:45.563Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:04:45 [2024-04-11T08:04:45.563Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:04:45 [2024-04-11T08:04:45.563Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:04:45 [2024-04-11T08:04:45.563Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:04:45 [2024-04-11T08:04:45.563Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:04:45 [2024-04-11T08:04:45.563Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:04:45 [2024-04-11T08:04:45.563Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:04:45 [2024-04-11T08:04:45.563Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:04:45 [2024-04-11T08:04:45.563Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:04:45 [2024-04-11T08:04:45.563Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:04:45 [2024-04-11T08:04:45.563Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:04:45 [2024-04-11T08:04:45.563Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:04:46 [2024-04-11T08:04:46.488Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:04:47 [2024-04-11T08:04:47.846Z] + scp eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:04:55 [2024-04-11T08:04:55.918Z] + for NAME in $(find * -type f -maxdepth 0) 04:04:55 [2024-04-11T08:04:55.918Z] ++ echo eclipse-cpp-2024-06-M1-win32.win32.x86_64.zip 04:04:55 [2024-04-11T08:04:55.918Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:04:55 [2024-04-11T08:04:55.918Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:04:55 [2024-04-11T08:04:55.918Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:04:55 [2024-04-11T08:04:55.918Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:04:55 [2024-04-11T08:04:55.918Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:04:55 [2024-04-11T08:04:55.918Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:04:55 [2024-04-11T08:04:55.918Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:04:55 [2024-04-11T08:04:55.918Z] + NEWNAME=eclipse-cpp-2024-06-M1-win32-x86_64.zip 04:04:55 [2024-04-11T08:04:55.918Z] + mv eclipse-cpp-2024-06-M1-win32.win32.x86_64.zip eclipse-cpp-2024-06-M1-win32-x86_64.zip 04:04:55 [2024-04-11T08:04:55.918Z] + md5sum eclipse-cpp-2024-06-M1-win32-x86_64.zip 04:04:56 [2024-04-11T08:04:56.478Z] + sha1sum eclipse-cpp-2024-06-M1-win32-x86_64.zip 04:04:57 [2024-04-11T08:04:57.839Z] + sha512sum -b eclipse-cpp-2024-06-M1-win32-x86_64.zip 04:04:59 [2024-04-11T08:04:59.201Z] + scp eclipse-cpp-2024-06-M1-win32-x86_64.zip eclipse-cpp-2024-06-M1-win32-x86_64.zip.md5 eclipse-cpp-2024-06-M1-win32-x86_64.zip.sha1 eclipse-cpp-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:05:09 [2024-04-11T08:05:09.126Z] + popd 04:05:09 [2024-04-11T08:05:09.126Z] ~/agent/workspace/epp_master 04:05:09 [2024-04-11T08:05:09.126Z] + scp packages/org.eclipse.epp.package.cpp.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//cpp.xml 04:05:09 [2024-04-11T08:05:09.126Z] + scp packages/org.eclipse.epp.package.cpp.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//cpp.feature.xml 04:05:09 [2024-04-11T08:05:09.126Z] + scp packages/org.eclipse.epp.package.cpp.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//cpp.product.xml [Pipeline] } 04:05:09 [2024-04-11T08:05:09.127Z] $ ssh-agent -k 04:05:09 [2024-04-11T08:05:09.131Z] unset SSH_AUTH_SOCK; 04:05:09 [2024-04-11T08:05:09.131Z] unset SSH_AGENT_PID; 04:05:09 [2024-04-11T08:05:09.132Z] echo Agent pid 3681 killed; 04:05:09 [2024-04-11T08:05:09.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build embedcpp) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:09 [2024-04-11T08:05:09.813Z] + mvn verify -Pepp.product.embedcpp -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 04:05:09 [2024-04-11T08:05:09.813Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 04:05:09 [2024-04-11T08:05:09.814Z] Maven home: /opt/tools/apache-maven/latest 04:05:09 [2024-04-11T08:05:09.814Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 04:05:09 [2024-04-11T08:05:09.814Z] Default locale: en_US, platform encoding: UTF-8 04:05:09 [2024-04-11T08:05:09.814Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 04:05:11 [2024-04-11T08:05:11.178Z] [INFO] Scanning for projects... 04:05:13 [2024-04-11T08:05:13.059Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 04:05:13 [2024-04-11T08:05:13.059Z] [INFO] Tycho Mode: project 04:05:13 [2024-04-11T08:05:13.059Z] [INFO] Tycho Builder: maven 04:05:13 [2024-04-11T08:05:13.059Z] [INFO] Build Threads: 1 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:05:16 [2024-04-11T08:05:16.318Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] ------------------------------------------------------------------------ 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] Reactor Build Order: 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] epp.package.embedcpp [eclipse-repository] 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] org.eclipse.epp-buildall [pom] 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [1/2] 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 04:05:16 [2024-04-11T08:05:16.318Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.embedcpp:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/pom.xml 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] Transport mode: online 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] Http Transport type: Java11Client 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] Update mode: cache first 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] Minimum cache duration: 60 minutes 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 04:05:19 [2024-04-11T08:05:19.591Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 04:05:19 [2024-04-11T08:05:19.846Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 04:05:21 [2024-04-11T08:05:21.728Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 04:05:21 [2024-04-11T08:05:21.728Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 04:05:21 [2024-04-11T08:05:21.728Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 04:05:29 [2024-04-11T08:05:29.802Z] [INFO] 04:05:29 [2024-04-11T08:05:29.802Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- 04:05:29 [2024-04-11T08:05:29.802Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 04:05:29 [2024-04-11T08:05:29.802Z] [INFO] 04:05:29 [2024-04-11T08:05:29.802Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.embedcpp --- 04:05:30 [2024-04-11T08:05:30.057Z] [INFO] 04:05:30 [2024-04-11T08:05:30.057Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- 04:05:30 [2024-04-11T08:05:30.057Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target 04:05:30 [2024-04-11T08:05:30.057Z] [INFO] 04:05:30 [2024-04-11T08:05:30.057Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.embedcpp --- 04:05:30 [2024-04-11T08:05:30.057Z] [INFO] 04:05:30 [2024-04-11T08:05:30.057Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] 04:05:30 [2024-04-11T08:05:30.311Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.embedcpp --- 04:05:31 [2024-04-11T08:05:31.234Z] [INFO] 04:05:31 [2024-04-11T08:05:31.234Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.embedcpp --- 04:05:31 [2024-04-11T08:05:31.234Z] [INFO] 04:05:31 [2024-04-11T08:05:31.234Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- 04:05:31 [2024-04-11T08:05:31.234Z] [INFO] 04:05:31 [2024-04-11T08:05:31.234Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- 04:06:27 [2024-04-11T08:06:27.375Z] [INFO] 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.embedcpp --- 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.embedcpp --- 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] Installing product epp.package.embedcpp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing epp.package.embedcpp 4.32.0.20240411-0724. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 04:06:27 [2024-04-11T08:06:27.376Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 04:06:27 [2024-04-11T08:06:27.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.377Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Operation completed in 37607 ms. 04:06:59 [2024-04-11T08:06:59.632Z] [INFO] Installing product epp.package.embedcpp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 04:06:59 [2024-04-11T08:06:59.632Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing epp.package.embedcpp 4.32.0.20240411-0724. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.887Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.888Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.889Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 04:06:59 [2024-04-11T08:06:59.889Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Operation completed in 33095 ms. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] Installing product epp.package.embedcpp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing epp.package.embedcpp 4.32.0.20240411-0724. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.524Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.525Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 04:07:38 [2024-04-11T08:07:38.526Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Operation completed in 32601 ms. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] Installing product epp.package.embedcpp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing epp.package.embedcpp 4.32.0.20240411-0724. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 04:08:10 [2024-04-11T08:08:10.528Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.529Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 04:08:10 [2024-04-11T08:08:10.530Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.532Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Operation completed in 33415 ms. 04:08:42 [2024-04-11T08:08:42.532Z] [INFO] Installing product epp.package.embedcpp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing epp.package.embedcpp 4.32.0.20240411-0724. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 04:08:42 [2024-04-11T08:08:42.533Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 04:08:42 [2024-04-11T08:08:42.534Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 04:09:14 [2024-04-11T08:09:14.536Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Operation completed in 32775 ms. 04:09:14 [2024-04-11T08:09:14.536Z] [INFO] 04:09:14 [2024-04-11T08:09:14.536Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- 04:09:36 [2024-04-11T08:09:36.402Z] [INFO] [Thu Apr 11 08:09:35 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/aarch64/Eclipse.app'... 04:10:57 [2024-04-11T08:10:57.758Z] [INFO] [Thu Apr 11 08:10:45 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/x86_64/Eclipse.app'... 04:11:44 [2024-04-11T08:11:44.350Z] [INFO] 04:11:44 [2024-04-11T08:11:44.350Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- 04:11:44 [2024-04-11T08:11:44.350Z] [INFO] [Thu Apr 11 08:11:37 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse/eclipse.exe' 04:11:44 [2024-04-11T08:11:44.350Z] [INFO] [Thu Apr 11 08:11:37 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse/eclipsec.exe' 04:11:44 [2024-04-11T08:11:44.350Z] [INFO] 04:11:44 [2024-04-11T08:11:44.350Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.embedcpp --- 04:11:44 [2024-04-11T08:11:44.351Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M1-linux.gtk.x86_64.tar.gz 04:12:06 [2024-04-11T08:12:06.217Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M1-linux.gtk.aarch64.tar.gz 04:12:28 [2024-04-11T08:12:28.083Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M1-win32.win32.x86_64.zip 04:12:42 [2024-04-11T08:12:42.902Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:13:04 [2024-04-11T08:13:04.766Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:13:26 [2024-04-11T08:13:26.626Z] [INFO] 04:13:26 [2024-04-11T08:13:26.627Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.embedcpp --- 04:13:26 [2024-04-11T08:13:26.627Z] [INFO] [Thu Apr 11 08:13:26 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 04:14:13 [2024-04-11T08:14:13.219Z] [INFO] 04:14:13 [2024-04-11T08:14:13.219Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.embedcpp --- 04:14:13 [2024-04-11T08:14:13.219Z] [INFO] [Thu Apr 11 08:14:10 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] from pom.xml 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] --------------------------------[ pom ]--------------------------------- 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 04:14:59 [2024-04-11T08:14:59.833Z] [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... 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] ------------------------------------------------------------------------ 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] epp.package.embedcpp ............................... SUCCESS [09:40 min] 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.008 s] 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] ------------------------------------------------------------------------ 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] BUILD SUCCESS 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] ------------------------------------------------------------------------ 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] Total time: 09:46 min 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] Finished at: 2024-04-11T08:14:56Z 04:14:59 [2024-04-11T08:14:59.833Z] [INFO] ------------------------------------------------------------------------ 04:14:59 [2024-04-11T08:14:59.833Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 04:14:59 [2024-04-11T08:14:59.844Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 04:14:59 [2024-04-11T08:14:59.844Z] [ssh-agent] Looking for ssh-agent implementation... 04:14:59 [2024-04-11T08:14:59.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:14:59 [2024-04-11T08:14:59.855Z] $ ssh-agent 04:14:59 [2024-04-11T08:14:59.869Z] SSH_AUTH_SOCK=/tmp/ssh-F52uUWxnvL7K/agent.4757 04:14:59 [2024-04-11T08:14:59.869Z] SSH_AGENT_PID=4759 04:14:59 [2024-04-11T08:14:59.875Z] Running ssh-add (command line suppressed) 04:14:59 [2024-04-11T08:14:59.881Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_17290376282197542960.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_17290376282197542960.key) 04:14:59 [2024-04-11T08:14:59.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:00 [2024-04-11T08:15:00.167Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ embedcpp 04:15:00 [2024-04-11T08:15:00.167Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 04:15:00 [2024-04-11T08:15:00.167Z] + shift 04:15:00 [2024-04-11T08:15:00.167Z] + PACKAGES=embedcpp 04:15:00 [2024-04-11T08:15:00.167Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 04:15:00 [2024-04-11T08:15:00.167Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 04:15:00 [2024-04-11T08:15:00.167Z] + SCP=scp 04:15:00 [2024-04-11T08:15:00.167Z] + for PACKAGE in $PACKAGES 04:15:00 [2024-04-11T08:15:00.167Z] + pushd packages/org.eclipse.epp.package.embedcpp.product/target/products 04:15:00 [2024-04-11T08:15:00.167Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products ~/agent/workspace/epp_master 04:15:00 [2024-04-11T08:15:00.167Z] ++ find eclipse-embedcpp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2024-06-M1-win32.win32.x86_64.zip epp.package.embedcpp -type f -maxdepth 0 04:15:00 [2024-04-11T08:15:00.167Z] + for NAME in $(find * -type f -maxdepth 0) 04:15:00 [2024-04-11T08:15:00.167Z] ++ echo eclipse-embedcpp-2024-06-M1-linux.gtk.aarch64.tar.gz 04:15:00 [2024-04-11T08:15:00.167Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:15:00 [2024-04-11T08:15:00.167Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:15:00 [2024-04-11T08:15:00.167Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:15:00 [2024-04-11T08:15:00.167Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:15:00 [2024-04-11T08:15:00.167Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:15:00 [2024-04-11T08:15:00.167Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:15:00 [2024-04-11T08:15:00.167Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:15:00 [2024-04-11T08:15:00.167Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:15:00 [2024-04-11T08:15:00.167Z] + mv eclipse-embedcpp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:15:00 [2024-04-11T08:15:00.167Z] + md5sum eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:15:01 [2024-04-11T08:15:01.089Z] + sha1sum eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:15:02 [2024-04-11T08:15:02.012Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 04:15:03 [2024-04-11T08:15:03.372Z] + scp eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:15:13 [2024-04-11T08:15:13.302Z] + for NAME in $(find * -type f -maxdepth 0) 04:15:13 [2024-04-11T08:15:13.302Z] ++ echo eclipse-embedcpp-2024-06-M1-linux.gtk.x86_64.tar.gz 04:15:13 [2024-04-11T08:15:13.302Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:15:13 [2024-04-11T08:15:13.302Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:15:13 [2024-04-11T08:15:13.302Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:15:13 [2024-04-11T08:15:13.302Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:15:13 [2024-04-11T08:15:13.302Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:15:13 [2024-04-11T08:15:13.302Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:15:13 [2024-04-11T08:15:13.302Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:15:13 [2024-04-11T08:15:13.302Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:15:13 [2024-04-11T08:15:13.302Z] + mv eclipse-embedcpp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:15:13 [2024-04-11T08:15:13.302Z] + md5sum eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:15:13 [2024-04-11T08:15:13.557Z] + sha1sum eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:15:14 [2024-04-11T08:15:14.918Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 04:15:16 [2024-04-11T08:15:16.280Z] + scp eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:15:26 [2024-04-11T08:15:26.214Z] + for NAME in $(find * -type f -maxdepth 0) 04:15:26 [2024-04-11T08:15:26.214Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.dmg 04:15:26 [2024-04-11T08:15:26.214Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:15:26 [2024-04-11T08:15:26.214Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:15:26 [2024-04-11T08:15:26.214Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:15:26 [2024-04-11T08:15:26.214Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:15:26 [2024-04-11T08:15:26.214Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:15:26 [2024-04-11T08:15:26.214Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:15:26 [2024-04-11T08:15:26.214Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:15:26 [2024-04-11T08:15:26.214Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:15:26 [2024-04-11T08:15:26.214Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:15:26 [2024-04-11T08:15:26.214Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:15:26 [2024-04-11T08:15:26.774Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:15:27 [2024-04-11T08:15:27.697Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:15:29 [2024-04-11T08:15:29.582Z] + scp eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:15:37 [2024-04-11T08:15:37.654Z] + for NAME in $(find * -type f -maxdepth 0) 04:15:37 [2024-04-11T08:15:37.654Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:15:37 [2024-04-11T08:15:37.654Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:15:37 [2024-04-11T08:15:37.654Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:15:37 [2024-04-11T08:15:37.654Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:15:37 [2024-04-11T08:15:37.654Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:15:37 [2024-04-11T08:15:37.654Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:15:37 [2024-04-11T08:15:37.654Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:15:37 [2024-04-11T08:15:37.654Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:15:37 [2024-04-11T08:15:37.654Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:15:37 [2024-04-11T08:15:37.654Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:15:37 [2024-04-11T08:15:37.654Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:15:38 [2024-04-11T08:15:38.215Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:15:39 [2024-04-11T08:15:39.138Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:15:41 [2024-04-11T08:15:41.020Z] + scp eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:15:50 [2024-04-11T08:15:50.952Z] + for NAME in $(find * -type f -maxdepth 0) 04:15:50 [2024-04-11T08:15:50.952Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.dmg 04:15:50 [2024-04-11T08:15:50.952Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:15:50 [2024-04-11T08:15:50.952Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:15:50 [2024-04-11T08:15:50.952Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:15:50 [2024-04-11T08:15:50.952Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:15:50 [2024-04-11T08:15:50.952Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:15:50 [2024-04-11T08:15:50.952Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:15:50 [2024-04-11T08:15:50.952Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:15:50 [2024-04-11T08:15:50.952Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:15:50 [2024-04-11T08:15:50.952Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:15:50 [2024-04-11T08:15:50.952Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:15:51 [2024-04-11T08:15:51.876Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:15:52 [2024-04-11T08:15:52.799Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:15:54 [2024-04-11T08:15:54.157Z] + scp eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:16:06 [2024-04-11T08:16:06.310Z] + for NAME in $(find * -type f -maxdepth 0) 04:16:06 [2024-04-11T08:16:06.310Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:16:06 [2024-04-11T08:16:06.310Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:16:06 [2024-04-11T08:16:06.310Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:16:06 [2024-04-11T08:16:06.310Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:16:06 [2024-04-11T08:16:06.310Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:16:06 [2024-04-11T08:16:06.310Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:16:06 [2024-04-11T08:16:06.310Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:16:06 [2024-04-11T08:16:06.310Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:16:06 [2024-04-11T08:16:06.310Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:16:06 [2024-04-11T08:16:06.310Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:16:06 [2024-04-11T08:16:06.310Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:16:06 [2024-04-11T08:16:06.310Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:16:06 [2024-04-11T08:16:06.869Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:16:08 [2024-04-11T08:16:08.229Z] + scp eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:16:18 [2024-04-11T08:16:18.154Z] + for NAME in $(find * -type f -maxdepth 0) 04:16:18 [2024-04-11T08:16:18.154Z] ++ echo eclipse-embedcpp-2024-06-M1-win32.win32.x86_64.zip 04:16:18 [2024-04-11T08:16:18.154Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:16:18 [2024-04-11T08:16:18.154Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:16:18 [2024-04-11T08:16:18.154Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:16:18 [2024-04-11T08:16:18.154Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:16:18 [2024-04-11T08:16:18.154Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:16:18 [2024-04-11T08:16:18.154Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:16:18 [2024-04-11T08:16:18.154Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:16:18 [2024-04-11T08:16:18.154Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 04:16:18 [2024-04-11T08:16:18.154Z] + mv eclipse-embedcpp-2024-06-M1-win32.win32.x86_64.zip eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 04:16:18 [2024-04-11T08:16:18.154Z] + md5sum eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 04:16:19 [2024-04-11T08:16:19.079Z] + sha1sum eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 04:16:20 [2024-04-11T08:16:20.003Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 04:16:21 [2024-04-11T08:16:21.363Z] + scp eclipse-embedcpp-2024-06-M1-win32-x86_64.zip eclipse-embedcpp-2024-06-M1-win32-x86_64.zip.md5 eclipse-embedcpp-2024-06-M1-win32-x86_64.zip.sha1 eclipse-embedcpp-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:16:29 [2024-04-11T08:16:29.435Z] + popd 04:16:29 [2024-04-11T08:16:29.435Z] ~/agent/workspace/epp_master 04:16:29 [2024-04-11T08:16:29.435Z] + scp packages/org.eclipse.epp.package.embedcpp.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//embedcpp.xml 04:16:29 [2024-04-11T08:16:29.689Z] + scp packages/org.eclipse.epp.package.embedcpp.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//embedcpp.feature.xml 04:16:29 [2024-04-11T08:16:29.943Z] + scp packages/org.eclipse.epp.package.embedcpp.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//embedcpp.product.xml [Pipeline] } 04:16:30 [2024-04-11T08:16:30.198Z] $ ssh-agent -k 04:16:30 [2024-04-11T08:16:30.204Z] unset SSH_AUTH_SOCK; 04:16:30 [2024-04-11T08:16:30.204Z] unset SSH_AGENT_PID; 04:16:30 [2024-04-11T08:16:30.204Z] echo Agent pid 4759 killed; 04:16:30 [2024-04-11T08:16:30.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dsl) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:30 [2024-04-11T08:16:30.586Z] + mvn verify -Pepp.product.dsl -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 04:16:30 [2024-04-11T08:16:30.586Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 04:16:30 [2024-04-11T08:16:30.586Z] Maven home: /opt/tools/apache-maven/latest 04:16:30 [2024-04-11T08:16:30.586Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 04:16:30 [2024-04-11T08:16:30.586Z] Default locale: en_US, platform encoding: UTF-8 04:16:30 [2024-04-11T08:16:30.586Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 04:16:31 [2024-04-11T08:16:31.946Z] [INFO] Scanning for projects... 04:16:33 [2024-04-11T08:16:33.831Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 04:16:33 [2024-04-11T08:16:33.831Z] [INFO] Tycho Mode: project 04:16:33 [2024-04-11T08:16:33.831Z] [INFO] Tycho Builder: maven 04:16:33 [2024-04-11T08:16:33.831Z] [INFO] Build Threads: 1 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:16:37 [2024-04-11T08:16:37.987Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] ------------------------------------------------------------------------ 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] Reactor Build Order: 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] epp.package.dsl [eclipse-repository] 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] org.eclipse.epp-buildall [pom] 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [1/2] 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 04:16:37 [2024-04-11T08:16:37.987Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.dsl:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/pom.xml 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] Transport mode: online 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] Http Transport type: Java11Client 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] Update mode: cache first 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] Minimum cache duration: 60 minutes 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 04:16:40 [2024-04-11T08:16:40.494Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 04:16:40 [2024-04-11T08:16:40.749Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 04:16:42 [2024-04-11T08:16:42.630Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 04:16:42 [2024-04-11T08:16:42.630Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 04:16:42 [2024-04-11T08:16:42.630Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 04:16:47 [2024-04-11T08:16:47.865Z] [INFO] Artifact com.google.guava:failureaccess:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 04:16:47 [2024-04-11T08:16:47.865Z] [INFO] Artifact com.google.guava:failureaccess:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] 04:16:48 [2024-04-11T08:16:48.423Z] [INFO] Artifact com.google.j2objc:j2objc-annotations:pom:2.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 04:16:48 [2024-04-11T08:16:48.424Z] [INFO] Artifact com.google.j2objc:j2objc-annotations:pom:2.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 04:16:48 [2024-04-11T08:16:48.983Z] [INFO] 04:16:48 [2024-04-11T08:16:48.983Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- 04:16:49 [2024-04-11T08:16:49.543Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 04:16:49 [2024-04-11T08:16:49.543Z] [INFO] 04:16:49 [2024-04-11T08:16:49.543Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.dsl --- 04:16:49 [2024-04-11T08:16:49.799Z] [INFO] 04:16:49 [2024-04-11T08:16:49.799Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- 04:16:49 [2024-04-11T08:16:49.799Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target 04:16:49 [2024-04-11T08:16:49.799Z] [INFO] 04:16:49 [2024-04-11T08:16:49.799Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.dsl --- 04:16:49 [2024-04-11T08:16:49.799Z] [INFO] 04:16:49 [2024-04-11T08:16:49.799Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 04:16:50 [2024-04-11T08:16:50.054Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 04:16:50 [2024-04-11T08:16:50.309Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 04:16:50 [2024-04-11T08:16:50.309Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 04:16:50 [2024-04-11T08:16:50.309Z] [INFO] 04:16:50 [2024-04-11T08:16:50.309Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.dsl --- 04:16:51 [2024-04-11T08:16:51.232Z] [INFO] 04:16:51 [2024-04-11T08:16:51.232Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.dsl --- 04:16:51 [2024-04-11T08:16:51.232Z] [INFO] 04:16:51 [2024-04-11T08:16:51.232Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- 04:16:51 [2024-04-11T08:16:51.232Z] [INFO] 04:16:51 [2024-04-11T08:16:51.232Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.dsl --- 04:17:47 [2024-04-11T08:17:47.376Z] [INFO] 04:17:47 [2024-04-11T08:17:47.376Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.dsl --- 04:17:47 [2024-04-11T08:17:47.376Z] [INFO] 04:17:47 [2024-04-11T08:17:47.376Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.dsl --- 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] Installing product epp.package.dsl for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing epp.package.dsl 4.32.0.20240411-0724. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 04:17:47 [2024-04-11T08:17:47.377Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:18:43 [2024-04-11T08:18:43.530Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Operation completed in 53994 ms. 04:18:43 [2024-04-11T08:18:43.530Z] [INFO] Installing product epp.package.dsl for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 04:18:43 [2024-04-11T08:18:43.530Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing epp.package.dsl 4.32.0.20240411-0724. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 04:18:43 [2024-04-11T08:18:43.531Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:19:30 [2024-04-11T08:19:30.142Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Operation completed in 47627 ms. 04:19:30 [2024-04-11T08:19:30.142Z] [INFO] Installing product epp.package.dsl for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing epp.package.dsl 4.32.0.20240411-0724. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 04:19:30 [2024-04-11T08:19:30.143Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:20:16 [2024-04-11T08:20:16.734Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Operation completed in 45519 ms. 04:20:16 [2024-04-11T08:20:16.734Z] [INFO] Installing product epp.package.dsl for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing epp.package.dsl 4.32.0.20240411-0724. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 04:20:16 [2024-04-11T08:20:16.735Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Operation completed in 45767 ms. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] Installing product epp.package.dsl for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing epp.package.dsl 4.32.0.20240411-0724. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:21:03 [2024-04-11T08:21:03.331Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 04:21:03 [2024-04-11T08:21:03.332Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 04:21:03 [2024-04-11T08:21:03.332Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:21:03 [2024-04-11T08:21:03.332Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:21:03 [2024-04-11T08:21:03.332Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:21:03 [2024-04-11T08:21:03.332Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 04:21:03 [2024-04-11T08:21:03.332Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:21:49 [2024-04-11T08:21:49.925Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Operation completed in 45547 ms. 04:21:49 [2024-04-11T08:21:49.925Z] [INFO] 04:21:49 [2024-04-11T08:21:49.925Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.dsl --- 04:22:11 [2024-04-11T08:22:11.792Z] [INFO] [Thu Apr 11 08:22:10 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/aarch64/Eclipse.app'... 04:23:33 [2024-04-11T08:23:33.138Z] [INFO] [Thu Apr 11 08:23:29 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/x86_64/Eclipse.app'... 04:24:29 [2024-04-11T08:24:29.283Z] [INFO] 04:24:29 [2024-04-11T08:24:29.283Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.dsl --- 04:24:29 [2024-04-11T08:24:29.283Z] [INFO] [Thu Apr 11 08:24:26 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse/eclipse.exe' 04:24:29 [2024-04-11T08:24:29.283Z] [INFO] [Thu Apr 11 08:24:26 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse/eclipsec.exe' 04:24:29 [2024-04-11T08:24:29.283Z] [INFO] 04:24:29 [2024-04-11T08:24:29.283Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.dsl --- 04:24:29 [2024-04-11T08:24:29.283Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M1-linux.gtk.x86_64.tar.gz 04:24:55 [2024-04-11T08:24:55.758Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M1-linux.gtk.aarch64.tar.gz 04:25:17 [2024-04-11T08:25:17.633Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M1-win32.win32.x86_64.zip 04:25:32 [2024-04-11T08:25:32.453Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:25:58 [2024-04-11T08:25:58.926Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:26:25 [2024-04-11T08:26:25.402Z] [INFO] 04:26:25 [2024-04-11T08:26:25.402Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.dsl --- 04:26:25 [2024-04-11T08:26:25.403Z] [INFO] [Thu Apr 11 08:26:22 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 04:27:12 [2024-04-11T08:27:12.007Z] [INFO] 04:27:12 [2024-04-11T08:27:12.007Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.dsl --- 04:27:12 [2024-04-11T08:27:12.007Z] [INFO] [Thu Apr 11 08:27:06 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] from pom.xml 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] --------------------------------[ pom ]--------------------------------- 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 04:27:50 [2024-04-11T08:27:50.646Z] [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... 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] ------------------------------------------------------------------------ 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] epp.package.dsl .................................... SUCCESS [11:11 min] 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.009 s] 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] ------------------------------------------------------------------------ 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] BUILD SUCCESS 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] ------------------------------------------------------------------------ 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] Total time: 11:17 min 04:27:50 [2024-04-11T08:27:50.646Z] [INFO] Finished at: 2024-04-11T08:27:48Z 04:27:50 [2024-04-11T08:27:50.647Z] [INFO] ------------------------------------------------------------------------ 04:27:50 [2024-04-11T08:27:50.647Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 04:27:50 [2024-04-11T08:27:50.659Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 04:27:50 [2024-04-11T08:27:50.659Z] [ssh-agent] Looking for ssh-agent implementation... 04:27:50 [2024-04-11T08:27:50.671Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:27:50 [2024-04-11T08:27:50.668Z] $ ssh-agent 04:27:50 [2024-04-11T08:27:50.682Z] SSH_AUTH_SOCK=/tmp/ssh-FsLeax64E4YH/agent.5878 04:27:50 [2024-04-11T08:27:50.682Z] SSH_AGENT_PID=5880 04:27:50 [2024-04-11T08:27:50.687Z] Running ssh-add (command line suppressed) 04:27:50 [2024-04-11T08:27:50.695Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_16396172867738473267.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_16396172867738473267.key) 04:27:50 [2024-04-11T08:27:50.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:27:50 [2024-04-11T08:27:50.982Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ dsl 04:27:50 [2024-04-11T08:27:50.982Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 04:27:50 [2024-04-11T08:27:50.982Z] + shift 04:27:50 [2024-04-11T08:27:50.982Z] + PACKAGES=dsl 04:27:50 [2024-04-11T08:27:50.982Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 04:27:50 [2024-04-11T08:27:50.982Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 04:27:50 [2024-04-11T08:27:50.982Z] + SCP=scp 04:27:50 [2024-04-11T08:27:50.982Z] + for PACKAGE in $PACKAGES 04:27:50 [2024-04-11T08:27:50.982Z] + pushd packages/org.eclipse.epp.package.dsl.product/target/products 04:27:50 [2024-04-11T08:27:50.982Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products ~/agent/workspace/epp_master 04:27:50 [2024-04-11T08:27:50.982Z] ++ find eclipse-dsl-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-dsl-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2024-06-M1-win32.win32.x86_64.zip epp.package.dsl -type f -maxdepth 0 04:27:50 [2024-04-11T08:27:50.982Z] + for NAME in $(find * -type f -maxdepth 0) 04:27:50 [2024-04-11T08:27:50.982Z] ++ echo eclipse-dsl-2024-06-M1-linux.gtk.aarch64.tar.gz 04:27:50 [2024-04-11T08:27:50.982Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:27:50 [2024-04-11T08:27:50.982Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:27:50 [2024-04-11T08:27:50.982Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:27:50 [2024-04-11T08:27:50.982Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:27:50 [2024-04-11T08:27:50.982Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:27:50 [2024-04-11T08:27:50.982Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:27:50 [2024-04-11T08:27:50.982Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:27:50 [2024-04-11T08:27:50.982Z] + NEWNAME=eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 04:27:50 [2024-04-11T08:27:50.982Z] + mv eclipse-dsl-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 04:27:50 [2024-04-11T08:27:50.982Z] + md5sum eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 04:27:53 [2024-04-11T08:27:53.489Z] + sha1sum eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 04:27:54 [2024-04-11T08:27:54.411Z] + sha512sum -b eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 04:27:56 [2024-04-11T08:27:56.292Z] + scp eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:28:08 [2024-04-11T08:28:08.442Z] + for NAME in $(find * -type f -maxdepth 0) 04:28:08 [2024-04-11T08:28:08.442Z] ++ echo eclipse-dsl-2024-06-M1-linux.gtk.x86_64.tar.gz 04:28:08 [2024-04-11T08:28:08.442Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:28:08 [2024-04-11T08:28:08.442Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:28:08 [2024-04-11T08:28:08.442Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:28:08 [2024-04-11T08:28:08.442Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:28:08 [2024-04-11T08:28:08.442Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:28:08 [2024-04-11T08:28:08.442Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:28:08 [2024-04-11T08:28:08.442Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:28:08 [2024-04-11T08:28:08.442Z] + NEWNAME=eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 04:28:08 [2024-04-11T08:28:08.442Z] + mv eclipse-dsl-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 04:28:08 [2024-04-11T08:28:08.442Z] + md5sum eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 04:28:10 [2024-04-11T08:28:10.323Z] + sha1sum eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 04:28:11 [2024-04-11T08:28:11.247Z] + sha512sum -b eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 04:28:13 [2024-04-11T08:28:13.128Z] + scp eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:28:31 [2024-04-11T08:28:31.169Z] + for NAME in $(find * -type f -maxdepth 0) 04:28:31 [2024-04-11T08:28:31.169Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.dmg 04:28:31 [2024-04-11T08:28:31.169Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:28:31 [2024-04-11T08:28:31.169Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:28:31 [2024-04-11T08:28:31.169Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:28:31 [2024-04-11T08:28:31.169Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:28:31 [2024-04-11T08:28:31.169Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:28:31 [2024-04-11T08:28:31.169Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:28:31 [2024-04-11T08:28:31.169Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:28:31 [2024-04-11T08:28:31.169Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:28:31 [2024-04-11T08:28:31.169Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:28:31 [2024-04-11T08:28:31.169Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:28:31 [2024-04-11T08:28:31.169Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:28:31 [2024-04-11T08:28:31.169Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:28:33 [2024-04-11T08:28:33.052Z] + scp eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:28:45 [2024-04-11T08:28:45.215Z] + for NAME in $(find * -type f -maxdepth 0) 04:28:45 [2024-04-11T08:28:45.215Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:28:45 [2024-04-11T08:28:45.215Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:28:45 [2024-04-11T08:28:45.215Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:28:45 [2024-04-11T08:28:45.215Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:28:45 [2024-04-11T08:28:45.215Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:28:45 [2024-04-11T08:28:45.215Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:28:45 [2024-04-11T08:28:45.215Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:28:45 [2024-04-11T08:28:45.215Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:28:45 [2024-04-11T08:28:45.215Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:28:45 [2024-04-11T08:28:45.215Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:28:45 [2024-04-11T08:28:45.215Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:28:45 [2024-04-11T08:28:45.215Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:28:46 [2024-04-11T08:28:46.578Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:28:47 [2024-04-11T08:28:47.939Z] + scp eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:29:00 [2024-04-11T08:29:00.097Z] + for NAME in $(find * -type f -maxdepth 0) 04:29:00 [2024-04-11T08:29:00.097Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.dmg 04:29:00 [2024-04-11T08:29:00.097Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:29:00 [2024-04-11T08:29:00.097Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:29:00 [2024-04-11T08:29:00.097Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:29:00 [2024-04-11T08:29:00.097Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:29:00 [2024-04-11T08:29:00.097Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:29:00 [2024-04-11T08:29:00.097Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:29:00 [2024-04-11T08:29:00.097Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:29:00 [2024-04-11T08:29:00.097Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:29:00 [2024-04-11T08:29:00.097Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:29:00 [2024-04-11T08:29:00.097Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:29:00 [2024-04-11T08:29:00.656Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:29:02 [2024-04-11T08:29:02.017Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:29:03 [2024-04-11T08:29:03.902Z] + scp eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:29:16 [2024-04-11T08:29:16.061Z] + for NAME in $(find * -type f -maxdepth 0) 04:29:16 [2024-04-11T08:29:16.061Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:29:16 [2024-04-11T08:29:16.061Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:29:16 [2024-04-11T08:29:16.061Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:29:16 [2024-04-11T08:29:16.061Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:29:16 [2024-04-11T08:29:16.061Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:29:16 [2024-04-11T08:29:16.061Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:29:16 [2024-04-11T08:29:16.061Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:29:16 [2024-04-11T08:29:16.061Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:29:16 [2024-04-11T08:29:16.061Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:29:16 [2024-04-11T08:29:16.061Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:29:16 [2024-04-11T08:29:16.061Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:29:16 [2024-04-11T08:29:16.061Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:29:17 [2024-04-11T08:29:17.423Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:29:19 [2024-04-11T08:29:19.310Z] + scp eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:29:31 [2024-04-11T08:29:31.460Z] + for NAME in $(find * -type f -maxdepth 0) 04:29:31 [2024-04-11T08:29:31.461Z] ++ echo eclipse-dsl-2024-06-M1-win32.win32.x86_64.zip 04:29:31 [2024-04-11T08:29:31.461Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:29:31 [2024-04-11T08:29:31.461Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:29:31 [2024-04-11T08:29:31.461Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:29:31 [2024-04-11T08:29:31.461Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:29:31 [2024-04-11T08:29:31.461Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:29:31 [2024-04-11T08:29:31.461Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:29:31 [2024-04-11T08:29:31.461Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:29:31 [2024-04-11T08:29:31.461Z] + NEWNAME=eclipse-dsl-2024-06-M1-win32-x86_64.zip 04:29:31 [2024-04-11T08:29:31.461Z] + mv eclipse-dsl-2024-06-M1-win32.win32.x86_64.zip eclipse-dsl-2024-06-M1-win32-x86_64.zip 04:29:31 [2024-04-11T08:29:31.461Z] + md5sum eclipse-dsl-2024-06-M1-win32-x86_64.zip 04:29:32 [2024-04-11T08:29:32.020Z] + sha1sum eclipse-dsl-2024-06-M1-win32-x86_64.zip 04:29:33 [2024-04-11T08:29:33.383Z] + sha512sum -b eclipse-dsl-2024-06-M1-win32-x86_64.zip 04:29:34 [2024-04-11T08:29:34.745Z] + scp eclipse-dsl-2024-06-M1-win32-x86_64.zip eclipse-dsl-2024-06-M1-win32-x86_64.zip.md5 eclipse-dsl-2024-06-M1-win32-x86_64.zip.sha1 eclipse-dsl-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:29:46 [2024-04-11T08:29:46.901Z] + popd 04:29:46 [2024-04-11T08:29:46.901Z] ~/agent/workspace/epp_master 04:29:46 [2024-04-11T08:29:46.901Z] + scp packages/org.eclipse.epp.package.dsl.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//dsl.xml 04:29:46 [2024-04-11T08:29:46.901Z] + scp packages/org.eclipse.epp.package.dsl.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//dsl.feature.xml 04:29:46 [2024-04-11T08:29:46.901Z] + scp packages/org.eclipse.epp.package.dsl.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//dsl.product.xml [Pipeline] } 04:29:46 [2024-04-11T08:29:46.902Z] $ ssh-agent -k 04:29:46 [2024-04-11T08:29:46.907Z] unset SSH_AUTH_SOCK; 04:29:46 [2024-04-11T08:29:46.907Z] unset SSH_AGENT_PID; 04:29:46 [2024-04-11T08:29:46.907Z] echo Agent pid 5880 killed; 04:29:46 [2024-04-11T08:29:46.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build java) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:29:47 [2024-04-11T08:29:47.270Z] + mvn verify -Pepp.product.java -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 04:29:47 [2024-04-11T08:29:47.270Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 04:29:47 [2024-04-11T08:29:47.270Z] Maven home: /opt/tools/apache-maven/latest 04:29:47 [2024-04-11T08:29:47.270Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 04:29:47 [2024-04-11T08:29:47.270Z] Default locale: en_US, platform encoding: UTF-8 04:29:47 [2024-04-11T08:29:47.270Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 04:29:48 [2024-04-11T08:29:48.633Z] [INFO] Scanning for projects... 04:29:50 [2024-04-11T08:29:50.516Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 04:29:50 [2024-04-11T08:29:50.516Z] [INFO] Tycho Mode: project 04:29:50 [2024-04-11T08:29:50.516Z] [INFO] Tycho Builder: maven 04:29:50 [2024-04-11T08:29:50.516Z] [INFO] Build Threads: 1 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:29:53 [2024-04-11T08:29:53.779Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] ------------------------------------------------------------------------ 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] Reactor Build Order: 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] epp.package.java [eclipse-repository] 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] org.eclipse.epp-buildall [pom] 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [1/2] 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 04:29:53 [2024-04-11T08:29:53.779Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.java:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/pom.xml 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] Transport mode: online 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] Http Transport type: Java11Client 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] Update mode: cache first 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] Minimum cache duration: 60 minutes 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 04:29:57 [2024-04-11T08:29:57.938Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 04:29:59 [2024-04-11T08:29:59.831Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 04:29:59 [2024-04-11T08:29:59.831Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 04:29:59 [2024-04-11T08:29:59.831Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 04:30:05 [2024-04-11T08:30:05.058Z] [INFO] 04:30:05 [2024-04-11T08:30:05.058Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- 04:30:05 [2024-04-11T08:30:05.312Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 04:30:05 [2024-04-11T08:30:05.312Z] [INFO] 04:30:05 [2024-04-11T08:30:05.312Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.java --- 04:30:05 [2024-04-11T08:30:05.567Z] [INFO] 04:30:05 [2024-04-11T08:30:05.567Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- 04:30:05 [2024-04-11T08:30:05.567Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target 04:30:05 [2024-04-11T08:30:05.567Z] [INFO] 04:30:05 [2024-04-11T08:30:05.567Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.java --- 04:30:05 [2024-04-11T08:30:05.567Z] [INFO] 04:30:05 [2024-04-11T08:30:05.567Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] 04:30:05 [2024-04-11T08:30:05.822Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.java --- 04:30:06 [2024-04-11T08:30:06.381Z] [INFO] 04:30:06 [2024-04-11T08:30:06.381Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.java --- 04:30:06 [2024-04-11T08:30:06.381Z] [INFO] 04:30:06 [2024-04-11T08:30:06.381Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.java --- 04:30:06 [2024-04-11T08:30:06.382Z] [INFO] 04:30:06 [2024-04-11T08:30:06.382Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.java --- 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.java --- 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.java --- 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] Installing product epp.package.java for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing epp.package.java 4.32.0.20240411-0724. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:30:52 [2024-04-11T08:30:52.971Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Operation completed in 28377 ms. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] Installing product epp.package.java for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing epp.package.java 4.32.0.20240411-0724. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:31:19 [2024-04-11T08:31:19.445Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:31:19 [2024-04-11T08:31:19.446Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:31:19 [2024-04-11T08:31:19.446Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:31:19 [2024-04-11T08:31:19.446Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 04:31:19 [2024-04-11T08:31:19.446Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:31:19 [2024-04-11T08:31:19.446Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.916Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Operation completed in 25814 ms. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] Installing product epp.package.java for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing epp.package.java 4.32.0.20240411-0724. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:31:45 [2024-04-11T08:31:45.917Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.390Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Operation completed in 26788 ms. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] Installing product epp.package.java for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing epp.package.java 4.32.0.20240411-0724. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:32:12 [2024-04-11T08:32:12.391Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Operation completed in 26445 ms. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] Installing product epp.package.java for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing epp.package.java 4.32.0.20240411-0724. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:32:38 [2024-04-11T08:32:38.865Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:33:05 [2024-04-11T08:33:05.344Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Operation completed in 26337 ms. 04:33:05 [2024-04-11T08:33:05.344Z] [INFO] 04:33:05 [2024-04-11T08:33:05.344Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.java --- 04:33:20 [2024-04-11T08:33:20.175Z] [INFO] [Thu Apr 11 08:33:19 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/x86_64/Eclipse.app'... 04:34:16 [2024-04-11T08:34:16.323Z] [INFO] [Thu Apr 11 08:34:11 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/aarch64/Eclipse.app'... 04:34:48 [2024-04-11T08:34:48.331Z] [INFO] 04:34:48 [2024-04-11T08:34:48.331Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.java --- 04:34:48 [2024-04-11T08:34:48.331Z] [INFO] [Thu Apr 11 08:34:47 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse/eclipse.exe' 04:34:48 [2024-04-11T08:34:48.585Z] [INFO] [Thu Apr 11 08:34:48 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse/eclipsec.exe' 04:34:51 [2024-04-11T08:34:51.843Z] [INFO] 04:34:51 [2024-04-11T08:34:51.843Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.java --- 04:34:51 [2024-04-11T08:34:51.843Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M1-linux.gtk.x86_64.tar.gz 04:35:09 [2024-04-11T08:35:09.866Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M1-linux.gtk.aarch64.tar.gz 04:35:41 [2024-04-11T08:35:41.867Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M1-win32.win32.x86_64.zip 04:35:49 [2024-04-11T08:35:49.937Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:36:07 [2024-04-11T08:36:07.962Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:36:22 [2024-04-11T08:36:22.782Z] [INFO] 04:36:22 [2024-04-11T08:36:22.782Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.java --- 04:36:22 [2024-04-11T08:36:22.782Z] [INFO] [Thu Apr 11 08:36:22 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 04:37:01 [2024-04-11T08:37:01.420Z] [INFO] 04:37:01 [2024-04-11T08:37:01.420Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.java --- 04:37:01 [2024-04-11T08:37:01.420Z] [INFO] [Thu Apr 11 08:36:55 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] from pom.xml 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] --------------------------------[ pom ]--------------------------------- 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 04:37:27 [2024-04-11T08:37:27.894Z] [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... 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] ------------------------------------------------------------------------ 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] epp.package.java ................................... SUCCESS [07:33 min] 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] ------------------------------------------------------------------------ 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] BUILD SUCCESS 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] ------------------------------------------------------------------------ 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] Total time: 07:38 min 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] Finished at: 2024-04-11T08:37:27Z 04:37:27 [2024-04-11T08:37:27.894Z] [INFO] ------------------------------------------------------------------------ 04:37:27 [2024-04-11T08:37:27.894Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 04:37:27 [2024-04-11T08:37:27.907Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 04:37:27 [2024-04-11T08:37:27.907Z] [ssh-agent] Looking for ssh-agent implementation... 04:37:27 [2024-04-11T08:37:27.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:37:27 [2024-04-11T08:37:27.915Z] $ ssh-agent 04:37:27 [2024-04-11T08:37:27.929Z] SSH_AUTH_SOCK=/tmp/ssh-AnORe6pYrPDS/agent.6871 04:37:27 [2024-04-11T08:37:27.929Z] SSH_AGENT_PID=6873 04:37:27 [2024-04-11T08:37:27.934Z] Running ssh-add (command line suppressed) 04:37:27 [2024-04-11T08:37:27.943Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_1128271982381330735.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_1128271982381330735.key) 04:37:27 [2024-04-11T08:37:27.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:37:28 [2024-04-11T08:37:28.230Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ java 04:37:28 [2024-04-11T08:37:28.230Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 04:37:28 [2024-04-11T08:37:28.230Z] + shift 04:37:28 [2024-04-11T08:37:28.230Z] + PACKAGES=java 04:37:28 [2024-04-11T08:37:28.230Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 04:37:28 [2024-04-11T08:37:28.230Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 04:37:28 [2024-04-11T08:37:28.230Z] + SCP=scp 04:37:28 [2024-04-11T08:37:28.230Z] + for PACKAGE in $PACKAGES 04:37:28 [2024-04-11T08:37:28.230Z] + pushd packages/org.eclipse.epp.package.java.product/target/products 04:37:28 [2024-04-11T08:37:28.230Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products ~/agent/workspace/epp_master 04:37:28 [2024-04-11T08:37:28.230Z] ++ find eclipse-java-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-java-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-java-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-java-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-java-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-java-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-java-2024-06-M1-win32.win32.x86_64.zip epp.package.java -type f -maxdepth 0 04:37:28 [2024-04-11T08:37:28.230Z] + for NAME in $(find * -type f -maxdepth 0) 04:37:28 [2024-04-11T08:37:28.230Z] ++ echo eclipse-java-2024-06-M1-linux.gtk.aarch64.tar.gz 04:37:28 [2024-04-11T08:37:28.230Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:37:28 [2024-04-11T08:37:28.230Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:37:28 [2024-04-11T08:37:28.230Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:37:28 [2024-04-11T08:37:28.230Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:37:28 [2024-04-11T08:37:28.231Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:37:28 [2024-04-11T08:37:28.231Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:37:28 [2024-04-11T08:37:28.231Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:37:28 [2024-04-11T08:37:28.231Z] + NEWNAME=eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 04:37:28 [2024-04-11T08:37:28.231Z] + mv eclipse-java-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 04:37:28 [2024-04-11T08:37:28.231Z] + md5sum eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 04:37:28 [2024-04-11T08:37:28.791Z] + sha1sum eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 04:37:29 [2024-04-11T08:37:29.717Z] + sha512sum -b eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 04:37:31 [2024-04-11T08:37:31.078Z] + scp eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:37:41 [2024-04-11T08:37:41.003Z] + for NAME in $(find * -type f -maxdepth 0) 04:37:41 [2024-04-11T08:37:41.003Z] ++ echo eclipse-java-2024-06-M1-linux.gtk.x86_64.tar.gz 04:37:41 [2024-04-11T08:37:41.003Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:37:41 [2024-04-11T08:37:41.003Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:37:41 [2024-04-11T08:37:41.003Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:37:41 [2024-04-11T08:37:41.003Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:37:41 [2024-04-11T08:37:41.003Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:37:41 [2024-04-11T08:37:41.003Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:37:41 [2024-04-11T08:37:41.003Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:37:41 [2024-04-11T08:37:41.003Z] + NEWNAME=eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 04:37:41 [2024-04-11T08:37:41.003Z] + mv eclipse-java-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 04:37:41 [2024-04-11T08:37:41.003Z] + md5sum eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 04:37:41 [2024-04-11T08:37:41.562Z] + sha1sum eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 04:37:42 [2024-04-11T08:37:42.485Z] + sha512sum -b eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 04:37:43 [2024-04-11T08:37:43.407Z] + scp eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:37:51 [2024-04-11T08:37:51.476Z] + for NAME in $(find * -type f -maxdepth 0) 04:37:51 [2024-04-11T08:37:51.476Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.aarch64.dmg 04:37:51 [2024-04-11T08:37:51.476Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:37:51 [2024-04-11T08:37:51.476Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:37:51 [2024-04-11T08:37:51.476Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:37:51 [2024-04-11T08:37:51.476Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:37:51 [2024-04-11T08:37:51.476Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:37:51 [2024-04-11T08:37:51.476Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:37:51 [2024-04-11T08:37:51.476Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:37:51 [2024-04-11T08:37:51.476Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:37:51 [2024-04-11T08:37:51.476Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:37:51 [2024-04-11T08:37:51.476Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:37:51 [2024-04-11T08:37:51.731Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:37:52 [2024-04-11T08:37:52.656Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:37:54 [2024-04-11T08:37:54.015Z] + scp eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:38:02 [2024-04-11T08:38:02.083Z] + for NAME in $(find * -type f -maxdepth 0) 04:38:02 [2024-04-11T08:38:02.084Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:38:02 [2024-04-11T08:38:02.084Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:38:02 [2024-04-11T08:38:02.084Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:38:02 [2024-04-11T08:38:02.084Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:38:02 [2024-04-11T08:38:02.084Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:38:02 [2024-04-11T08:38:02.084Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:38:02 [2024-04-11T08:38:02.084Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:38:02 [2024-04-11T08:38:02.084Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:38:02 [2024-04-11T08:38:02.084Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:38:02 [2024-04-11T08:38:02.084Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:38:02 [2024-04-11T08:38:02.084Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:38:02 [2024-04-11T08:38:02.338Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:38:03 [2024-04-11T08:38:03.263Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:38:04 [2024-04-11T08:38:04.186Z] + scp eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:38:14 [2024-04-11T08:38:14.111Z] + for NAME in $(find * -type f -maxdepth 0) 04:38:14 [2024-04-11T08:38:14.111Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.x86_64.dmg 04:38:14 [2024-04-11T08:38:14.111Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:38:14 [2024-04-11T08:38:14.111Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:38:14 [2024-04-11T08:38:14.111Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:38:14 [2024-04-11T08:38:14.111Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:38:14 [2024-04-11T08:38:14.111Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:38:14 [2024-04-11T08:38:14.111Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:38:14 [2024-04-11T08:38:14.111Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:38:14 [2024-04-11T08:38:14.111Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:38:14 [2024-04-11T08:38:14.111Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:38:14 [2024-04-11T08:38:14.111Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:38:14 [2024-04-11T08:38:14.111Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:38:14 [2024-04-11T08:38:14.111Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:38:15 [2024-04-11T08:38:15.472Z] + scp eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:38:23 [2024-04-11T08:38:23.543Z] + for NAME in $(find * -type f -maxdepth 0) 04:38:23 [2024-04-11T08:38:23.543Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:38:23 [2024-04-11T08:38:23.543Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:38:23 [2024-04-11T08:38:23.543Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:38:23 [2024-04-11T08:38:23.543Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:38:23 [2024-04-11T08:38:23.543Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:38:23 [2024-04-11T08:38:23.543Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:38:23 [2024-04-11T08:38:23.543Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:38:23 [2024-04-11T08:38:23.543Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:38:23 [2024-04-11T08:38:23.543Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:38:23 [2024-04-11T08:38:23.543Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:38:23 [2024-04-11T08:38:23.543Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:38:24 [2024-04-11T08:38:24.466Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:38:25 [2024-04-11T08:38:25.388Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:38:26 [2024-04-11T08:38:26.311Z] + scp eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:38:34 [2024-04-11T08:38:34.381Z] + for NAME in $(find * -type f -maxdepth 0) 04:38:34 [2024-04-11T08:38:34.381Z] ++ echo eclipse-java-2024-06-M1-win32.win32.x86_64.zip 04:38:34 [2024-04-11T08:38:34.381Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:38:34 [2024-04-11T08:38:34.381Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:38:34 [2024-04-11T08:38:34.381Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:38:34 [2024-04-11T08:38:34.381Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:38:34 [2024-04-11T08:38:34.381Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:38:34 [2024-04-11T08:38:34.381Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:38:34 [2024-04-11T08:38:34.381Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:38:34 [2024-04-11T08:38:34.381Z] + NEWNAME=eclipse-java-2024-06-M1-win32-x86_64.zip 04:38:34 [2024-04-11T08:38:34.381Z] + mv eclipse-java-2024-06-M1-win32.win32.x86_64.zip eclipse-java-2024-06-M1-win32-x86_64.zip 04:38:34 [2024-04-11T08:38:34.381Z] + md5sum eclipse-java-2024-06-M1-win32-x86_64.zip 04:38:34 [2024-04-11T08:38:34.381Z] + sha1sum eclipse-java-2024-06-M1-win32-x86_64.zip 04:38:34 [2024-04-11T08:38:34.940Z] + sha512sum -b eclipse-java-2024-06-M1-win32-x86_64.zip 04:38:36 [2024-04-11T08:38:36.309Z] + scp eclipse-java-2024-06-M1-win32-x86_64.zip eclipse-java-2024-06-M1-win32-x86_64.zip.md5 eclipse-java-2024-06-M1-win32-x86_64.zip.sha1 eclipse-java-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:38:48 [2024-04-11T08:38:48.461Z] + popd 04:38:48 [2024-04-11T08:38:48.461Z] ~/agent/workspace/epp_master 04:38:48 [2024-04-11T08:38:48.461Z] + scp packages/org.eclipse.epp.package.java.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//java.xml 04:38:48 [2024-04-11T08:38:48.461Z] + scp packages/org.eclipse.epp.package.java.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//java.feature.xml 04:38:48 [2024-04-11T08:38:48.461Z] + scp packages/org.eclipse.epp.package.java.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//java.product.xml [Pipeline] } 04:38:48 [2024-04-11T08:38:48.462Z] $ ssh-agent -k 04:38:48 [2024-04-11T08:38:48.466Z] unset SSH_AUTH_SOCK; 04:38:48 [2024-04-11T08:38:48.466Z] unset SSH_AGENT_PID; 04:38:48 [2024-04-11T08:38:48.466Z] echo Agent pid 6873 killed; 04:38:48 [2024-04-11T08:38:48.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build jee) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:48 [2024-04-11T08:38:48.931Z] + mvn verify -Pepp.product.jee -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 04:38:48 [2024-04-11T08:38:48.931Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 04:38:48 [2024-04-11T08:38:48.931Z] Maven home: /opt/tools/apache-maven/latest 04:38:48 [2024-04-11T08:38:48.931Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 04:38:48 [2024-04-11T08:38:48.931Z] Default locale: en_US, platform encoding: UTF-8 04:38:48 [2024-04-11T08:38:48.931Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 04:38:50 [2024-04-11T08:38:50.291Z] [INFO] Scanning for projects... 04:38:52 [2024-04-11T08:38:52.172Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 04:38:52 [2024-04-11T08:38:52.172Z] [INFO] Tycho Mode: project 04:38:52 [2024-04-11T08:38:52.172Z] [INFO] Tycho Builder: maven 04:38:52 [2024-04-11T08:38:52.172Z] [INFO] Build Threads: 1 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:38:56 [2024-04-11T08:38:56.329Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] ------------------------------------------------------------------------ 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] Reactor Build Order: 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] epp.package.jee [eclipse-repository] 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] org.eclipse.epp-buildall [pom] 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [1/2] 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml 04:38:56 [2024-04-11T08:38:56.329Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 04:38:56 [2024-04-11T08:38:56.330Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.jee:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/pom.xml 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] Transport mode: online 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] Http Transport type: Java11Client 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] Update mode: cache first 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] Minimum cache duration: 60 minutes 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 04:38:59 [2024-04-11T08:38:59.586Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 04:39:01 [2024-04-11T08:39:01.468Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 04:39:01 [2024-04-11T08:39:01.722Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 04:39:01 [2024-04-11T08:39:01.977Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 04:39:14 [2024-04-11T08:39:14.132Z] [INFO] 04:39:14 [2024-04-11T08:39:14.132Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- 04:39:15 [2024-04-11T08:39:15.057Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 04:39:15 [2024-04-11T08:39:15.057Z] [INFO] 04:39:15 [2024-04-11T08:39:15.057Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.jee --- 04:39:15 [2024-04-11T08:39:15.313Z] [INFO] 04:39:15 [2024-04-11T08:39:15.313Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- 04:39:15 [2024-04-11T08:39:15.313Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target 04:39:15 [2024-04-11T08:39:15.313Z] [INFO] 04:39:15 [2024-04-11T08:39:15.313Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.jee --- 04:39:15 [2024-04-11T08:39:15.313Z] [INFO] 04:39:15 [2024-04-11T08:39:15.313Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] 04:39:15 [2024-04-11T08:39:15.568Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.jee --- 04:39:16 [2024-04-11T08:39:16.492Z] [INFO] 04:39:16 [2024-04-11T08:39:16.492Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.jee --- 04:39:16 [2024-04-11T08:39:16.492Z] [INFO] 04:39:16 [2024-04-11T08:39:16.492Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- 04:39:16 [2024-04-11T08:39:16.492Z] [INFO] 04:39:16 [2024-04-11T08:39:16.492Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.jee --- 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.jee --- 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.jee --- 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] Installing product epp.package.jee for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing epp.package.jee 4.32.0.20240411-0724. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.839Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 04:40:37 [2024-04-11T08:40:37.840Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:40:37 [2024-04-11T08:40:37.841Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.982Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Operation completed in 61996 ms. 04:41:33 [2024-04-11T08:41:33.982Z] [INFO] Installing product epp.package.jee for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 04:41:33 [2024-04-11T08:41:33.982Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing epp.package.jee 4.32.0.20240411-0724. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.983Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 04:41:33 [2024-04-11T08:41:33.984Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:41:33 [2024-04-11T08:41:33.985Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.147Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Operation completed in 52958 ms. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] Installing product epp.package.jee for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing epp.package.jee 4.32.0.20240411-0724. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.148Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 04:42:30 [2024-04-11T08:42:30.149Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:42:30 [2024-04-11T08:42:30.150Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Operation completed in 52319 ms. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] Installing product epp.package.jee for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing epp.package.jee 4.32.0.20240411-0724. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.745Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 04:43:16 [2024-04-11T08:43:16.746Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:43:16 [2024-04-11T08:43:16.747Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:43:16 [2024-04-11T08:43:16.748Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 04:43:16 [2024-04-11T08:43:16.748Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 04:43:16 [2024-04-11T08:43:16.748Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 04:43:16 [2024-04-11T08:43:16.748Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 04:43:16 [2024-04-11T08:43:16.748Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:43:16 [2024-04-11T08:43:16.748Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:43:16 [2024-04-11T08:43:16.748Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Operation completed in 50958 ms. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] Installing product epp.package.jee for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing epp.package.jee 4.32.0.20240411-0724. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 04:44:12 [2024-04-11T08:44:12.890Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 04:44:12 [2024-04-11T08:44:12.891Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:44:12 [2024-04-11T08:44:12.892Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 04:45:09 [2024-04-11T08:45:09.034Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Operation completed in 58076 ms. 04:45:09 [2024-04-11T08:45:09.034Z] [INFO] 04:45:09 [2024-04-11T08:45:09.034Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.jee --- 04:45:41 [2024-04-11T08:45:41.036Z] [INFO] [Thu Apr 11 08:45:36 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/aarch64/Eclipse.app'... 04:47:17 [2024-04-11T08:47:17.388Z] [INFO] [Thu Apr 11 08:47:12 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/x86_64/Eclipse.app'... 04:48:24 [2024-04-11T08:48:24.989Z] [INFO] 04:48:24 [2024-04-11T08:48:24.989Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.jee --- 04:48:25 [2024-04-11T08:48:25.244Z] [INFO] [Thu Apr 11 08:48:25 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse/eclipse.exe' 04:48:25 [2024-04-11T08:48:25.802Z] [INFO] [Thu Apr 11 08:48:25 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse/eclipsec.exe' 04:48:26 [2024-04-11T08:48:26.369Z] [INFO] 04:48:26 [2024-04-11T08:48:26.369Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.jee --- 04:48:26 [2024-04-11T08:48:26.369Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M1-linux.gtk.x86_64.tar.gz 04:49:12 [2024-04-11T08:49:12.959Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M1-linux.gtk.aarch64.tar.gz 04:49:44 [2024-04-11T08:49:44.958Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M1-win32.win32.x86_64.zip 04:50:06 [2024-04-11T08:50:06.824Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:50:45 [2024-04-11T08:50:45.465Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:51:32 [2024-04-11T08:51:32.061Z] [INFO] 04:51:32 [2024-04-11T08:51:32.061Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.jee --- 04:51:32 [2024-04-11T08:51:32.061Z] [INFO] [Thu Apr 11 08:51:26 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 04:52:28 [2024-04-11T08:52:28.204Z] [INFO] 04:52:28 [2024-04-11T08:52:28.204Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.jee --- 04:52:28 [2024-04-11T08:52:28.204Z] [INFO] [Thu Apr 11 08:52:26 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] from pom.xml 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] --------------------------------[ pom ]--------------------------------- 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 04:53:35 [2024-04-11T08:53:35.810Z] [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... 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] ------------------------------------------------------------------------ 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] epp.package.jee .................................... SUCCESS [14:29 min] 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.005 s] 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] ------------------------------------------------------------------------ 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] BUILD SUCCESS 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] ------------------------------------------------------------------------ 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] Total time: 14:35 min 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] Finished at: 2024-04-11T08:53:25Z 04:53:35 [2024-04-11T08:53:35.810Z] [INFO] ------------------------------------------------------------------------ 04:53:35 [2024-04-11T08:53:35.810Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 04:53:35 [2024-04-11T08:53:35.822Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 04:53:35 [2024-04-11T08:53:35.822Z] [ssh-agent] Looking for ssh-agent implementation... 04:53:35 [2024-04-11T08:53:35.834Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:53:35 [2024-04-11T08:53:35.831Z] $ ssh-agent 04:53:35 [2024-04-11T08:53:35.843Z] SSH_AUTH_SOCK=/tmp/ssh-mOctFFAGOoTI/agent.8115 04:53:35 [2024-04-11T08:53:35.843Z] SSH_AGENT_PID=8117 04:53:35 [2024-04-11T08:53:35.848Z] Running ssh-add (command line suppressed) 04:53:35 [2024-04-11T08:53:35.855Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_16015021749369591191.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_16015021749369591191.key) 04:53:35 [2024-04-11T08:53:35.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:53:36 [2024-04-11T08:53:36.141Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ jee 04:53:36 [2024-04-11T08:53:36.141Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 04:53:36 [2024-04-11T08:53:36.141Z] + shift 04:53:36 [2024-04-11T08:53:36.141Z] + PACKAGES=jee 04:53:36 [2024-04-11T08:53:36.141Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 04:53:36 [2024-04-11T08:53:36.141Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 04:53:36 [2024-04-11T08:53:36.141Z] + SCP=scp 04:53:36 [2024-04-11T08:53:36.141Z] + for PACKAGE in $PACKAGES 04:53:36 [2024-04-11T08:53:36.141Z] + pushd packages/org.eclipse.epp.package.jee.product/target/products 04:53:36 [2024-04-11T08:53:36.141Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products ~/agent/workspace/epp_master 04:53:36 [2024-04-11T08:53:36.141Z] ++ find eclipse-jee-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-jee-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-jee-2024-06-M1-win32.win32.x86_64.zip epp.package.jee -type f -maxdepth 0 04:53:36 [2024-04-11T08:53:36.141Z] + for NAME in $(find * -type f -maxdepth 0) 04:53:36 [2024-04-11T08:53:36.141Z] ++ echo eclipse-jee-2024-06-M1-linux.gtk.aarch64.tar.gz 04:53:36 [2024-04-11T08:53:36.141Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:53:36 [2024-04-11T08:53:36.141Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:53:36 [2024-04-11T08:53:36.141Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:53:36 [2024-04-11T08:53:36.141Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:53:36 [2024-04-11T08:53:36.141Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:53:36 [2024-04-11T08:53:36.141Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:53:36 [2024-04-11T08:53:36.141Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:53:36 [2024-04-11T08:53:36.141Z] + NEWNAME=eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 04:53:36 [2024-04-11T08:53:36.141Z] + mv eclipse-jee-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 04:53:36 [2024-04-11T08:53:36.141Z] + md5sum eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 04:53:37 [2024-04-11T08:53:37.501Z] + sha1sum eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 04:53:38 [2024-04-11T08:53:38.862Z] + sha512sum -b eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 04:53:40 [2024-04-11T08:53:40.744Z] + scp eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:53:55 [2024-04-11T08:53:55.569Z] + for NAME in $(find * -type f -maxdepth 0) 04:53:55 [2024-04-11T08:53:55.569Z] ++ echo eclipse-jee-2024-06-M1-linux.gtk.x86_64.tar.gz 04:53:55 [2024-04-11T08:53:55.569Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:53:55 [2024-04-11T08:53:55.569Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:53:55 [2024-04-11T08:53:55.569Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:53:55 [2024-04-11T08:53:55.569Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:53:55 [2024-04-11T08:53:55.569Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:53:55 [2024-04-11T08:53:55.569Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:53:55 [2024-04-11T08:53:55.569Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:53:55 [2024-04-11T08:53:55.569Z] + NEWNAME=eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 04:53:55 [2024-04-11T08:53:55.569Z] + mv eclipse-jee-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 04:53:55 [2024-04-11T08:53:55.569Z] + md5sum eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 04:53:55 [2024-04-11T08:53:55.824Z] + sha1sum eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 04:53:57 [2024-04-11T08:53:57.185Z] + sha512sum -b eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 04:53:59 [2024-04-11T08:53:59.066Z] + scp eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:54:11 [2024-04-11T08:54:11.219Z] + for NAME in $(find * -type f -maxdepth 0) 04:54:11 [2024-04-11T08:54:11.219Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.dmg 04:54:11 [2024-04-11T08:54:11.219Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:54:11 [2024-04-11T08:54:11.219Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:54:11 [2024-04-11T08:54:11.219Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:54:11 [2024-04-11T08:54:11.219Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:54:11 [2024-04-11T08:54:11.219Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:54:11 [2024-04-11T08:54:11.219Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:54:11 [2024-04-11T08:54:11.219Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:54:11 [2024-04-11T08:54:11.219Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:54:11 [2024-04-11T08:54:11.219Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:54:11 [2024-04-11T08:54:11.219Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:54:12 [2024-04-11T08:54:12.143Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:54:13 [2024-04-11T08:54:13.505Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 04:54:15 [2024-04-11T08:54:15.389Z] + scp eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:54:33 [2024-04-11T08:54:33.416Z] + for NAME in $(find * -type f -maxdepth 0) 04:54:33 [2024-04-11T08:54:33.416Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.tar.gz 04:54:33 [2024-04-11T08:54:33.416Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:54:33 [2024-04-11T08:54:33.416Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:54:33 [2024-04-11T08:54:33.416Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:54:33 [2024-04-11T08:54:33.416Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:54:33 [2024-04-11T08:54:33.416Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:54:33 [2024-04-11T08:54:33.416Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:54:33 [2024-04-11T08:54:33.416Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:54:33 [2024-04-11T08:54:33.416Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:54:33 [2024-04-11T08:54:33.416Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:54:33 [2024-04-11T08:54:33.416Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:54:33 [2024-04-11T08:54:33.416Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:54:34 [2024-04-11T08:54:34.339Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 04:54:36 [2024-04-11T08:54:36.222Z] + scp eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:54:51 [2024-04-11T08:54:51.044Z] + for NAME in $(find * -type f -maxdepth 0) 04:54:51 [2024-04-11T08:54:51.044Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.dmg 04:54:51 [2024-04-11T08:54:51.044Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:54:51 [2024-04-11T08:54:51.044Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:54:51 [2024-04-11T08:54:51.044Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:54:51 [2024-04-11T08:54:51.044Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:54:51 [2024-04-11T08:54:51.044Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:54:51 [2024-04-11T08:54:51.044Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:54:51 [2024-04-11T08:54:51.044Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:54:51 [2024-04-11T08:54:51.044Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:54:51 [2024-04-11T08:54:51.044Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:54:51 [2024-04-11T08:54:51.044Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:54:51 [2024-04-11T08:54:51.603Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:54:52 [2024-04-11T08:54:52.961Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 04:54:54 [2024-04-11T08:54:54.842Z] + scp eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:55:06 [2024-04-11T08:55:06.990Z] + for NAME in $(find * -type f -maxdepth 0) 04:55:06 [2024-04-11T08:55:06.990Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.tar.gz 04:55:06 [2024-04-11T08:55:06.990Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:55:06 [2024-04-11T08:55:06.990Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:55:06 [2024-04-11T08:55:06.990Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:55:06 [2024-04-11T08:55:06.990Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:55:06 [2024-04-11T08:55:06.990Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:55:06 [2024-04-11T08:55:06.990Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:55:06 [2024-04-11T08:55:06.990Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:55:06 [2024-04-11T08:55:06.990Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:55:06 [2024-04-11T08:55:06.990Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:55:06 [2024-04-11T08:55:06.990Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:55:07 [2024-04-11T08:55:07.912Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:55:09 [2024-04-11T08:55:09.272Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 04:55:11 [2024-04-11T08:55:11.152Z] + scp eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:55:25 [2024-04-11T08:55:25.967Z] + for NAME in $(find * -type f -maxdepth 0) 04:55:25 [2024-04-11T08:55:25.967Z] ++ echo eclipse-jee-2024-06-M1-win32.win32.x86_64.zip 04:55:25 [2024-04-11T08:55:25.967Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 04:55:25 [2024-04-11T08:55:25.967Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 04:55:25 [2024-04-11T08:55:25.967Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 04:55:25 [2024-04-11T08:55:25.967Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 04:55:25 [2024-04-11T08:55:25.967Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 04:55:25 [2024-04-11T08:55:25.967Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 04:55:25 [2024-04-11T08:55:25.967Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 04:55:25 [2024-04-11T08:55:25.967Z] + NEWNAME=eclipse-jee-2024-06-M1-win32-x86_64.zip 04:55:25 [2024-04-11T08:55:25.967Z] + mv eclipse-jee-2024-06-M1-win32.win32.x86_64.zip eclipse-jee-2024-06-M1-win32-x86_64.zip 04:55:25 [2024-04-11T08:55:25.967Z] + md5sum eclipse-jee-2024-06-M1-win32-x86_64.zip 04:55:27 [2024-04-11T08:55:27.328Z] + sha1sum eclipse-jee-2024-06-M1-win32-x86_64.zip 04:55:28 [2024-04-11T08:55:28.687Z] + sha512sum -b eclipse-jee-2024-06-M1-win32-x86_64.zip 04:55:30 [2024-04-11T08:55:30.569Z] + scp eclipse-jee-2024-06-M1-win32-x86_64.zip eclipse-jee-2024-06-M1-win32-x86_64.zip.md5 eclipse-jee-2024-06-M1-win32-x86_64.zip.sha1 eclipse-jee-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 04:55:42 [2024-04-11T08:55:42.719Z] + popd 04:55:42 [2024-04-11T08:55:42.719Z] ~/agent/workspace/epp_master 04:55:42 [2024-04-11T08:55:42.719Z] + scp packages/org.eclipse.epp.package.jee.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//jee.xml 04:55:42 [2024-04-11T08:55:42.719Z] + scp packages/org.eclipse.epp.package.jee.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//jee.feature.xml 04:55:42 [2024-04-11T08:55:42.719Z] + scp packages/org.eclipse.epp.package.jee.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//jee.product.xml [Pipeline] } 04:55:42 [2024-04-11T08:55:42.719Z] $ ssh-agent -k 04:55:42 [2024-04-11T08:55:42.724Z] unset SSH_AUTH_SOCK; 04:55:42 [2024-04-11T08:55:42.724Z] unset SSH_AGENT_PID; 04:55:42 [2024-04-11T08:55:42.724Z] echo Agent pid 8117 killed; 04:55:42 [2024-04-11T08:55:42.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build modeling) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:43 [2024-04-11T08:55:43.142Z] + mvn verify -Pepp.product.modeling -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 04:55:43 [2024-04-11T08:55:43.143Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 04:55:43 [2024-04-11T08:55:43.143Z] Maven home: /opt/tools/apache-maven/latest 04:55:43 [2024-04-11T08:55:43.143Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 04:55:43 [2024-04-11T08:55:43.143Z] Default locale: en_US, platform encoding: UTF-8 04:55:43 [2024-04-11T08:55:43.143Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 04:55:44 [2024-04-11T08:55:44.504Z] [INFO] Scanning for projects... 04:55:46 [2024-04-11T08:55:46.388Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 04:55:46 [2024-04-11T08:55:46.388Z] [INFO] Tycho Mode: project 04:55:46 [2024-04-11T08:55:46.388Z] [INFO] Tycho Builder: maven 04:55:46 [2024-04-11T08:55:46.388Z] [INFO] Build Threads: 1 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:55:49 [2024-04-11T08:55:49.642Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] ------------------------------------------------------------------------ 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] Reactor Build Order: 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] epp.package.modeling [eclipse-repository] 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] org.eclipse.epp-buildall [pom] 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [1/2] 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 04:55:49 [2024-04-11T08:55:49.642Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.modeling:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/pom.xml 04:55:54 [2024-04-11T08:55:54.883Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 04:55:54 [2024-04-11T08:55:54.883Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 04:55:54 [2024-04-11T08:55:54.883Z] [INFO] Transport mode: online 04:55:54 [2024-04-11T08:55:54.883Z] [INFO] Http Transport type: Java11Client 04:55:54 [2024-04-11T08:55:54.883Z] [INFO] Update mode: cache first 04:55:54 [2024-04-11T08:55:54.883Z] [INFO] Minimum cache duration: 60 minutes 04:55:54 [2024-04-11T08:55:54.883Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 04:55:55 [2024-04-11T08:55:55.441Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 04:55:55 [2024-04-11T08:55:55.695Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 04:55:57 [2024-04-11T08:55:57.575Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 04:55:57 [2024-04-11T08:55:57.575Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 04:55:57 [2024-04-11T08:55:57.575Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 04:56:05 [2024-04-11T08:56:05.646Z] [INFO] 04:56:05 [2024-04-11T08:56:05.646Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- 04:56:05 [2024-04-11T08:56:05.900Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 04:56:05 [2024-04-11T08:56:05.900Z] [INFO] 04:56:05 [2024-04-11T08:56:05.900Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.modeling --- 04:56:06 [2024-04-11T08:56:06.154Z] [INFO] 04:56:06 [2024-04-11T08:56:06.154Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- 04:56:06 [2024-04-11T08:56:06.154Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target 04:56:06 [2024-04-11T08:56:06.154Z] [INFO] 04:56:06 [2024-04-11T08:56:06.154Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.modeling --- 04:56:06 [2024-04-11T08:56:06.154Z] [INFO] 04:56:06 [2024-04-11T08:56:06.154Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- 04:56:06 [2024-04-11T08:56:06.409Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 04:56:06 [2024-04-11T08:56:06.410Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 04:56:06 [2024-04-11T08:56:06.664Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 04:56:06 [2024-04-11T08:56:06.664Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 04:56:06 [2024-04-11T08:56:06.664Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 04:56:06 [2024-04-11T08:56:06.664Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 04:56:06 [2024-04-11T08:56:06.664Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 04:56:06 [2024-04-11T08:56:06.664Z] [INFO] 04:56:06 [2024-04-11T08:56:06.664Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.modeling --- 04:56:07 [2024-04-11T08:56:07.232Z] [INFO] 04:56:07 [2024-04-11T08:56:07.232Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.modeling --- 04:56:07 [2024-04-11T08:56:07.232Z] [INFO] 04:56:07 [2024-04-11T08:56:07.232Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- 04:56:07 [2024-04-11T08:56:07.232Z] [INFO] 04:56:07 [2024-04-11T08:56:07.232Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.modeling --- 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.modeling --- 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.modeling --- 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] Installing product epp.package.modeling for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing epp.package.modeling 4.32.0.20240411-0724. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 04:57:14 [2024-04-11T08:57:14.828Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:57:14 [2024-04-11T08:57:14.829Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.194Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Operation completed in 71286 ms. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] Installing product epp.package.modeling for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing epp.package.modeling 4.32.0.20240411-0724. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:58:36 [2024-04-11T08:58:36.195Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:58:36 [2024-04-11T08:58:36.196Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Operation completed in 65485 ms. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] Installing product epp.package.modeling for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing epp.package.modeling 4.32.0.20240411-0724. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132. 04:59:32 [2024-04-11T08:59:32.392Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 04:59:32 [2024-04-11T08:59:32.393Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Operation completed in 67088 ms. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] Installing product epp.package.modeling for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing epp.package.modeling 4.32.0.20240411-0724. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.993Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:00:39 [2024-04-11T09:00:39.994Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Operation completed in 66608 ms. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] Installing product epp.package.modeling for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing epp.package.modeling 4.32.0.20240411-0724. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:01:47 [2024-04-11T09:01:47.614Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:01:47 [2024-04-11T09:01:47.615Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:03:08 [2024-04-11T09:03:08.966Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Operation completed in 71691 ms. 05:03:08 [2024-04-11T09:03:08.966Z] [INFO] 05:03:08 [2024-04-11T09:03:08.966Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.modeling --- 05:03:26 [2024-04-11T09:03:26.990Z] [INFO] [Thu Apr 11 09:03:24 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/aarch64/Eclipse.app'... 05:05:18 [2024-04-11T09:05:18.349Z] [INFO] [Thu Apr 11 09:05:04 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app'... 05:06:14 [2024-04-11T09:06:14.495Z] [INFO] 05:06:14 [2024-04-11T09:06:14.496Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.modeling --- 05:06:14 [2024-04-11T09:06:14.496Z] [INFO] [Thu Apr 11 09:06:12 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse/eclipsec.exe' 05:06:14 [2024-04-11T09:06:14.496Z] [INFO] [Thu Apr 11 09:06:12 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse/eclipse.exe' 05:06:14 [2024-04-11T09:06:14.496Z] [INFO] 05:06:14 [2024-04-11T09:06:14.496Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.modeling --- 05:06:14 [2024-04-11T09:06:14.496Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M1-linux.gtk.x86_64.tar.gz 05:06:46 [2024-04-11T09:06:46.501Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M1-linux.gtk.aarch64.tar.gz 05:07:18 [2024-04-11T09:07:18.506Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M1-win32.win32.x86_64.zip 05:07:33 [2024-04-11T09:07:33.332Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:08:05 [2024-04-11T09:08:05.335Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:08:37 [2024-04-11T09:08:37.342Z] [INFO] 05:08:37 [2024-04-11T09:08:37.342Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.modeling --- 05:08:37 [2024-04-11T09:08:37.342Z] [INFO] [Thu Apr 11 09:08:33 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 05:09:33 [2024-04-11T09:09:33.484Z] [INFO] 05:09:33 [2024-04-11T09:09:33.484Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.modeling --- 05:09:33 [2024-04-11T09:09:33.484Z] [INFO] [Thu Apr 11 09:09:27 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] from pom.xml 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] --------------------------------[ pom ]--------------------------------- 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 05:10:29 [2024-04-11T09:10:29.631Z] [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... 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] ------------------------------------------------------------------------ 05:10:29 [2024-04-11T09:10:29.631Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] epp.package.modeling ............................... SUCCESS [14:32 min] 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] ------------------------------------------------------------------------ 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] BUILD SUCCESS 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] ------------------------------------------------------------------------ 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] Total time: 14:38 min 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] Finished at: 2024-04-11T09:10:22Z 05:10:29 [2024-04-11T09:10:29.632Z] [INFO] ------------------------------------------------------------------------ 05:10:29 [2024-04-11T09:10:29.632Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 05:10:29 [2024-04-11T09:10:29.644Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 05:10:29 [2024-04-11T09:10:29.644Z] [ssh-agent] Looking for ssh-agent implementation... 05:10:29 [2024-04-11T09:10:29.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:10:29 [2024-04-11T09:10:29.652Z] $ ssh-agent 05:10:29 [2024-04-11T09:10:29.665Z] SSH_AUTH_SOCK=/tmp/ssh-w2wFTqs1q2xx/agent.9411 05:10:29 [2024-04-11T09:10:29.665Z] SSH_AGENT_PID=9413 05:10:29 [2024-04-11T09:10:29.669Z] Running ssh-add (command line suppressed) 05:10:29 [2024-04-11T09:10:29.677Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_15525620567196316678.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_15525620567196316678.key) 05:10:29 [2024-04-11T09:10:29.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:10:29 [2024-04-11T09:10:29.977Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ modeling 05:10:29 [2024-04-11T09:10:29.977Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 05:10:29 [2024-04-11T09:10:29.977Z] + shift 05:10:29 [2024-04-11T09:10:29.977Z] + PACKAGES=modeling 05:10:29 [2024-04-11T09:10:29.977Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 05:10:29 [2024-04-11T09:10:29.977Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 05:10:29 [2024-04-11T09:10:29.977Z] + SCP=scp 05:10:29 [2024-04-11T09:10:29.977Z] + for PACKAGE in $PACKAGES 05:10:29 [2024-04-11T09:10:29.977Z] + pushd packages/org.eclipse.epp.package.modeling.product/target/products 05:10:29 [2024-04-11T09:10:29.977Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products ~/agent/workspace/epp_master 05:10:29 [2024-04-11T09:10:29.977Z] ++ find eclipse-modeling-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-modeling-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2024-06-M1-win32.win32.x86_64.zip epp.package.modeling -type f -maxdepth 0 05:10:29 [2024-04-11T09:10:29.977Z] + for NAME in $(find * -type f -maxdepth 0) 05:10:29 [2024-04-11T09:10:29.977Z] ++ echo eclipse-modeling-2024-06-M1-linux.gtk.aarch64.tar.gz 05:10:29 [2024-04-11T09:10:29.977Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:10:29 [2024-04-11T09:10:29.977Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:10:29 [2024-04-11T09:10:29.977Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:10:29 [2024-04-11T09:10:29.977Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:10:29 [2024-04-11T09:10:29.977Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:10:29 [2024-04-11T09:10:29.977Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:10:29 [2024-04-11T09:10:29.977Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:10:29 [2024-04-11T09:10:29.977Z] + NEWNAME=eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 05:10:29 [2024-04-11T09:10:29.977Z] + mv eclipse-modeling-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 05:10:29 [2024-04-11T09:10:29.977Z] + md5sum eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 05:10:31 [2024-04-11T09:10:31.337Z] + sha1sum eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 05:10:33 [2024-04-11T09:10:33.221Z] + sha512sum -b eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 05:10:35 [2024-04-11T09:10:35.104Z] + scp eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:10:49 [2024-04-11T09:10:49.929Z] + for NAME in $(find * -type f -maxdepth 0) 05:10:49 [2024-04-11T09:10:49.929Z] ++ echo eclipse-modeling-2024-06-M1-linux.gtk.x86_64.tar.gz 05:10:49 [2024-04-11T09:10:49.929Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:10:49 [2024-04-11T09:10:49.929Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:10:49 [2024-04-11T09:10:49.929Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:10:49 [2024-04-11T09:10:49.929Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:10:49 [2024-04-11T09:10:49.929Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:10:49 [2024-04-11T09:10:49.929Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:10:49 [2024-04-11T09:10:49.930Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:10:49 [2024-04-11T09:10:49.930Z] + NEWNAME=eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 05:10:49 [2024-04-11T09:10:49.930Z] + mv eclipse-modeling-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 05:10:49 [2024-04-11T09:10:49.930Z] + md5sum eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 05:10:49 [2024-04-11T09:10:49.930Z] + sha1sum eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 05:10:51 [2024-04-11T09:10:51.815Z] + sha512sum -b eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 05:10:53 [2024-04-11T09:10:53.697Z] + scp eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:11:08 [2024-04-11T09:11:08.524Z] + for NAME in $(find * -type f -maxdepth 0) 05:11:08 [2024-04-11T09:11:08.524Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.dmg 05:11:08 [2024-04-11T09:11:08.524Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:11:08 [2024-04-11T09:11:08.524Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:11:08 [2024-04-11T09:11:08.524Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:11:08 [2024-04-11T09:11:08.524Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:11:08 [2024-04-11T09:11:08.524Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:11:08 [2024-04-11T09:11:08.524Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:11:08 [2024-04-11T09:11:08.524Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:11:08 [2024-04-11T09:11:08.524Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:11:08 [2024-04-11T09:11:08.524Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:11:08 [2024-04-11T09:11:08.524Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:11:08 [2024-04-11T09:11:08.524Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:11:10 [2024-04-11T09:11:10.404Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:11:12 [2024-04-11T09:11:12.912Z] + scp eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:11:27 [2024-04-11T09:11:27.735Z] + for NAME in $(find * -type f -maxdepth 0) 05:11:27 [2024-04-11T09:11:27.735Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:11:27 [2024-04-11T09:11:27.735Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:11:27 [2024-04-11T09:11:27.735Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:11:27 [2024-04-11T09:11:27.735Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:11:27 [2024-04-11T09:11:27.735Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:11:27 [2024-04-11T09:11:27.735Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:11:27 [2024-04-11T09:11:27.735Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:11:27 [2024-04-11T09:11:27.735Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:11:27 [2024-04-11T09:11:27.735Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:11:27 [2024-04-11T09:11:27.735Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:11:27 [2024-04-11T09:11:27.735Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:11:27 [2024-04-11T09:11:27.735Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:11:29 [2024-04-11T09:11:29.618Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:11:31 [2024-04-11T09:11:31.499Z] + scp eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:11:43 [2024-04-11T09:11:43.655Z] + for NAME in $(find * -type f -maxdepth 0) 05:11:43 [2024-04-11T09:11:43.655Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.dmg 05:11:43 [2024-04-11T09:11:43.655Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:11:43 [2024-04-11T09:11:43.655Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:11:43 [2024-04-11T09:11:43.655Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:11:43 [2024-04-11T09:11:43.655Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:11:43 [2024-04-11T09:11:43.655Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:11:43 [2024-04-11T09:11:43.655Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:11:43 [2024-04-11T09:11:43.655Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:11:43 [2024-04-11T09:11:43.655Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:11:43 [2024-04-11T09:11:43.655Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:11:43 [2024-04-11T09:11:43.655Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:11:45 [2024-04-11T09:11:45.537Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:11:46 [2024-04-11T09:11:46.898Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:11:49 [2024-04-11T09:11:49.406Z] + scp eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:12:04 [2024-04-11T09:12:04.236Z] + for NAME in $(find * -type f -maxdepth 0) 05:12:04 [2024-04-11T09:12:04.236Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:12:04 [2024-04-11T09:12:04.236Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:12:04 [2024-04-11T09:12:04.236Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:12:04 [2024-04-11T09:12:04.236Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:12:04 [2024-04-11T09:12:04.236Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:12:04 [2024-04-11T09:12:04.236Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:12:04 [2024-04-11T09:12:04.237Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:12:04 [2024-04-11T09:12:04.237Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:12:04 [2024-04-11T09:12:04.237Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:12:04 [2024-04-11T09:12:04.237Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:12:04 [2024-04-11T09:12:04.237Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:12:05 [2024-04-11T09:12:05.161Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:12:07 [2024-04-11T09:12:07.044Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:12:08 [2024-04-11T09:12:08.926Z] + scp eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:12:23 [2024-04-11T09:12:23.749Z] + for NAME in $(find * -type f -maxdepth 0) 05:12:23 [2024-04-11T09:12:23.749Z] ++ echo eclipse-modeling-2024-06-M1-win32.win32.x86_64.zip 05:12:23 [2024-04-11T09:12:23.749Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:12:23 [2024-04-11T09:12:23.749Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:12:23 [2024-04-11T09:12:23.749Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:12:23 [2024-04-11T09:12:23.749Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:12:23 [2024-04-11T09:12:23.749Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:12:23 [2024-04-11T09:12:23.749Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:12:23 [2024-04-11T09:12:23.749Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:12:23 [2024-04-11T09:12:23.749Z] + NEWNAME=eclipse-modeling-2024-06-M1-win32-x86_64.zip 05:12:23 [2024-04-11T09:12:23.749Z] + mv eclipse-modeling-2024-06-M1-win32.win32.x86_64.zip eclipse-modeling-2024-06-M1-win32-x86_64.zip 05:12:23 [2024-04-11T09:12:23.749Z] + md5sum eclipse-modeling-2024-06-M1-win32-x86_64.zip 05:12:24 [2024-04-11T09:12:24.675Z] + sha1sum eclipse-modeling-2024-06-M1-win32-x86_64.zip 05:12:26 [2024-04-11T09:12:26.556Z] + sha512sum -b eclipse-modeling-2024-06-M1-win32-x86_64.zip 05:12:28 [2024-04-11T09:12:28.439Z] + scp eclipse-modeling-2024-06-M1-win32-x86_64.zip eclipse-modeling-2024-06-M1-win32-x86_64.zip.md5 eclipse-modeling-2024-06-M1-win32-x86_64.zip.sha1 eclipse-modeling-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:12:43 [2024-04-11T09:12:43.266Z] + popd 05:12:43 [2024-04-11T09:12:43.266Z] ~/agent/workspace/epp_master 05:12:43 [2024-04-11T09:12:43.266Z] + scp packages/org.eclipse.epp.package.modeling.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//modeling.xml 05:12:43 [2024-04-11T09:12:43.266Z] + scp packages/org.eclipse.epp.package.modeling.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//modeling.feature.xml 05:12:43 [2024-04-11T09:12:43.266Z] + scp packages/org.eclipse.epp.package.modeling.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//modeling.product.xml [Pipeline] } 05:12:43 [2024-04-11T09:12:43.268Z] $ ssh-agent -k 05:12:43 [2024-04-11T09:12:43.273Z] unset SSH_AUTH_SOCK; 05:12:43 [2024-04-11T09:12:43.273Z] unset SSH_AGENT_PID; 05:12:43 [2024-04-11T09:12:43.274Z] echo Agent pid 9413 killed; 05:12:43 [2024-04-11T09:12:43.282Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build php) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:44 [2024-04-11T09:12:44.182Z] + mvn verify -Pepp.product.php -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 05:12:44 [2024-04-11T09:12:44.182Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 05:12:44 [2024-04-11T09:12:44.182Z] Maven home: /opt/tools/apache-maven/latest 05:12:44 [2024-04-11T09:12:44.182Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 05:12:44 [2024-04-11T09:12:44.182Z] Default locale: en_US, platform encoding: UTF-8 05:12:44 [2024-04-11T09:12:44.182Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 05:12:45 [2024-04-11T09:12:45.544Z] [INFO] Scanning for projects... 05:12:47 [2024-04-11T09:12:47.431Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 05:12:47 [2024-04-11T09:12:47.431Z] [INFO] Tycho Mode: project 05:12:47 [2024-04-11T09:12:47.431Z] [INFO] Tycho Builder: maven 05:12:47 [2024-04-11T09:12:47.431Z] [INFO] Build Threads: 1 05:12:50 [2024-04-11T09:12:50.731Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:12:50 [2024-04-11T09:12:50.986Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] ------------------------------------------------------------------------ 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] Reactor Build Order: 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] epp.package.php [eclipse-repository] 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] org.eclipse.epp-buildall [pom] 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [1/2] 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 05:12:50 [2024-04-11T09:12:50.986Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.php:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/pom.xml 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] Transport mode: online 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] Http Transport type: Java11Client 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] Update mode: cache first 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] Minimum cache duration: 60 minutes 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 05:12:54 [2024-04-11T09:12:54.245Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 05:12:56 [2024-04-11T09:12:56.130Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 05:12:56 [2024-04-11T09:12:56.130Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 05:12:56 [2024-04-11T09:12:56.385Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 05:13:02 [2024-04-11T09:13:02.932Z] [INFO] 05:13:02 [2024-04-11T09:13:02.932Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- 05:13:02 [2024-04-11T09:13:02.932Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 05:13:02 [2024-04-11T09:13:02.932Z] [INFO] 05:13:02 [2024-04-11T09:13:02.932Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.php --- 05:13:03 [2024-04-11T09:13:03.187Z] [INFO] 05:13:03 [2024-04-11T09:13:03.187Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- 05:13:03 [2024-04-11T09:13:03.187Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target 05:13:03 [2024-04-11T09:13:03.187Z] [INFO] 05:13:03 [2024-04-11T09:13:03.187Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.php --- 05:13:03 [2024-04-11T09:13:03.187Z] [INFO] 05:13:03 [2024-04-11T09:13:03.187Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] 05:13:03 [2024-04-11T09:13:03.442Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.php --- 05:13:04 [2024-04-11T09:13:04.005Z] [INFO] 05:13:04 [2024-04-11T09:13:04.005Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.php --- 05:13:04 [2024-04-11T09:13:04.005Z] [INFO] 05:13:04 [2024-04-11T09:13:04.005Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.php --- 05:13:04 [2024-04-11T09:13:04.005Z] [INFO] 05:13:04 [2024-04-11T09:13:04.005Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.php --- 05:14:00 [2024-04-11T09:14:00.151Z] [INFO] 05:14:00 [2024-04-11T09:14:00.151Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.php --- 05:14:00 [2024-04-11T09:14:00.151Z] [INFO] 05:14:00 [2024-04-11T09:14:00.151Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.php --- 05:14:00 [2024-04-11T09:14:00.151Z] [INFO] Installing product epp.package.php for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing epp.package.php 4.32.0.20240411-0724. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 05:14:00 [2024-04-11T09:14:00.152Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 05:14:26 [2024-04-11T09:14:26.625Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Operation completed in 33495 ms. 05:14:26 [2024-04-11T09:14:26.879Z] [INFO] Installing product epp.package.php for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 05:14:26 [2024-04-11T09:14:26.879Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing epp.package.php 4.32.0.20240411-0724. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 05:14:27 [2024-04-11T09:14:27.134Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 05:14:59 [2024-04-11T09:14:59.173Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Operation completed in 31933 ms. 05:14:59 [2024-04-11T09:14:59.428Z] [INFO] Installing product epp.package.php for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 05:14:59 [2024-04-11T09:14:59.428Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing epp.package.php 4.32.0.20240411-0724. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 05:14:59 [2024-04-11T09:14:59.683Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Operation completed in 31329 ms. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] Installing product epp.package.php for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing epp.package.php 4.32.0.20240411-0724. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:15:31 [2024-04-11T09:15:31.691Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 05:15:31 [2024-04-11T09:15:31.692Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 05:16:03 [2024-04-11T09:16:03.695Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Operation completed in 31995 ms. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] Installing product epp.package.php for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing epp.package.php 4.32.0.20240411-0724. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 05:16:03 [2024-04-11T09:16:03.951Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 05:16:03 [2024-04-11T09:16:03.952Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 05:16:03 [2024-04-11T09:16:03.952Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:16:03 [2024-04-11T09:16:03.952Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 05:16:03 [2024-04-11T09:16:03.952Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 05:16:03 [2024-04-11T09:16:03.952Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 05:16:35 [2024-04-11T09:16:35.952Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Operation completed in 31583 ms. 05:16:35 [2024-04-11T09:16:35.953Z] [INFO] 05:16:35 [2024-04-11T09:16:35.953Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.php --- 05:17:02 [2024-04-11T09:17:02.423Z] [INFO] [Thu Apr 11 09:17:00 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/x86_64/Eclipse.app'... 05:18:23 [2024-04-11T09:18:23.769Z] [INFO] [Thu Apr 11 09:18:20 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/aarch64/Eclipse.app'... 05:19:19 [2024-04-11T09:19:19.911Z] [INFO] 05:19:19 [2024-04-11T09:19:19.911Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.php --- 05:19:19 [2024-04-11T09:19:19.911Z] [INFO] [Thu Apr 11 09:19:17 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse/eclipse.exe' 05:19:19 [2024-04-11T09:19:19.911Z] [INFO] [Thu Apr 11 09:19:17 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse/eclipsec.exe' 05:19:21 [2024-04-11T09:19:21.271Z] [INFO] 05:19:21 [2024-04-11T09:19:21.271Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.php --- 05:19:21 [2024-04-11T09:19:21.271Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M1-linux.gtk.x86_64.tar.gz 05:19:47 [2024-04-11T09:19:47.746Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M1-linux.gtk.aarch64.tar.gz 05:20:19 [2024-04-11T09:20:19.746Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M1-win32.win32.x86_64.zip 05:20:31 [2024-04-11T09:20:31.897Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:20:58 [2024-04-11T09:20:58.370Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:21:24 [2024-04-11T09:21:24.851Z] [INFO] 05:21:24 [2024-04-11T09:21:24.851Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.php --- 05:21:24 [2024-04-11T09:21:24.851Z] [INFO] [Thu Apr 11 09:21:24 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 05:22:11 [2024-04-11T09:22:11.455Z] [INFO] 05:22:11 [2024-04-11T09:22:11.455Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.php --- 05:22:11 [2024-04-11T09:22:11.455Z] [INFO] [Thu Apr 11 09:22:10 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] from pom.xml 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] --------------------------------[ pom ]--------------------------------- 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 05:22:58 [2024-04-11T09:22:58.051Z] [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... 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] ------------------------------------------------------------------------ 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] epp.package.php .................................... SUCCESS [10:04 min] 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] ------------------------------------------------------------------------ 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] BUILD SUCCESS 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] ------------------------------------------------------------------------ 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] Total time: 10:10 min 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] Finished at: 2024-04-11T09:22:55Z 05:22:58 [2024-04-11T09:22:58.051Z] [INFO] ------------------------------------------------------------------------ 05:22:58 [2024-04-11T09:22:58.052Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 05:22:58 [2024-04-11T09:22:58.063Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 05:22:58 [2024-04-11T09:22:58.063Z] [ssh-agent] Looking for ssh-agent implementation... 05:22:58 [2024-04-11T09:22:58.073Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:22:58 [2024-04-11T09:22:58.070Z] $ ssh-agent 05:22:58 [2024-04-11T09:22:58.083Z] SSH_AUTH_SOCK=/tmp/ssh-Ym7shD7GMm8x/agent.10516 05:22:58 [2024-04-11T09:22:58.083Z] SSH_AGENT_PID=10518 05:22:58 [2024-04-11T09:22:58.087Z] Running ssh-add (command line suppressed) 05:22:58 [2024-04-11T09:22:58.094Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_17425948565249857635.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_17425948565249857635.key) 05:22:58 [2024-04-11T09:22:58.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:22:58 [2024-04-11T09:22:58.377Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ php 05:22:58 [2024-04-11T09:22:58.377Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 05:22:58 [2024-04-11T09:22:58.377Z] + shift 05:22:58 [2024-04-11T09:22:58.377Z] + PACKAGES=php 05:22:58 [2024-04-11T09:22:58.377Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 05:22:58 [2024-04-11T09:22:58.377Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 05:22:58 [2024-04-11T09:22:58.377Z] + SCP=scp 05:22:58 [2024-04-11T09:22:58.377Z] + for PACKAGE in $PACKAGES 05:22:58 [2024-04-11T09:22:58.377Z] + pushd packages/org.eclipse.epp.package.php.product/target/products 05:22:58 [2024-04-11T09:22:58.377Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products ~/agent/workspace/epp_master 05:22:58 [2024-04-11T09:22:58.377Z] ++ find eclipse-php-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-php-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-php-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-php-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-php-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-php-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-php-2024-06-M1-win32.win32.x86_64.zip epp.package.php -type f -maxdepth 0 05:22:58 [2024-04-11T09:22:58.378Z] + for NAME in $(find * -type f -maxdepth 0) 05:22:58 [2024-04-11T09:22:58.378Z] ++ echo eclipse-php-2024-06-M1-linux.gtk.aarch64.tar.gz 05:22:58 [2024-04-11T09:22:58.378Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:22:58 [2024-04-11T09:22:58.378Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:22:58 [2024-04-11T09:22:58.378Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:22:58 [2024-04-11T09:22:58.378Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:22:58 [2024-04-11T09:22:58.378Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:22:58 [2024-04-11T09:22:58.378Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:22:58 [2024-04-11T09:22:58.378Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:22:58 [2024-04-11T09:22:58.378Z] + NEWNAME=eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 05:22:58 [2024-04-11T09:22:58.378Z] + mv eclipse-php-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 05:22:58 [2024-04-11T09:22:58.378Z] + md5sum eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 05:22:59 [2024-04-11T09:22:59.303Z] + sha1sum eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 05:23:00 [2024-04-11T09:23:00.663Z] + sha512sum -b eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 05:23:02 [2024-04-11T09:23:02.023Z] + scp eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:23:14 [2024-04-11T09:23:14.173Z] + for NAME in $(find * -type f -maxdepth 0) 05:23:14 [2024-04-11T09:23:14.173Z] ++ echo eclipse-php-2024-06-M1-linux.gtk.x86_64.tar.gz 05:23:14 [2024-04-11T09:23:14.173Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:23:14 [2024-04-11T09:23:14.173Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:23:14 [2024-04-11T09:23:14.173Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:23:14 [2024-04-11T09:23:14.173Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:23:14 [2024-04-11T09:23:14.173Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:23:14 [2024-04-11T09:23:14.173Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:23:14 [2024-04-11T09:23:14.173Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:23:14 [2024-04-11T09:23:14.173Z] + NEWNAME=eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 05:23:14 [2024-04-11T09:23:14.173Z] + mv eclipse-php-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 05:23:14 [2024-04-11T09:23:14.173Z] + md5sum eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 05:23:14 [2024-04-11T09:23:14.173Z] + sha1sum eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 05:23:14 [2024-04-11T09:23:14.173Z] + sha512sum -b eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 05:23:16 [2024-04-11T09:23:16.054Z] + scp eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:23:25 [2024-04-11T09:23:25.981Z] + for NAME in $(find * -type f -maxdepth 0) 05:23:25 [2024-04-11T09:23:25.981Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.aarch64.dmg 05:23:25 [2024-04-11T09:23:25.981Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:23:25 [2024-04-11T09:23:25.981Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:23:25 [2024-04-11T09:23:25.981Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:23:25 [2024-04-11T09:23:25.981Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:23:25 [2024-04-11T09:23:25.981Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:23:25 [2024-04-11T09:23:25.981Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:23:25 [2024-04-11T09:23:25.981Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:23:25 [2024-04-11T09:23:25.981Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:23:25 [2024-04-11T09:23:25.981Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:23:25 [2024-04-11T09:23:25.981Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:23:26 [2024-04-11T09:23:26.540Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:23:27 [2024-04-11T09:23:27.466Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:23:29 [2024-04-11T09:23:29.348Z] + scp eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:23:39 [2024-04-11T09:23:39.273Z] + for NAME in $(find * -type f -maxdepth 0) 05:23:39 [2024-04-11T09:23:39.273Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:23:39 [2024-04-11T09:23:39.273Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:23:39 [2024-04-11T09:23:39.273Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:23:39 [2024-04-11T09:23:39.273Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:23:39 [2024-04-11T09:23:39.273Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:23:39 [2024-04-11T09:23:39.273Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:23:39 [2024-04-11T09:23:39.273Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:23:39 [2024-04-11T09:23:39.273Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:23:39 [2024-04-11T09:23:39.273Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:23:39 [2024-04-11T09:23:39.274Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:23:39 [2024-04-11T09:23:39.274Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:23:39 [2024-04-11T09:23:39.274Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:23:40 [2024-04-11T09:23:40.197Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:23:41 [2024-04-11T09:23:41.556Z] + scp eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:23:51 [2024-04-11T09:23:51.476Z] + for NAME in $(find * -type f -maxdepth 0) 05:23:51 [2024-04-11T09:23:51.476Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.x86_64.dmg 05:23:51 [2024-04-11T09:23:51.476Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:23:51 [2024-04-11T09:23:51.476Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:23:51 [2024-04-11T09:23:51.476Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:23:51 [2024-04-11T09:23:51.476Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:23:51 [2024-04-11T09:23:51.476Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:23:51 [2024-04-11T09:23:51.476Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:23:51 [2024-04-11T09:23:51.476Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:23:51 [2024-04-11T09:23:51.476Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:23:51 [2024-04-11T09:23:51.476Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:23:51 [2024-04-11T09:23:51.476Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:23:51 [2024-04-11T09:23:51.476Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:23:52 [2024-04-11T09:23:52.398Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:23:53 [2024-04-11T09:23:53.758Z] + scp eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:24:03 [2024-04-11T09:24:03.682Z] + for NAME in $(find * -type f -maxdepth 0) 05:24:03 [2024-04-11T09:24:03.682Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:24:03 [2024-04-11T09:24:03.682Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:24:03 [2024-04-11T09:24:03.682Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:24:03 [2024-04-11T09:24:03.682Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:24:03 [2024-04-11T09:24:03.682Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:24:03 [2024-04-11T09:24:03.682Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:24:03 [2024-04-11T09:24:03.682Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:24:03 [2024-04-11T09:24:03.682Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:24:03 [2024-04-11T09:24:03.682Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:24:03 [2024-04-11T09:24:03.683Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:24:03 [2024-04-11T09:24:03.683Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:24:03 [2024-04-11T09:24:03.937Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:24:05 [2024-04-11T09:24:05.296Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:24:06 [2024-04-11T09:24:06.656Z] + scp eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:24:18 [2024-04-11T09:24:18.807Z] + for NAME in $(find * -type f -maxdepth 0) 05:24:18 [2024-04-11T09:24:18.807Z] ++ echo eclipse-php-2024-06-M1-win32.win32.x86_64.zip 05:24:18 [2024-04-11T09:24:18.807Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:24:18 [2024-04-11T09:24:18.807Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:24:18 [2024-04-11T09:24:18.807Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:24:18 [2024-04-11T09:24:18.807Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:24:18 [2024-04-11T09:24:18.807Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:24:18 [2024-04-11T09:24:18.807Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:24:18 [2024-04-11T09:24:18.807Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:24:18 [2024-04-11T09:24:18.807Z] + NEWNAME=eclipse-php-2024-06-M1-win32-x86_64.zip 05:24:18 [2024-04-11T09:24:18.807Z] + mv eclipse-php-2024-06-M1-win32.win32.x86_64.zip eclipse-php-2024-06-M1-win32-x86_64.zip 05:24:18 [2024-04-11T09:24:18.807Z] + md5sum eclipse-php-2024-06-M1-win32-x86_64.zip 05:24:18 [2024-04-11T09:24:18.807Z] + sha1sum eclipse-php-2024-06-M1-win32-x86_64.zip 05:24:18 [2024-04-11T09:24:18.807Z] + sha512sum -b eclipse-php-2024-06-M1-win32-x86_64.zip 05:24:20 [2024-04-11T09:24:20.690Z] + scp eclipse-php-2024-06-M1-win32-x86_64.zip eclipse-php-2024-06-M1-win32-x86_64.zip.md5 eclipse-php-2024-06-M1-win32-x86_64.zip.sha1 eclipse-php-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:24:30 [2024-04-11T09:24:30.613Z] + popd 05:24:30 [2024-04-11T09:24:30.613Z] ~/agent/workspace/epp_master 05:24:30 [2024-04-11T09:24:30.613Z] + scp packages/org.eclipse.epp.package.php.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//php.xml 05:24:30 [2024-04-11T09:24:30.613Z] + scp packages/org.eclipse.epp.package.php.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//php.feature.xml 05:24:30 [2024-04-11T09:24:30.868Z] + scp packages/org.eclipse.epp.package.php.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//php.product.xml [Pipeline] } 05:24:31 [2024-04-11T09:24:31.122Z] $ ssh-agent -k 05:24:31 [2024-04-11T09:24:31.126Z] unset SSH_AUTH_SOCK; 05:24:31 [2024-04-11T09:24:31.126Z] unset SSH_AGENT_PID; 05:24:31 [2024-04-11T09:24:31.126Z] echo Agent pid 10518 killed; 05:24:31 [2024-04-11T09:24:31.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build rcp) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:31 [2024-04-11T09:24:31.614Z] + mvn verify -Pepp.product.rcp -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 05:24:31 [2024-04-11T09:24:31.614Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 05:24:31 [2024-04-11T09:24:31.614Z] Maven home: /opt/tools/apache-maven/latest 05:24:31 [2024-04-11T09:24:31.614Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 05:24:31 [2024-04-11T09:24:31.614Z] Default locale: en_US, platform encoding: UTF-8 05:24:31 [2024-04-11T09:24:31.614Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 05:24:32 [2024-04-11T09:24:32.972Z] [INFO] Scanning for projects... 05:24:34 [2024-04-11T09:24:34.334Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 05:24:34 [2024-04-11T09:24:34.334Z] [INFO] Tycho Mode: project 05:24:34 [2024-04-11T09:24:34.334Z] [INFO] Tycho Builder: maven 05:24:34 [2024-04-11T09:24:34.334Z] [INFO] Build Threads: 1 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:24:38 [2024-04-11T09:24:38.493Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] ------------------------------------------------------------------------ 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] Reactor Build Order: 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] epp.package.rcp [eclipse-repository] 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] org.eclipse.epp-buildall [pom] 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [1/2] 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 05:24:38 [2024-04-11T09:24:38.493Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.rcp:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/pom.xml 05:24:41 [2024-04-11T09:24:41.001Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 05:24:41 [2024-04-11T09:24:41.001Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 05:24:41 [2024-04-11T09:24:41.001Z] [INFO] Transport mode: online 05:24:41 [2024-04-11T09:24:41.001Z] [INFO] Http Transport type: Java11Client 05:24:41 [2024-04-11T09:24:41.001Z] [INFO] Update mode: cache first 05:24:41 [2024-04-11T09:24:41.001Z] [INFO] Minimum cache duration: 60 minutes 05:24:41 [2024-04-11T09:24:41.001Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 05:24:41 [2024-04-11T09:24:41.256Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 05:24:41 [2024-04-11T09:24:41.511Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 05:24:43 [2024-04-11T09:24:43.393Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 05:24:43 [2024-04-11T09:24:43.393Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 05:24:43 [2024-04-11T09:24:43.393Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 05:24:51 [2024-04-11T09:24:51.479Z] [INFO] 05:24:51 [2024-04-11T09:24:51.479Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- 05:24:51 [2024-04-11T09:24:51.479Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.rcp --- 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.rcp --- 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] 05:24:51 [2024-04-11T09:24:51.480Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.rcp --- 05:24:52 [2024-04-11T09:24:52.405Z] [INFO] 05:24:52 [2024-04-11T09:24:52.405Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.rcp --- 05:24:52 [2024-04-11T09:24:52.405Z] [INFO] 05:24:52 [2024-04-11T09:24:52.405Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- 05:24:52 [2024-04-11T09:24:52.405Z] [INFO] 05:24:52 [2024-04-11T09:24:52.405Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.rcp --- 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.rcp --- 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.rcp --- 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] Installing product epp.package.rcp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing epp.package.rcp 4.32.0.20240411-0724. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 05:25:48 [2024-04-11T09:25:48.541Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:25:48 [2024-04-11T09:25:48.542Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Operation completed in 43694 ms. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] Installing product epp.package.rcp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing epp.package.rcp 4.32.0.20240411-0724. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 05:26:35 [2024-04-11T09:26:35.134Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:26:35 [2024-04-11T09:26:35.135Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Operation completed in 39321 ms. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] Installing product epp.package.rcp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing epp.package.rcp 4.32.0.20240411-0724. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.770Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:27:13 [2024-04-11T09:27:13.771Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.404Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Operation completed in 38535 ms. 05:27:52 [2024-04-11T09:27:52.404Z] [INFO] Installing product epp.package.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing epp.package.rcp 4.32.0.20240411-0724. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 05:27:52 [2024-04-11T09:27:52.405Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 05:27:52 [2024-04-11T09:27:52.406Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:27:52 [2024-04-11T09:27:52.406Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 05:27:52 [2024-04-11T09:27:52.406Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:27:52 [2024-04-11T09:27:52.406Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Operation completed in 40158 ms. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] Installing product epp.package.rcp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing epp.package.rcp 4.32.0.20240411-0724. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 05:28:31 [2024-04-11T09:28:31.040Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:28:31 [2024-04-11T09:28:31.041Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 05:29:09 [2024-04-11T09:29:09.674Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Operation completed in 39182 ms. 05:29:09 [2024-04-11T09:29:09.674Z] [INFO] 05:29:09 [2024-04-11T09:29:09.674Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.rcp --- 05:29:31 [2024-04-11T09:29:31.536Z] [INFO] [Thu Apr 11 09:29:28 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/aarch64/Eclipse.app'... 05:30:39 [2024-04-11T09:30:39.142Z] [INFO] [Thu Apr 11 09:30:36 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/x86_64/Eclipse.app'... 05:31:25 [2024-04-11T09:31:25.731Z] [INFO] 05:31:25 [2024-04-11T09:31:25.731Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.rcp --- 05:31:25 [2024-04-11T09:31:25.731Z] [INFO] [Thu Apr 11 09:31:22 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse/eclipsec.exe' 05:31:25 [2024-04-11T09:31:25.731Z] [INFO] [Thu Apr 11 09:31:22 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse/eclipse.exe' 05:31:25 [2024-04-11T09:31:25.985Z] [INFO] 05:31:25 [2024-04-11T09:31:25.986Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.rcp --- 05:31:25 [2024-04-11T09:31:25.986Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M1-linux.gtk.x86_64.tar.gz 05:31:52 [2024-04-11T09:31:52.462Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M1-linux.gtk.aarch64.tar.gz 05:32:18 [2024-04-11T09:32:18.934Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M1-win32.win32.x86_64.zip 05:32:31 [2024-04-11T09:32:31.087Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:32:57 [2024-04-11T09:32:57.572Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:33:24 [2024-04-11T09:33:24.062Z] [INFO] 05:33:24 [2024-04-11T09:33:24.062Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.rcp --- 05:33:24 [2024-04-11T09:33:24.062Z] [INFO] [Thu Apr 11 09:33:20 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 05:34:10 [2024-04-11T09:34:10.652Z] [INFO] 05:34:10 [2024-04-11T09:34:10.652Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.rcp --- 05:34:10 [2024-04-11T09:34:10.652Z] [INFO] [Thu Apr 11 09:34:04 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] from pom.xml 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] --------------------------------[ pom ]--------------------------------- 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 05:34:49 [2024-04-11T09:34:49.287Z] [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... 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] ------------------------------------------------------------------------ 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] epp.package.rcp .................................... SUCCESS [10:06 min] 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.008 s] 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] ------------------------------------------------------------------------ 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] BUILD SUCCESS 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] ------------------------------------------------------------------------ 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] Total time: 10:11 min 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] Finished at: 2024-04-11T09:34:44Z 05:34:49 [2024-04-11T09:34:49.287Z] [INFO] ------------------------------------------------------------------------ 05:34:49 [2024-04-11T09:34:49.287Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 05:34:49 [2024-04-11T09:34:49.299Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 05:34:49 [2024-04-11T09:34:49.299Z] [ssh-agent] Looking for ssh-agent implementation... 05:34:49 [2024-04-11T09:34:49.310Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:34:49 [2024-04-11T09:34:49.307Z] $ ssh-agent 05:34:49 [2024-04-11T09:34:49.320Z] SSH_AUTH_SOCK=/tmp/ssh-VyrAYxnKvjfM/agent.11595 05:34:49 [2024-04-11T09:34:49.320Z] SSH_AGENT_PID=11597 05:34:49 [2024-04-11T09:34:49.325Z] Running ssh-add (command line suppressed) 05:34:49 [2024-04-11T09:34:49.346Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_13927612414766803437.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_13927612414766803437.key) 05:34:49 [2024-04-11T09:34:49.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:34:49 [2024-04-11T09:34:49.632Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ rcp 05:34:49 [2024-04-11T09:34:49.632Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 05:34:49 [2024-04-11T09:34:49.632Z] + shift 05:34:49 [2024-04-11T09:34:49.632Z] + PACKAGES=rcp 05:34:49 [2024-04-11T09:34:49.632Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 05:34:49 [2024-04-11T09:34:49.632Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 05:34:49 [2024-04-11T09:34:49.632Z] + SCP=scp 05:34:49 [2024-04-11T09:34:49.632Z] + for PACKAGE in $PACKAGES 05:34:49 [2024-04-11T09:34:49.632Z] + pushd packages/org.eclipse.epp.package.rcp.product/target/products 05:34:49 [2024-04-11T09:34:49.632Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products ~/agent/workspace/epp_master 05:34:49 [2024-04-11T09:34:49.632Z] ++ find eclipse-rcp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-rcp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2024-06-M1-win32.win32.x86_64.zip epp.package.rcp -type f -maxdepth 0 05:34:49 [2024-04-11T09:34:49.632Z] + for NAME in $(find * -type f -maxdepth 0) 05:34:49 [2024-04-11T09:34:49.632Z] ++ echo eclipse-rcp-2024-06-M1-linux.gtk.aarch64.tar.gz 05:34:49 [2024-04-11T09:34:49.632Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:34:49 [2024-04-11T09:34:49.632Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:34:49 [2024-04-11T09:34:49.632Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:34:49 [2024-04-11T09:34:49.632Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:34:49 [2024-04-11T09:34:49.632Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:34:49 [2024-04-11T09:34:49.632Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:34:49 [2024-04-11T09:34:49.632Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:34:49 [2024-04-11T09:34:49.632Z] + NEWNAME=eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 05:34:49 [2024-04-11T09:34:49.632Z] + mv eclipse-rcp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 05:34:49 [2024-04-11T09:34:49.633Z] + md5sum eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 05:34:50 [2024-04-11T09:34:50.991Z] + sha1sum eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 05:34:52 [2024-04-11T09:34:52.352Z] + sha512sum -b eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 05:34:53 [2024-04-11T09:34:53.712Z] + scp eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:35:05 [2024-04-11T09:35:05.864Z] + for NAME in $(find * -type f -maxdepth 0) 05:35:05 [2024-04-11T09:35:05.864Z] ++ echo eclipse-rcp-2024-06-M1-linux.gtk.x86_64.tar.gz 05:35:05 [2024-04-11T09:35:05.864Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:35:05 [2024-04-11T09:35:05.864Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:35:05 [2024-04-11T09:35:05.864Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:35:05 [2024-04-11T09:35:05.864Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:35:05 [2024-04-11T09:35:05.864Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:35:05 [2024-04-11T09:35:05.864Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:35:05 [2024-04-11T09:35:05.864Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:35:05 [2024-04-11T09:35:05.864Z] + NEWNAME=eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 05:35:05 [2024-04-11T09:35:05.864Z] + mv eclipse-rcp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 05:35:05 [2024-04-11T09:35:05.864Z] + md5sum eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 05:35:05 [2024-04-11T09:35:05.864Z] + sha1sum eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 05:35:06 [2024-04-11T09:35:06.790Z] + sha512sum -b eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 05:35:08 [2024-04-11T09:35:08.150Z] + scp eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:35:20 [2024-04-11T09:35:20.303Z] + for NAME in $(find * -type f -maxdepth 0) 05:35:20 [2024-04-11T09:35:20.303Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.dmg 05:35:20 [2024-04-11T09:35:20.303Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:35:20 [2024-04-11T09:35:20.303Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:35:20 [2024-04-11T09:35:20.303Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:35:20 [2024-04-11T09:35:20.303Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:35:20 [2024-04-11T09:35:20.303Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:35:20 [2024-04-11T09:35:20.303Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:35:20 [2024-04-11T09:35:20.303Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:35:20 [2024-04-11T09:35:20.303Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:35:20 [2024-04-11T09:35:20.303Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:35:20 [2024-04-11T09:35:20.303Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:35:20 [2024-04-11T09:35:20.303Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:35:21 [2024-04-11T09:35:21.665Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:35:23 [2024-04-11T09:35:23.026Z] + scp eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:35:32 [2024-04-11T09:35:32.948Z] + for NAME in $(find * -type f -maxdepth 0) 05:35:32 [2024-04-11T09:35:32.948Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:35:32 [2024-04-11T09:35:32.948Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:35:32 [2024-04-11T09:35:32.948Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:35:32 [2024-04-11T09:35:32.948Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:35:32 [2024-04-11T09:35:32.948Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:35:32 [2024-04-11T09:35:32.948Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:35:32 [2024-04-11T09:35:32.948Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:35:32 [2024-04-11T09:35:32.948Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:35:32 [2024-04-11T09:35:32.948Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:35:32 [2024-04-11T09:35:32.948Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:35:32 [2024-04-11T09:35:32.948Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:35:33 [2024-04-11T09:35:33.872Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:35:34 [2024-04-11T09:35:34.796Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:35:36 [2024-04-11T09:35:36.679Z] + scp eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:35:48 [2024-04-11T09:35:48.836Z] + for NAME in $(find * -type f -maxdepth 0) 05:35:48 [2024-04-11T09:35:48.836Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.dmg 05:35:48 [2024-04-11T09:35:48.836Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:35:48 [2024-04-11T09:35:48.836Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:35:48 [2024-04-11T09:35:48.836Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:35:48 [2024-04-11T09:35:48.836Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:35:48 [2024-04-11T09:35:48.836Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:35:48 [2024-04-11T09:35:48.836Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:35:48 [2024-04-11T09:35:48.836Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:35:48 [2024-04-11T09:35:48.836Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:35:48 [2024-04-11T09:35:48.836Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:35:48 [2024-04-11T09:35:48.836Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:35:48 [2024-04-11T09:35:48.836Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:35:49 [2024-04-11T09:35:49.091Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:35:50 [2024-04-11T09:35:50.975Z] + scp eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:36:00 [2024-04-11T09:36:00.905Z] + for NAME in $(find * -type f -maxdepth 0) 05:36:00 [2024-04-11T09:36:00.905Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:36:00 [2024-04-11T09:36:00.905Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:36:00 [2024-04-11T09:36:00.905Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:36:00 [2024-04-11T09:36:00.905Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:36:00 [2024-04-11T09:36:00.905Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:36:00 [2024-04-11T09:36:00.905Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:36:00 [2024-04-11T09:36:00.905Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:36:00 [2024-04-11T09:36:00.905Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:36:00 [2024-04-11T09:36:00.905Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:36:00 [2024-04-11T09:36:00.905Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:36:00 [2024-04-11T09:36:00.905Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:36:01 [2024-04-11T09:36:01.829Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:36:03 [2024-04-11T09:36:03.188Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:36:04 [2024-04-11T09:36:04.547Z] + scp eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:36:14 [2024-04-11T09:36:14.472Z] + for NAME in $(find * -type f -maxdepth 0) 05:36:14 [2024-04-11T09:36:14.472Z] ++ echo eclipse-rcp-2024-06-M1-win32.win32.x86_64.zip 05:36:14 [2024-04-11T09:36:14.472Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:36:14 [2024-04-11T09:36:14.472Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:36:14 [2024-04-11T09:36:14.472Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:36:14 [2024-04-11T09:36:14.472Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:36:14 [2024-04-11T09:36:14.472Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:36:14 [2024-04-11T09:36:14.472Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:36:14 [2024-04-11T09:36:14.472Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:36:14 [2024-04-11T09:36:14.472Z] + NEWNAME=eclipse-rcp-2024-06-M1-win32-x86_64.zip 05:36:14 [2024-04-11T09:36:14.472Z] + mv eclipse-rcp-2024-06-M1-win32.win32.x86_64.zip eclipse-rcp-2024-06-M1-win32-x86_64.zip 05:36:14 [2024-04-11T09:36:14.472Z] + md5sum eclipse-rcp-2024-06-M1-win32-x86_64.zip 05:36:15 [2024-04-11T09:36:15.832Z] + sha1sum eclipse-rcp-2024-06-M1-win32-x86_64.zip 05:36:17 [2024-04-11T09:36:17.192Z] + sha512sum -b eclipse-rcp-2024-06-M1-win32-x86_64.zip 05:36:18 [2024-04-11T09:36:18.553Z] + scp eclipse-rcp-2024-06-M1-win32-x86_64.zip eclipse-rcp-2024-06-M1-win32-x86_64.zip.md5 eclipse-rcp-2024-06-M1-win32-x86_64.zip.sha1 eclipse-rcp-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:36:28 [2024-04-11T09:36:28.478Z] + popd 05:36:28 [2024-04-11T09:36:28.478Z] ~/agent/workspace/epp_master 05:36:28 [2024-04-11T09:36:28.478Z] + scp packages/org.eclipse.epp.package.rcp.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//rcp.xml 05:36:29 [2024-04-11T09:36:29.037Z] + scp packages/org.eclipse.epp.package.rcp.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//rcp.feature.xml 05:36:29 [2024-04-11T09:36:29.291Z] + scp packages/org.eclipse.epp.package.rcp.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//rcp.product.xml [Pipeline] } 05:36:29 [2024-04-11T09:36:29.854Z] $ ssh-agent -k 05:36:29 [2024-04-11T09:36:29.859Z] unset SSH_AUTH_SOCK; 05:36:29 [2024-04-11T09:36:29.859Z] unset SSH_AGENT_PID; 05:36:29 [2024-04-11T09:36:29.859Z] echo Agent pid 11597 killed; 05:36:29 [2024-04-11T09:36:29.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build scout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:30 [2024-04-11T09:36:30.252Z] + mvn verify -Pepp.product.scout -Pepp.materialize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg 05:36:30 [2024-04-11T09:36:30.252Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 05:36:30 [2024-04-11T09:36:30.252Z] Maven home: /opt/tools/apache-maven/latest 05:36:30 [2024-04-11T09:36:30.252Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 05:36:30 [2024-04-11T09:36:30.252Z] Default locale: en_US, platform encoding: UTF-8 05:36:30 [2024-04-11T09:36:30.252Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 05:36:32 [2024-04-11T09:36:32.135Z] [INFO] Scanning for projects... 05:36:33 [2024-04-11T09:36:33.496Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 05:36:33 [2024-04-11T09:36:33.496Z] [INFO] Tycho Mode: project 05:36:33 [2024-04-11T09:36:33.496Z] [INFO] Tycho Builder: maven 05:36:33 [2024-04-11T09:36:33.496Z] [INFO] Build Threads: 1 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:36:37 [2024-04-11T09:36:37.654Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] ------------------------------------------------------------------------ 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] Reactor Build Order: 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] epp.package.scout [eclipse-repository] 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] org.eclipse.epp-buildall [pom] 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [1/2] 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 05:36:37 [2024-04-11T09:36:37.654Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.scout:4.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/pom.xml 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] Transport mode: online 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] Http Transport type: Java11Client 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] Update mode: cache first 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] Minimum cache duration: 60 minutes 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 05:36:40 [2024-04-11T09:36:40.930Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 05:36:41 [2024-04-11T09:36:41.488Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 05:36:43 [2024-04-11T09:36:43.371Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 05:36:43 [2024-04-11T09:36:43.371Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 05:36:43 [2024-04-11T09:36:43.371Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 05:36:49 [2024-04-11T09:36:49.931Z] [INFO] 05:36:49 [2024-04-11T09:36:49.931Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- 05:36:49 [2024-04-11T09:36:49.931Z] [INFO] The project's OSGi version is 4.32.0.20240411-0724 05:36:49 [2024-04-11T09:36:49.931Z] [INFO] 05:36:49 [2024-04-11T09:36:49.931Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.scout --- 05:36:50 [2024-04-11T09:36:50.188Z] [INFO] 05:36:50 [2024-04-11T09:36:50.188Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- 05:36:50 [2024-04-11T09:36:50.188Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target 05:36:50 [2024-04-11T09:36:50.188Z] [INFO] 05:36:50 [2024-04-11T09:36:50.188Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.scout --- 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 05:36:50 [2024-04-11T09:36:50.189Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] 05:36:50 [2024-04-11T09:36:50.443Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.scout --- 05:36:51 [2024-04-11T09:36:51.002Z] [INFO] 05:36:51 [2024-04-11T09:36:51.002Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.scout --- 05:36:51 [2024-04-11T09:36:51.002Z] [INFO] 05:36:51 [2024-04-11T09:36:51.002Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- 05:36:51 [2024-04-11T09:36:51.002Z] [INFO] 05:36:51 [2024-04-11T09:36:51.002Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.scout --- 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.scout --- 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.scout --- 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] Installing product epp.package.scout for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true} 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing epp.package.scout 4.32.0.20240411-0724. 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:37:37 [2024-04-11T09:37:37.595Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 05:37:37 [2024-04-11T09:37:37.596Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.244Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Operation completed in 35841 ms. 05:38:16 [2024-04-11T09:38:16.244Z] [INFO] Installing product epp.package.scout for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true} 05:38:16 [2024-04-11T09:38:16.244Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:38:16 [2024-04-11T09:38:16.244Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing epp.package.scout 4.32.0.20240411-0724. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 05:38:16 [2024-04-11T09:38:16.245Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Operation completed in 34245 ms. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] Installing product epp.package.scout for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true} 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing epp.package.scout 4.32.0.20240411-0724. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 05:38:48 [2024-04-11T09:38:48.253Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.889Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Operation completed in 34771 ms. 05:39:26 [2024-04-11T09:39:26.889Z] [INFO] Installing product epp.package.scout for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true} 05:39:26 [2024-04-11T09:39:26.889Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:39:26 [2024-04-11T09:39:26.889Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing epp.package.scout 4.32.0.20240411-0724. 05:39:26 [2024-04-11T09:39:26.889Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:39:26 [2024-04-11T09:39:26.889Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 05:39:26 [2024-04-11T09:39:26.890Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Operation completed in 34371 ms. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] Installing product epp.package.scout for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true} 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing epp.package.scout 4.32.0.20240411-0724. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 05:39:58 [2024-04-11T09:39:58.891Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 05:39:58 [2024-04-11T09:39:58.892Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 05:40:37 [2024-04-11T09:40:37.528Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Operation completed in 33755 ms. 05:40:37 [2024-04-11T09:40:37.528Z] [INFO] 05:40:37 [2024-04-11T09:40:37.528Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.scout --- 05:40:52 [2024-04-11T09:40:52.349Z] [INFO] [Thu Apr 11 09:40:51 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/aarch64/Eclipse.app'... 05:41:59 [2024-04-11T09:41:59.970Z] [INFO] [Thu Apr 11 09:41:54 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/x86_64/Eclipse.app'... 05:42:38 [2024-04-11T09:42:38.605Z] [INFO] 05:42:38 [2024-04-11T09:42:38.605Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.scout --- 05:42:38 [2024-04-11T09:42:38.605Z] [INFO] [Thu Apr 11 09:42:36 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse/eclipse.exe' 05:42:38 [2024-04-11T09:42:38.605Z] [INFO] [Thu Apr 11 09:42:37 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse/eclipsec.exe' 05:42:41 [2024-04-11T09:42:41.111Z] [INFO] 05:42:41 [2024-04-11T09:42:41.111Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.scout --- 05:42:41 [2024-04-11T09:42:41.111Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M1-linux.gtk.x86_64.tar.gz 05:43:02 [2024-04-11T09:43:02.975Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M1-linux.gtk.aarch64.tar.gz 05:43:24 [2024-04-11T09:43:24.843Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M1-win32.win32.x86_64.zip 05:43:34 [2024-04-11T09:43:34.765Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:43:56 [2024-04-11T09:43:56.624Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:44:14 [2024-04-11T09:44:14.649Z] [INFO] 05:44:14 [2024-04-11T09:44:14.650Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.scout --- 05:44:14 [2024-04-11T09:44:14.650Z] [INFO] [Thu Apr 11 09:44:13 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.tar.gz'... 05:44:53 [2024-04-11T09:44:53.285Z] [INFO] 05:44:53 [2024-04-11T09:44:53.285Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.scout --- 05:44:53 [2024-04-11T09:44:53.285Z] [INFO] [Thu Apr 11 09:44:51 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.tar.gz'... 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] from pom.xml 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] --------------------------------[ pom ]--------------------------------- 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 05:45:31 [2024-04-11T09:45:31.923Z] [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... 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] ------------------------------------------------------------------------ 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] epp.package.scout .................................. SUCCESS [08:52 min] 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] ------------------------------------------------------------------------ 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] BUILD SUCCESS 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] ------------------------------------------------------------------------ 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] Total time: 08:58 min 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] Finished at: 2024-04-11T09:45:29Z 05:45:31 [2024-04-11T09:45:31.923Z] [INFO] ------------------------------------------------------------------------ 05:45:31 [2024-04-11T09:45:31.923Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 05:45:31 [2024-04-11T09:45:31.932Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 05:45:31 [2024-04-11T09:45:31.932Z] [ssh-agent] Looking for ssh-agent implementation... 05:45:31 [2024-04-11T09:45:31.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:31 [2024-04-11T09:45:31.941Z] $ ssh-agent 05:45:31 [2024-04-11T09:45:31.956Z] SSH_AUTH_SOCK=/tmp/ssh-XZf8ydJ1lnwR/agent.12631 05:45:31 [2024-04-11T09:45:31.956Z] SSH_AGENT_PID=12633 05:45:31 [2024-04-11T09:45:31.961Z] Running ssh-add (command line suppressed) 05:45:31 [2024-04-11T09:45:31.968Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_9379861242491538100.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_9379861242491538100.key) 05:45:31 [2024-04-11T09:45:31.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:32 [2024-04-11T09:45:32.250Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ scout 05:45:32 [2024-04-11T09:45:32.250Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 05:45:32 [2024-04-11T09:45:32.250Z] + shift 05:45:32 [2024-04-11T09:45:32.250Z] + PACKAGES=scout 05:45:32 [2024-04-11T09:45:32.250Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 05:45:32 [2024-04-11T09:45:32.250Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 05:45:32 [2024-04-11T09:45:32.250Z] + SCP=scp 05:45:32 [2024-04-11T09:45:32.250Z] + for PACKAGE in $PACKAGES 05:45:32 [2024-04-11T09:45:32.250Z] + pushd packages/org.eclipse.epp.package.scout.product/target/products 05:45:32 [2024-04-11T09:45:32.250Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products ~/agent/workspace/epp_master 05:45:32 [2024-04-11T09:45:32.250Z] ++ find eclipse-scout-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-scout-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-scout-2024-06-M1-win32.win32.x86_64.zip epp.package.scout -type f -maxdepth 0 05:45:32 [2024-04-11T09:45:32.250Z] + for NAME in $(find * -type f -maxdepth 0) 05:45:32 [2024-04-11T09:45:32.250Z] ++ echo eclipse-scout-2024-06-M1-linux.gtk.aarch64.tar.gz 05:45:32 [2024-04-11T09:45:32.250Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:45:32 [2024-04-11T09:45:32.250Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:45:32 [2024-04-11T09:45:32.250Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:45:32 [2024-04-11T09:45:32.250Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:45:32 [2024-04-11T09:45:32.250Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:45:32 [2024-04-11T09:45:32.250Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:45:32 [2024-04-11T09:45:32.250Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:45:32 [2024-04-11T09:45:32.250Z] + NEWNAME=eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 05:45:32 [2024-04-11T09:45:32.250Z] + mv eclipse-scout-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 05:45:32 [2024-04-11T09:45:32.250Z] + md5sum eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 05:45:33 [2024-04-11T09:45:33.173Z] + sha1sum eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 05:45:34 [2024-04-11T09:45:34.535Z] + sha512sum -b eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 05:45:35 [2024-04-11T09:45:35.893Z] + scp eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz.md5 eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz.sha1 eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:45:45 [2024-04-11T09:45:45.841Z] + for NAME in $(find * -type f -maxdepth 0) 05:45:45 [2024-04-11T09:45:45.841Z] ++ echo eclipse-scout-2024-06-M1-linux.gtk.x86_64.tar.gz 05:45:45 [2024-04-11T09:45:45.841Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:45:45 [2024-04-11T09:45:45.841Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:45:45 [2024-04-11T09:45:45.841Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:45:45 [2024-04-11T09:45:45.841Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:45:45 [2024-04-11T09:45:45.841Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:45:45 [2024-04-11T09:45:45.841Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:45:45 [2024-04-11T09:45:45.841Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:45:45 [2024-04-11T09:45:45.841Z] + NEWNAME=eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 05:45:45 [2024-04-11T09:45:45.841Z] + mv eclipse-scout-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 05:45:45 [2024-04-11T09:45:45.841Z] + md5sum eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 05:45:46 [2024-04-11T09:45:46.764Z] + sha1sum eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 05:45:48 [2024-04-11T09:45:48.124Z] + sha512sum -b eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 05:45:49 [2024-04-11T09:45:49.484Z] + scp eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz.md5 eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz.sha1 eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:46:04 [2024-04-11T09:46:04.308Z] + for NAME in $(find * -type f -maxdepth 0) 05:46:04 [2024-04-11T09:46:04.308Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.dmg 05:46:04 [2024-04-11T09:46:04.308Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:46:04 [2024-04-11T09:46:04.308Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:46:04 [2024-04-11T09:46:04.308Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:46:04 [2024-04-11T09:46:04.308Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:46:04 [2024-04-11T09:46:04.308Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:46:04 [2024-04-11T09:46:04.308Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:46:04 [2024-04-11T09:46:04.308Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:46:04 [2024-04-11T09:46:04.308Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:46:04 [2024-04-11T09:46:04.308Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:46:04 [2024-04-11T09:46:04.308Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:46:04 [2024-04-11T09:46:04.308Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:46:04 [2024-04-11T09:46:04.308Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 05:46:05 [2024-04-11T09:46:05.233Z] + scp eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:46:15 [2024-04-11T09:46:15.159Z] + for NAME in $(find * -type f -maxdepth 0) 05:46:15 [2024-04-11T09:46:15.159Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.tar.gz 05:46:15 [2024-04-11T09:46:15.159Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:46:15 [2024-04-11T09:46:15.159Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:46:15 [2024-04-11T09:46:15.159Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:46:15 [2024-04-11T09:46:15.159Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:46:15 [2024-04-11T09:46:15.159Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:46:15 [2024-04-11T09:46:15.159Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:46:15 [2024-04-11T09:46:15.159Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:46:15 [2024-04-11T09:46:15.159Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:46:15 [2024-04-11T09:46:15.159Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:46:15 [2024-04-11T09:46:15.159Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:46:15 [2024-04-11T09:46:15.718Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:46:16 [2024-04-11T09:46:16.642Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 05:46:18 [2024-04-11T09:46:18.523Z] + scp eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz.md5 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:46:28 [2024-04-11T09:46:28.447Z] + for NAME in $(find * -type f -maxdepth 0) 05:46:28 [2024-04-11T09:46:28.447Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.dmg 05:46:28 [2024-04-11T09:46:28.447Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:46:28 [2024-04-11T09:46:28.447Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:46:28 [2024-04-11T09:46:28.447Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:46:28 [2024-04-11T09:46:28.447Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:46:28 [2024-04-11T09:46:28.447Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:46:28 [2024-04-11T09:46:28.447Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:46:28 [2024-04-11T09:46:28.447Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:46:28 [2024-04-11T09:46:28.447Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:46:28 [2024-04-11T09:46:28.447Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:46:28 [2024-04-11T09:46:28.447Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:46:29 [2024-04-11T09:46:29.007Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:46:30 [2024-04-11T09:46:30.368Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 05:46:31 [2024-04-11T09:46:31.726Z] + scp eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:46:41 [2024-04-11T09:46:41.655Z] + for NAME in $(find * -type f -maxdepth 0) 05:46:41 [2024-04-11T09:46:41.655Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.tar.gz 05:46:41 [2024-04-11T09:46:41.655Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:46:41 [2024-04-11T09:46:41.655Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:46:41 [2024-04-11T09:46:41.655Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:46:41 [2024-04-11T09:46:41.655Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:46:41 [2024-04-11T09:46:41.655Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:46:41 [2024-04-11T09:46:41.655Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:46:41 [2024-04-11T09:46:41.655Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:46:41 [2024-04-11T09:46:41.655Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:46:41 [2024-04-11T09:46:41.655Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:46:41 [2024-04-11T09:46:41.655Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:46:41 [2024-04-11T09:46:41.909Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:46:43 [2024-04-11T09:46:43.270Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 05:46:44 [2024-04-11T09:46:44.632Z] + scp eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz.md5 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:46:54 [2024-04-11T09:46:54.559Z] + for NAME in $(find * -type f -maxdepth 0) 05:46:54 [2024-04-11T09:46:54.559Z] ++ echo eclipse-scout-2024-06-M1-win32.win32.x86_64.zip 05:46:54 [2024-04-11T09:46:54.559Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 05:46:54 [2024-04-11T09:46:54.559Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 05:46:54 [2024-04-11T09:46:54.559Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 05:46:54 [2024-04-11T09:46:54.559Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 05:46:54 [2024-04-11T09:46:54.559Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 05:46:54 [2024-04-11T09:46:54.559Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 05:46:54 [2024-04-11T09:46:54.559Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 05:46:54 [2024-04-11T09:46:54.559Z] + NEWNAME=eclipse-scout-2024-06-M1-win32-x86_64.zip 05:46:54 [2024-04-11T09:46:54.559Z] + mv eclipse-scout-2024-06-M1-win32.win32.x86_64.zip eclipse-scout-2024-06-M1-win32-x86_64.zip 05:46:54 [2024-04-11T09:46:54.559Z] + md5sum eclipse-scout-2024-06-M1-win32-x86_64.zip 05:46:54 [2024-04-11T09:46:54.559Z] + sha1sum eclipse-scout-2024-06-M1-win32-x86_64.zip 05:46:55 [2024-04-11T09:46:55.481Z] + sha512sum -b eclipse-scout-2024-06-M1-win32-x86_64.zip 05:46:56 [2024-04-11T09:46:56.841Z] + scp eclipse-scout-2024-06-M1-win32-x86_64.zip eclipse-scout-2024-06-M1-win32-x86_64.zip.md5 eclipse-scout-2024-06-M1-win32-x86_64.zip.sha1 eclipse-scout-2024-06-M1-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// 05:47:06 [2024-04-11T09:47:06.770Z] + popd 05:47:06 [2024-04-11T09:47:06.770Z] ~/agent/workspace/epp_master 05:47:06 [2024-04-11T09:47:06.770Z] + scp packages/org.eclipse.epp.package.scout.feature/epp.website.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//scout.xml 05:47:06 [2024-04-11T09:47:06.770Z] + scp packages/org.eclipse.epp.package.scout.feature/feature.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//scout.feature.xml 05:47:06 [2024-04-11T09:47:06.770Z] + scp packages/org.eclipse.epp.package.scout.product/epp.product genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//scout.product.xml [Pipeline] } 05:47:06 [2024-04-11T09:47:06.770Z] $ ssh-agent -k 05:47:06 [2024-04-11T09:47:06.775Z] unset SSH_AUTH_SOCK; 05:47:06 [2024-04-11T09:47:06.775Z] unset SSH_AGENT_PID; 05:47:06 [2024-04-11T09:47:06.775Z] echo Agent pid 12633 killed; 05:47:06 [2024-04-11T09:47:06.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Upload to staging) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:47:07 [2024-04-11T09:47:07.032Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 05:47:07 [2024-04-11T09:47:07.032Z] [ssh-agent] Looking for ssh-agent implementation... 05:47:07 [2024-04-11T09:47:07.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:47:07 [2024-04-11T09:47:07.040Z] $ ssh-agent 05:47:07 [2024-04-11T09:47:07.052Z] SSH_AUTH_SOCK=/tmp/ssh-uhQ8ho7104kM/agent.12825 05:47:07 [2024-04-11T09:47:07.052Z] SSH_AGENT_PID=12827 05:47:07 [2024-04-11T09:47:07.057Z] Running ssh-add (command line suppressed) 05:47:07 [2024-04-11T09:47:07.065Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_12806206833447487212.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_12806206833447487212.key) 05:47:07 [2024-04-11T09:47:07.076Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:47:07 [2024-04-11T09:47:07.350Z] + ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh 05:47:07 [2024-04-11T09:47:07.350Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 05:47:07 [2024-04-11T09:47:07.350Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 05:47:07 [2024-04-11T09:47:07.350Z] + SCP=scp 05:47:07 [2024-04-11T09:47:07.350Z] +++ dirname ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh 05:47:07 [2024-04-11T09:47:07.350Z] ++ cd ./releng/org.eclipse.epp.config/tools 05:47:07 [2024-04-11T09:47:07.350Z] ++ pwd 05:47:07 [2024-04-11T09:47:07.350Z] + DIR=/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools 05:47:07 [2024-04-11T09:47:07.350Z] + echo Create the epp.properties file 05:47:07 [2024-04-11T09:47:07.350Z] Create the epp.properties file 05:47:07 [2024-04-11T09:47:07.350Z] + mvn clean package -f /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools 05:47:07 [2024-04-11T09:47:07.350Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 05:47:07 [2024-04-11T09:47:07.350Z] Maven home: /opt/tools/apache-maven/latest 05:47:07 [2024-04-11T09:47:07.350Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 05:47:07 [2024-04-11T09:47:07.350Z] Default locale: en_US, platform encoding: UTF-8 05:47:07 [2024-04-11T09:47:07.350Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 05:47:09 [2024-04-11T09:47:09.234Z] [INFO] Scanning for projects... 05:47:19 [2024-04-11T09:47:19.209Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 05:47:19 [2024-04-11T09:47:19.209Z] [INFO] Tycho Mode: project 05:47:19 [2024-04-11T09:47:19.209Z] [INFO] Tycho Builder: maven 05:47:19 [2024-04-11T09:47:19.209Z] [INFO] Build Threads: 1 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] --------------------< org.eclipse.epp:releng.tools >-------------------- 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] Building releng.tools 4.32.0-SNAPSHOT 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] from pom.xml 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] --------------------------------[ pom ]--------------------------------- 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] --- clean:3.2.0:clean (default-clean) @ releng.tools --- 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] --- properties:1.1.0:write-project-properties (default) @ releng.tools --- 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] ------------------------------------------------------------------------ 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] BUILD SUCCESS 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] ------------------------------------------------------------------------ 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] Total time: 15.435 s 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] Finished at: 2024-04-11T09:47:24Z 05:47:24 [2024-04-11T09:47:24.466Z] [INFO] ------------------------------------------------------------------------ 05:47:24 [2024-04-11T09:47:24.466Z] ++ get_property RELEASE_NAME 05:47:24 [2024-04-11T09:47:24.466Z] ++ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 05:47:24 [2024-04-11T09:47:24.466Z] ++ cut -d= -f2 05:47:24 [2024-04-11T09:47:24.466Z] + RELEASE_NAME=2024-06 05:47:24 [2024-04-11T09:47:24.466Z] ++ get_property RELEASE_MILESTONE 05:47:24 [2024-04-11T09:47:24.466Z] ++ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 05:47:24 [2024-04-11T09:47:24.466Z] ++ cut -d= -f2 05:47:24 [2024-04-11T09:47:24.466Z] + RELEASE_MILESTONE=M1 05:47:24 [2024-04-11T09:47:24.466Z] ++ get_property RELEASE_DIR 05:47:24 [2024-04-11T09:47:24.466Z] ++ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 05:47:24 [2024-04-11T09:47:24.466Z] ++ cut -d= -f2 05:47:24 [2024-04-11T09:47:24.466Z] + RELEASE_DIR=202404111000 05:47:24 [2024-04-11T09:47:24.466Z] ++ get_property SIMREL_REPO 05:47:24 [2024-04-11T09:47:24.466Z] ++ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 05:47:24 [2024-04-11T09:47:24.466Z] ++ cut -d= -f2 05:47:24 [2024-04-11T09:47:24.466Z] + SIMREL_REPO='https\://download.eclipse.org/staging/2024-06' 05:47:24 [2024-04-11T09:47:24.466Z] + BUILDING=/home/data/httpd/download.eclipse.org/technology/epp/building 05:47:24 [2024-04-11T09:47:24.466Z] + STAGING=/home/data/httpd/download.eclipse.org/technology/epp/staging 05:47:24 [2024-04-11T09:47:24.466Z] + cat 05:47:24 [2024-04-11T09:47:24.466Z] + scp -rp _email.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building 05:47:25 [2024-04-11T09:47:25.389Z] ++ date 05:47:25 [2024-04-11T09:47:25.389Z] + echo 'TIMESTAMP: Thu 11 Apr 2024 09:47:25 AM UTC' 05:47:25 [2024-04-11T09:47:25.389Z] + echo 'CI URL: https://ci.eclipse.org/packaging/job/epp/job/master/24/' 05:47:25 [2024-04-11T09:47:25.389Z] + scp -rp _ci-info.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building 05:47:25 [2024-04-11T09:47:25.951Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous 05:47:26 [2024-04-11T09:47:26.206Z] + ssh genie.packaging@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/technology/epp/staging 05:47:26 [2024-04-11T09:47:26.461Z] + 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 05:47:26 [2024-04-11T09:47:26.715Z] + ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/building /home/data/httpd/download.eclipse.org/technology/epp/staging 05:47:26 [2024-04-11T09:47:26.970Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous [Pipeline] } 05:47:27 [2024-04-11T09:47:27.548Z] $ ssh-agent -k 05:47:27 [2024-04-11T09:47:27.552Z] unset SSH_AUTH_SOCK; 05:47:27 [2024-04-11T09:47:27.552Z] unset SSH_AGENT_PID; 05:47:27 [2024-04-11T09:47:27.553Z] echo Agent pid 12827 killed; 05:47:27 [2024-04-11T09:47:27.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs 05:47:27 [2024-04-11T09:47:27.611Z] [WS-CLEANUP] Deleting project workspace... 05:47:27 [2024-04-11T09:47:27.611Z] [WS-CLEANUP] Deferred wipeout is used... 05:47:27 [2024-04-11T09:47:27.618Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS