Push event to branch master 13:32:39 Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 977cfc457418ab1dfa4dc5e20e7254a9e2b860c5 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-6wxxx is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-6wxxx" 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-6wxxx" - 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-6wxxx" - 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-6wxxx 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 977cfc457418ab1dfa4dc5e20e7254a9e2b860c5 (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 977cfc457418ab1dfa4dc5e20e7254a9e2b860c5 # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk a5a8eeac01d4fcd17b1a34f70318340589422446 # 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 13:33:06 [2024-04-11T17:33:06.299Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 13:33:06 [2024-04-11T17:33:06.299Z] [ssh-agent] Looking for ssh-agent implementation... 13:33:06 [2024-04-11T17:33:06.337Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:33:06 [2024-04-11T17:33:06.338Z] $ ssh-agent 13:33:06 [2024-04-11T17:33:06.354Z] SSH_AUTH_SOCK=/tmp/ssh-OqFvbGq9oEN2/agent.141 13:33:06 [2024-04-11T17:33:06.354Z] SSH_AGENT_PID=143 13:33:06 [2024-04-11T17:33:06.366Z] Running ssh-add (command line suppressed) 13:33:06 [2024-04-11T17:33:06.383Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_12701686581454340834.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_12701686581454340834.key) 13:33:06 [2024-04-11T17:33:06.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:06 [2024-04-11T17:33:06.746Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/building/ [Pipeline] sh 13:33:07 [2024-04-11T17:33:07.977Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/building//repository [Pipeline] } 13:33:08 [2024-04-11T17:33:08.242Z] $ ssh-agent -k 13:33:08 [2024-04-11T17:33:08.249Z] unset SSH_AUTH_SOCK; 13:33:08 [2024-04-11T17:33:08.249Z] unset SSH_AGENT_PID; 13:33:08 [2024-04-11T17:33:08.249Z] echo Agent pid 143 killed; 13:33:08 [2024-04-11T17:33:08.258Z] [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 13:33:08 [2024-04-11T17:33:08.612Z] + 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 13:33:08 [2024-04-11T17:33:08.870Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 13:33:08 [2024-04-11T17:33:08.870Z] Maven home: /opt/tools/apache-maven/latest 13:33:08 [2024-04-11T17:33:08.870Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 13:33:08 [2024-04-11T17:33:08.870Z] Default locale: en_US, platform encoding: UTF-8 13:33:08 [2024-04-11T17:33:08.870Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 13:33:10 [2024-04-11T17:33:10.790Z] [INFO] Scanning for projects... 13:33:37 [2024-04-11T17:33:37.383Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 13:33:37 [2024-04-11T17:33:37.383Z] [INFO] Tycho Mode: project 13:33:37 [2024-04-11T17:33:37.383Z] [INFO] Tycho Builder: maven 13:33:37 [2024-04-11T17:33:37.383Z] [INFO] Build Threads: 1 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] ------------------------------------------------------------------------ 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] Reactor Build Order: 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.common [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.common.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.cpp [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.cpp.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.cpp [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.dsl [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.dsl.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.dsl [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.embedcpp [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.embedcpp.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.embedcpp [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.java [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.java.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.java [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.jee [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.jee.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.jee [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.modeling [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.modeling.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.modeling [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.php [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.php.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.php [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.rcp [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.rcp.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.rcp [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.scout [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.scout.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.scout [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.committers [eclipse-plugin] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp.package.committers.feature [eclipse-feature] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] epp.package.committers [eclipse-repository] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp-parent-aggregation [pom] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] org.eclipse.epp-buildall [pom] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >----------- 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] Building org.eclipse.epp.package.common 4.32.0-SNAPSHOT [1/34] 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] from packages/org.eclipse.epp.package.common/pom.xml 13:34:09 [2024-04-11T17:34:09.464Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] Transport mode: online 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] Http Transport type: Java11Client 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] Update mode: cache first 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] Minimum cache duration: 60 minutes 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 13:34:12 [2024-04-11T17:34:12.753Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 13:34:16 [2024-04-11T17:34:16.050Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 13:34:16 [2024-04-11T17:34:16.309Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 13:34:16 [2024-04-11T17:34:16.568Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 13:34:24 [2024-04-11T17:34:24.735Z] [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/releases/2024-06/202404121000, 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)] 13:34:24 [2024-04-11T17:34:24.735Z] [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/releases/2024-06/202404121000, 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)] 13:34:24 [2024-04-11T17:34:24.735Z] [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/releases/2024-06/202404121000, 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)] 13:34:24 [2024-04-11T17:34:24.735Z] [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/releases/2024-06/202404121000, 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)] 13:34:24 [2024-04-11T17:34:24.735Z] [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/releases/2024-06/202404121000, 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)] 13:34:24 [2024-04-11T17:34:24.735Z] [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/releases/2024-06/202404121000, 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)] 13:34:24 [2024-04-11T17:34:24.736Z] [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/releases/2024-06/202404121000, 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)] 13:34:24 [2024-04-11T17:34:24.736Z] [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/releases/2024-06/202404121000, 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)] 13:34:26 [2024-04-11T17:34:26.113Z] [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/releases/2024-06/202404121000, 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)] 13:34:26 [2024-04-11T17:34:26.113Z] [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/releases/2024-06/202404121000, 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)] 13:34:30 [2024-04-11T17:34:30.291Z] [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/releases/2024-06/202404121000, 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)] 13:34:30 [2024-04-11T17:34:30.291Z] [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/releases/2024-06/202404121000, 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)] 13:34:34 [2024-04-11T17:34:34.471Z] [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/releases/2024-06/202404121000, 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)] 13:34:34 [2024-04-11T17:34:34.471Z] [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/releases/2024-06/202404121000, 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)] 13:34:34 [2024-04-11T17:34:34.471Z] [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/releases/2024-06/202404121000, 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)] 13:34:34 [2024-04-11T17:34:34.471Z] [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/releases/2024-06/202404121000, 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)] 13:34:34 [2024-04-11T17:34:34.471Z] [INFO] 13:34:34 [2024-04-11T17:34:34.471Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common --- 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common --- 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common --- 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common --- 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.common --- 13:34:37 [2024-04-11T17:34:37.744Z] [INFO] Resolving class path of org.eclipse.epp.package.common 13:34:38 [2024-04-11T17:34:38.311Z] [INFO] 13:34:38 [2024-04-11T17:34:38.311Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common --- 13:34:44 [2024-04-11T17:34:44.854Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:44 [2024-04-11T17:34:44.854Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:34:44 [2024-04-11T17:34:44.854Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/main/resources 13:34:44 [2024-04-11T17:34:44.854Z] [INFO] 13:34:44 [2024-04-11T17:34:44.854Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.common --- 13:34:44 [2024-04-11T17:34:44.854Z] [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 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.common --- 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.common --- 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common --- 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/test/resources 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.common --- 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] 13:34:46 [2024-04-11T17:34:46.223Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common --- 13:34:46 [2024-04-11T17:34:46.224Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:34:46 [2024-04-11T17:34:46.224Z] [INFO] 13:34:46 [2024-04-11T17:34:46.224Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common --- 13:34:46 [2024-04-11T17:34:46.786Z] [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 13:34:46 [2024-04-11T17:34:46.786Z] [INFO] 13:34:46 [2024-04-11T17:34:46.786Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common --- 13:34:46 [2024-04-11T17:34:46.786Z] [INFO] 13:34:46 [2024-04-11T17:34:46.786Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common --- 13:34:49 [2024-04-11T17:34:49.307Z] [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 13:34:50 [2024-04-11T17:34:50.683Z] [INFO] 13:34:50 [2024-04-11T17:34:50.683Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common --- 13:34:50 [2024-04-11T17:34:50.683Z] [INFO] 13:34:50 [2024-04-11T17:34:50.683Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >------- 13:34:50 [2024-04-11T17:34:50.683Z] [INFO] Building org.eclipse.epp.package.common.feature 4.32.0-SNAPSHOT [2/34] 13:34:50 [2024-04-11T17:34:50.683Z] [INFO] from packages/org.eclipse.epp.package.common.feature/pom.xml 13:34:50 [2024-04-11T17:34:50.683Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:34:50 [2024-04-11T17:34:50.683Z] [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 13:34:52 [2024-04-11T17:34:52.590Z] [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/releases/2024-06/202404121000, 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)] 13:34:52 [2024-04-11T17:34:52.590Z] [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/releases/2024-06/202404121000, 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)] 13:34:52 [2024-04-11T17:34:52.590Z] [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/releases/2024-06/202404121000, 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)] 13:34:52 [2024-04-11T17:34:52.590Z] [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/releases/2024-06/202404121000, 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)] 13:34:52 [2024-04-11T17:34:52.590Z] [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/releases/2024-06/202404121000, 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)] 13:34:52 [2024-04-11T17:34:52.591Z] [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/releases/2024-06/202404121000, 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)] 13:34:53 [2024-04-11T17:34:53.156Z] [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/releases/2024-06/202404121000, 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)] 13:34:53 [2024-04-11T17:34:53.156Z] [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/releases/2024-06/202404121000, 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)] 13:34:53 [2024-04-11T17:34:53.156Z] [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/releases/2024-06/202404121000, 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)] 13:34:53 [2024-04-11T17:34:53.156Z] [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/releases/2024-06/202404121000, 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)] 13:34:53 [2024-04-11T17:34:53.157Z] [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/releases/2024-06/202404121000, 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)] 13:34:53 [2024-04-11T17:34:53.157Z] [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/releases/2024-06/202404121000, 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)] 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature --- 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature --- 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature --- 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature --- 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common.feature --- 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/src/main/resources 13:34:55 [2024-04-11T17:34:55.051Z] [INFO] 13:34:55 [2024-04-11T17:34:55.052Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common.feature --- 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] 373 system scoped dependencies were not mapped to maven artifacts 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature --- 13:35:07 [2024-04-11T17:35:07.239Z] [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 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature --- 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature --- 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] 13:35:07 [2024-04-11T17:35:07.239Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common.feature --- 13:35:07 [2024-04-11T17:35:07.239Z] [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 13:35:08 [2024-04-11T17:35:08.607Z] [INFO] 13:35:08 [2024-04-11T17:35:08.607Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common.feature --- 13:35:08 [2024-04-11T17:35:08.607Z] [INFO] 13:35:08 [2024-04-11T17:35:08.607Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.cpp >------------- 13:35:08 [2024-04-11T17:35:08.607Z] [INFO] Building org.eclipse.epp.package.cpp 4.32.0-SNAPSHOT [3/34] 13:35:08 [2024-04-11T17:35:08.607Z] [INFO] from packages/org.eclipse.epp.package.cpp/pom.xml 13:35:08 [2024-04-11T17:35:08.607Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.175Z] [INFO] Resolving class path of org.eclipse.epp.package.cpp 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/main/resources 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/test/resources 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] Copying 1 resource 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] 13:35:09 [2024-04-11T17:35:09.450Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.450Z] [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 13:35:09 [2024-04-11T17:35:09.708Z] [INFO] 13:35:09 [2024-04-11T17:35:09.708Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.708Z] [INFO] 13:35:09 [2024-04-11T17:35:09.708Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp --- 13:35:09 [2024-04-11T17:35:09.708Z] [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 13:35:10 [2024-04-11T17:35:10.272Z] [INFO] 13:35:10 [2024-04-11T17:35:10.272Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp --- 13:35:10 [2024-04-11T17:35:10.272Z] [INFO] 13:35:10 [2024-04-11T17:35:10.272Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.cpp.feature >--------- 13:35:10 [2024-04-11T17:35:10.272Z] [INFO] Building org.eclipse.epp.package.cpp.feature 4.32.0-SNAPSHOT [4/34] 13:35:10 [2024-04-11T17:35:10.272Z] [INFO] from packages/org.eclipse.epp.package.cpp.feature/pom.xml 13:35:10 [2024-04-11T17:35:10.272Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:35:10 [2024-04-11T17:35:10.272Z] [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 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.cpp.feature --- 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp.feature --- 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp.feature --- 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp.feature --- 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp.feature --- 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/src/main/resources 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] 13:35:11 [2024-04-11T17:35:11.206Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp.feature --- 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] 273 system scoped dependencies were not mapped to maven artifacts 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.cpp.feature --- 13:35:17 [2024-04-11T17:35:17.760Z] [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 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp.feature --- 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.cpp.feature --- 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] 13:35:17 [2024-04-11T17:35:17.760Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp.feature --- 13:35:17 [2024-04-11T17:35:17.760Z] [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 13:35:18 [2024-04-11T17:35:18.324Z] [INFO] 13:35:18 [2024-04-11T17:35:18.324Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp.feature --- 13:35:18 [2024-04-11T17:35:18.324Z] [INFO] 13:35:18 [2024-04-11T17:35:18.324Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- 13:35:18 [2024-04-11T17:35:18.324Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [5/34] 13:35:18 [2024-04-11T17:35:18.324Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml 13:35:18 [2024-04-11T17:35:18.324Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:35:18 [2024-04-11T17:35:18.324Z] [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 13:35:23 [2024-04-11T17:35:23.587Z] [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/releases/2024-06/202404121000, 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)] 13:35:23 [2024-04-11T17:35:23.587Z] [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/releases/2024-06/202404121000, 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)] 13:35:23 [2024-04-11T17:35:23.587Z] [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/releases/2024-06/202404121000, 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)] 13:35:23 [2024-04-11T17:35:23.587Z] [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/releases/2024-06/202404121000, 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)] 13:35:23 [2024-04-11T17:35:23.587Z] [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/releases/2024-06/202404121000, 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)] 13:35:23 [2024-04-11T17:35:23.588Z] [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/releases/2024-06/202404121000, 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)] 13:35:23 [2024-04-11T17:35:23.588Z] [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/releases/2024-06/202404121000, 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)] 13:35:23 [2024-04-11T17:35:23.588Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.770Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.770Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.770Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.771Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.771Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.771Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.771Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.771Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.772Z] [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/releases/2024-06/202404121000, 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)] 13:35:27 [2024-04-11T17:35:27.772Z] [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/releases/2024-06/202404121000, 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)] 13:35:28 [2024-04-11T17:35:28.210Z] [INFO] 13:35:28 [2024-04-11T17:35:28.210Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.cpp --- 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:35:29 [2024-04-11T17:35:29.582Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:35:29 [2024-04-11T17:35:29.839Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:35:29 [2024-04-11T17:35:29.839Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:35:29 [2024-04-11T17:35:29.839Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:35:29 [2024-04-11T17:35:29.839Z] [INFO] 13:35:29 [2024-04-11T17:35:29.839Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.cpp --- 13:35:30 [2024-04-11T17:35:30.771Z] [INFO] 13:35:30 [2024-04-11T17:35:30.771Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.cpp --- 13:35:30 [2024-04-11T17:35:30.771Z] [INFO] 13:35:30 [2024-04-11T17:35:30.771Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- 13:35:30 [2024-04-11T17:35:30.771Z] [INFO] 13:35:30 [2024-04-11T17:35:30.771Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.cpp --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.cpp --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.dsl >------------- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] Building org.eclipse.epp.package.dsl 4.32.0-SNAPSHOT [6/34] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] from packages/org.eclipse.epp.package.dsl/pom.xml 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] Resolving class path of org.eclipse.epp.package.dsl 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/main/resources 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:22 [2024-04-11T17:38:22.295Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/test/resources 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] Copying 1 resource 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.296Z] [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 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.296Z] [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 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.dsl.feature >--------- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] Building org.eclipse.epp.package.dsl.feature 4.32.0-SNAPSHOT [7/34] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] from packages/org.eclipse.epp.package.dsl.feature/pom.xml 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:38:22 [2024-04-11T17:38:22.296Z] [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 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/src/main/resources 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [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 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] 13:38:22 [2024-04-11T17:38:22.296Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.296Z] [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 13:38:22 [2024-04-11T17:38:22.861Z] [INFO] 13:38:22 [2024-04-11T17:38:22.861Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl.feature --- 13:38:22 [2024-04-11T17:38:22.861Z] [INFO] 13:38:22 [2024-04-11T17:38:22.861Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- 13:38:22 [2024-04-11T17:38:22.861Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [8/34] 13:38:22 [2024-04-11T17:38:22.861Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml 13:38:22 [2024-04-11T17:38:22.861Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:38:22 [2024-04-11T17:38:22.861Z] [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 13:38:27 [2024-04-11T17:38:27.044Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.044Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.044Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.044Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.044Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.044Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.045Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.045Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.045Z] [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/releases/2024-06/202404121000, 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)] 13:38:27 [2024-04-11T17:38:27.045Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.150Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.150Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.150Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.150Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.150Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.151Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.151Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.151Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.151Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.151Z] [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/releases/2024-06/202404121000, 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)] 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.151Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] 13:38:35 [2024-04-11T17:38:35.152Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.dsl --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.dsl --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.embedcpp >---------- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Building org.eclipse.epp.package.embedcpp 4.32.0-SNAPSHOT [9/34] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] from packages/org.eclipse.epp.package.embedcpp/pom.xml 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Resolving class path of org.eclipse.epp.package.embedcpp 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/main/resources 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/test/resources 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Copying 1 resource 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [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 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [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 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp --- 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature >------ 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] Building org.eclipse.epp.package.embedcpp.feature 4.32.0-SNAPSHOT [10/34] 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.feature/pom.xml 13:40:41 [2024-04-11T17:40:41.614Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:40:41 [2024-04-11T17:40:41.614Z] [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 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.feature/src/main/resources 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 273 system scoped dependencies were not mapped to maven artifacts 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] 13:40:41 [2024-04-11T17:40:41.872Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.873Z] [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 13:40:41 [2024-04-11T17:40:41.873Z] [INFO] 13:40:41 [2024-04-11T17:40:41.873Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.873Z] [INFO] 13:40:41 [2024-04-11T17:40:41.873Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.873Z] [INFO] 13:40:41 [2024-04-11T17:40:41.873Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:41 [2024-04-11T17:40:41.873Z] [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 13:40:42 [2024-04-11T17:40:42.803Z] [INFO] 13:40:42 [2024-04-11T17:40:42.803Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- 13:40:42 [2024-04-11T17:40:42.803Z] [INFO] 13:40:42 [2024-04-11T17:40:42.803Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- 13:40:42 [2024-04-11T17:40:42.803Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [11/34] 13:40:42 [2024-04-11T17:40:42.803Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml 13:40:42 [2024-04-11T17:40:42.803Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:40:42 [2024-04-11T17:40:42.803Z] [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 13:40:49 [2024-04-11T17:40:49.353Z] [INFO] 13:40:49 [2024-04-11T17:40:49.353Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] 13:40:50 [2024-04-11T17:40:50.287Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.851Z] [INFO] 13:40:50 [2024-04-11T17:40:50.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.851Z] [INFO] 13:40:50 [2024-04-11T17:40:50.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- 13:40:50 [2024-04-11T17:40:50.851Z] [INFO] 13:40:50 [2024-04-11T17:40:50.851Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.embedcpp --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.java >------------ 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] Building org.eclipse.epp.package.java 4.32.0-SNAPSHOT [12/34] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] from packages/org.eclipse.epp.package.java/pom.xml 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] Resolving class path of org.eclipse.epp.package.java 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/main/resources 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:42:27 [2024-04-11T17:42:27.263Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/test/resources 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Copying 1 resource 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [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 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [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 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.java.feature >-------- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Building org.eclipse.epp.package.java.feature 4.32.0-SNAPSHOT [13/34] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] from packages/org.eclipse.epp.package.java.feature/pom.xml 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:42:27 [2024-04-11T17:42:27.264Z] [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 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.feature/src/main/resources 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [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 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [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 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java.feature --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [14/34] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:42:27 [2024-04-11T17:42:27.264Z] [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 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:42:27 [2024-04-11T17:42:27.264Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.java --- 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] 13:42:27 [2024-04-11T17:42:27.265Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.java --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.java --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.jee >------------- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] Building org.eclipse.epp.package.jee 4.32.0-SNAPSHOT [15/34] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] from packages/org.eclipse.epp.package.jee/pom.xml 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] Resolving class path of org.eclipse.epp.package.jee 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/main/resources 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/test/resources 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] 13:43:48 [2024-04-11T17:43:48.667Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] Copying 1 resource 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.668Z] [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 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.668Z] [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 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.jee.feature >--------- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] Building org.eclipse.epp.package.jee.feature 4.32.0-SNAPSHOT [16/34] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] from packages/org.eclipse.epp.package.jee.feature/pom.xml 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:43:48 [2024-04-11T17:43:48.668Z] [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 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.feature/src/main/resources 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 134 system scoped dependencies were not mapped to maven artifacts 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [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 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] 13:43:48 [2024-04-11T17:43:48.668Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.668Z] [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 13:43:48 [2024-04-11T17:43:48.669Z] [INFO] 13:43:48 [2024-04-11T17:43:48.669Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee.feature --- 13:43:48 [2024-04-11T17:43:48.669Z] [INFO] 13:43:48 [2024-04-11T17:43:48.669Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- 13:43:48 [2024-04-11T17:43:48.669Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [17/34] 13:43:48 [2024-04-11T17:43:48.669Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml 13:43:48 [2024-04-11T17:43:48.669Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:43:48 [2024-04-11T17:43:48.669Z] [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 13:43:50 [2024-04-11T17:43:50.564Z] [INFO] 13:43:50 [2024-04-11T17:43:50.564Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] 13:43:52 [2024-04-11T17:43:52.473Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.730Z] [INFO] 13:43:52 [2024-04-11T17:43:52.730Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.730Z] [INFO] 13:43:52 [2024-04-11T17:43:52.730Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- 13:43:52 [2024-04-11T17:43:52.730Z] [INFO] 13:43:52 [2024-04-11T17:43:52.730Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.jee --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.jee --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.modeling >---------- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Building org.eclipse.epp.package.modeling 4.32.0-SNAPSHOT [18/34] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] from packages/org.eclipse.epp.package.modeling/pom.xml 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Resolving class path of org.eclipse.epp.package.modeling 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/main/resources 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/test/resources 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Copying 1 resource 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [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 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [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 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.modeling.feature >------ 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Building org.eclipse.epp.package.modeling.feature 4.32.0-SNAPSHOT [19/34] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] from packages/org.eclipse.epp.package.modeling.feature/pom.xml 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:46:44 [2024-04-11T17:46:44.192Z] [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 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:46:44 [2024-04-11T17:46:44.192Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.feature/src/main/resources 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.193Z] [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 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.193Z] [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 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling.feature --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [20/34] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:46:44 [2024-04-11T17:46:44.193Z] [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 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] 13:46:44 [2024-04-11T17:46:44.193Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.450Z] [INFO] 13:46:44 [2024-04-11T17:46:44.450Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.450Z] [INFO] 13:46:44 [2024-04-11T17:46:44.450Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- 13:46:44 [2024-04-11T17:46:44.450Z] [INFO] 13:46:44 [2024-04-11T17:46:44.450Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.modeling --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.modeling --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.php >------------- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Building org.eclipse.epp.package.php 4.32.0-SNAPSHOT [21/34] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] from packages/org.eclipse.epp.package.php/pom.xml 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Resolving class path of org.eclipse.epp.package.php 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/main/resources 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/test/resources 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Copying 1 resource 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [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 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [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 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php --- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.php.feature >--------- 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] Building org.eclipse.epp.package.php.feature 4.32.0-SNAPSHOT [22/34] 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] from packages/org.eclipse.epp.package.php.feature/pom.xml 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:49:20 [2024-04-11T17:49:20.888Z] [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 13:49:20 [2024-04-11T17:49:20.888Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.feature/src/main/resources 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [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 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [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 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php.feature --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [23/34] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:49:20 [2024-04-11T17:49:20.889Z] [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 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.php --- 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] 13:49:20 [2024-04-11T17:49:20.889Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.php --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.php --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.rcp >------------- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Building org.eclipse.epp.package.rcp 4.32.0-SNAPSHOT [24/34] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] from packages/org.eclipse.epp.package.rcp/pom.xml 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Resolving class path of org.eclipse.epp.package.rcp 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/main/resources 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/test/resources 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Copying 1 resource 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [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 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [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 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.rcp.feature >--------- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] Building org.eclipse.epp.package.rcp.feature 4.32.0-SNAPSHOT [25/34] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] from packages/org.eclipse.epp.package.rcp.feature/pom.xml 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:50:57 [2024-04-11T17:50:57.305Z] [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 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] 13:50:57 [2024-04-11T17:50:57.305Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.feature/src/main/resources 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 476 system scoped dependencies were not mapped to maven artifacts 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [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 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [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 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp.feature --- 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [26/34] 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml 13:50:57 [2024-04-11T17:50:57.306Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:50:57 [2024-04-11T17:50:57.306Z] [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 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] 13:51:03 [2024-04-11T17:51:03.851Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.rcp --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.rcp --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.scout >------------ 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] Building org.eclipse.epp.package.scout 4.32.0-SNAPSHOT [27/34] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] from packages/org.eclipse.epp.package.scout/pom.xml 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] Resolving class path of org.eclipse.epp.package.scout 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.251Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/main/resources 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/test/resources 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 114 system scoped dependencies were not mapped to maven artifacts 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Copying 1 resource 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [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 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [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 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.scout.feature >-------- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Building org.eclipse.epp.package.scout.feature 4.32.0-SNAPSHOT [28/34] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] from packages/org.eclipse.epp.package.scout.feature/pom.xml 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:52:40 [2024-04-11T17:52:40.252Z] [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 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.feature/src/main/resources 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 115 system scoped dependencies were not mapped to maven artifacts 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [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 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [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 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout.feature --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [29/34] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:52:40 [2024-04-11T17:52:40.252Z] [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 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] 13:52:40 [2024-04-11T17:52:40.252Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] 13:52:40 [2024-04-11T17:52:40.253Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.scout --- 13:54:01 [2024-04-11T17:54:01.646Z] [INFO] 13:54:01 [2024-04-11T17:54:01.646Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.scout --- 13:54:01 [2024-04-11T17:54:01.646Z] [INFO] 13:54:01 [2024-04-11T17:54:01.646Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp.package.committers >--------- 13:54:01 [2024-04-11T17:54:01.646Z] [INFO] Building org.eclipse.epp.package.committers 4.32.0-SNAPSHOT [30/34] 13:54:01 [2024-04-11T17:54:01.646Z] [INFO] from packages/org.eclipse.epp.package.committers/pom.xml 13:54:01 [2024-04-11T17:54:01.646Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.210Z] [INFO] Resolving class path of org.eclipse.epp.package.committers 13:54:02 [2024-04-11T17:54:02.466Z] [INFO] 13:54:02 [2024-04-11T17:54:02.466Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.466Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:54:02 [2024-04-11T17:54:02.466Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:54:02 [2024-04-11T17:54:02.466Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/main/resources 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/test/resources 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 181 system scoped dependencies were not mapped to maven artifacts 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] Copying 1 resource 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [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 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] 13:54:02 [2024-04-11T17:54:02.467Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers --- 13:54:02 [2024-04-11T17:54:02.467Z] [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 13:54:03 [2024-04-11T17:54:03.399Z] [INFO] 13:54:03 [2024-04-11T17:54:03.399Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers --- 13:54:03 [2024-04-11T17:54:03.399Z] [INFO] 13:54:03 [2024-04-11T17:54:03.399Z] [INFO] -----< org.eclipse.epp:org.eclipse.epp.package.committers.feature >----- 13:54:03 [2024-04-11T17:54:03.399Z] [INFO] Building org.eclipse.epp.package.committers.feature 4.32.0-SNAPSHOT [31/34] 13:54:03 [2024-04-11T17:54:03.399Z] [INFO] from packages/org.eclipse.epp.package.committers.feature/pom.xml 13:54:03 [2024-04-11T17:54:03.399Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:54:03 [2024-04-11T17:54:03.399Z] [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 13:54:04 [2024-04-11T17:54:04.328Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.feature/src/main/resources 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 182 system scoped dependencies were not mapped to maven artifacts 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [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 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] 13:54:04 [2024-04-11T17:54:04.329Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers.feature --- 13:54:04 [2024-04-11T17:54:04.329Z] [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 13:54:05 [2024-04-11T17:54:05.261Z] [INFO] 13:54:05 [2024-04-11T17:54:05.261Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers.feature --- 13:54:05 [2024-04-11T17:54:05.261Z] [INFO] 13:54:05 [2024-04-11T17:54:05.261Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- 13:54:05 [2024-04-11T17:54:05.261Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [32/34] 13:54:05 [2024-04-11T17:54:05.261Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml 13:54:05 [2024-04-11T17:54:05.261Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:54:05 [2024-04-11T17:54:05.261Z] [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 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.committers --- 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] 13:54:10 [2024-04-11T17:54:10.552Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] 13:54:10 [2024-04-11T17:54:10.809Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.committers --- 13:54:11 [2024-04-11T17:54:11.372Z] [INFO] 13:54:11 [2024-04-11T17:54:11.372Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.committers --- 13:54:11 [2024-04-11T17:54:11.372Z] [INFO] 13:54:11 [2024-04-11T17:54:11.372Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- 13:54:11 [2024-04-11T17:54:11.372Z] [INFO] 13:54:11 [2024-04-11T17:54:11.372Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.committers --- 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.committers --- 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp-parent-aggregation >--------- 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] Building org.eclipse.epp-parent-aggregation 4.32.0-SNAPSHOT [33/34] 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] from releng/org.eclipse.epp.config/aggregation/pom.xml 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] --------------------------------[ pom ]--------------------------------- 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] --- tycho-eclipse:4.0.8-SNAPSHOT:eclipse-run (build-repo) @ org.eclipse.epp-parent-aggregation --- 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest] 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/data/.metadata/.log 13:56:02 [2024-04-11T17:56:02.782Z] [INFO] Command line: 13:56:02 [2024-04-11T17:56:02.782Z] [/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/releases/2024-06/202404121000, -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] 13:56:02 [2024-04-11T17:56:02.782Z] Loading all repositories 13:56:02 [2024-04-11T17:56:02.782Z] SLF4J(W): No SLF4J providers were found. 13:56:02 [2024-04-11T17:56:02.782Z] SLF4J(W): Defaulting to no-operation (NOP) logger implementation 13:56:02 [2024-04-11T17:56:02.782Z] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 13:56:12 [2024-04-11T17:56:12.864Z] Starting generation of composite repository 13:56:12 [2024-04-11T17:56:12.864Z] 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 13:56:12 [2024-04-11T17:56:12.864Z] Done. Took 0 seconds 13:56:12 [2024-04-11T17:56:12.864Z] Starting generation of verification feature for validationSet: Main 13:56:12 [2024-04-11T17:56:12.864Z] Done. Took 0 seconds 13:56:12 [2024-04-11T17:56:12.864Z] Starting planner verification for validationSet: Main 13:56:12 [2024-04-11T17:56:12.864Z] Verifying config linux,gtk,aarch64... 13:56:12 [2024-04-11T17:56:12.864Z] Verifying config linux,gtk,x86_64... 13:56:12 [2024-04-11T17:56:12.864Z] Verifying config macosx,cocoa,aarch64... 13:56:12 [2024-04-11T17:56:12.864Z] Verifying config macosx,cocoa,x86_64... 13:56:12 [2024-04-11T17:56:12.864Z] Verifying config win32,win32,x86_64... 13:56:45 [2024-04-11T17:56:45.396Z] Verified config linux,gtk,aarch64... 13:56:45 [2024-04-11T17:56:45.396Z] Verified config linux,gtk,x86_64... 13:56:45 [2024-04-11T17:56:45.396Z] Verified config macosx,cocoa,aarch64... 13:56:45 [2024-04-11T17:56:45.396Z] Verified config macosx,cocoa,x86_64... 13:56:45 [2024-04-11T17:56:45.396Z] Verified config win32,win32,x86_64... 13:56:45 [2024-04-11T17:56:45.396Z] Verification successful 13:56:45 [2024-04-11T17:56:45.396Z] Done. Took 31 seconds 13:56:45 [2024-04-11T17:56:45.396Z] Starting mirroring of meta-data for validationSet: Main 13:56:45 [2024-04-11T17:56:45.396Z] 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 13:56:45 [2024-04-11T17:56:45.396Z] Done. Took 0 seconds 13:56:45 [2024-04-11T17:56:45.396Z] Starting generation of categories 13:56:45 [2024-04-11T17:56:45.396Z] Done. Took 0 seconds 13:56:45 [2024-04-11T17:56:45.396Z] Starting artifacts mirroring 13:56:45 [2024-04-11T17:56:45.396Z] Mirroring artifacts from file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../../releng/org.eclipse.epp.config/aggregation/all-repos 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.396Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.397Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240411-1203 13:56:45 [2024-04-11T17:56:45.398Z] Saving: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate 13:56:45 [2024-04-11T17:56:45.398Z] XZ compressing: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate 13:56:47 [2024-04-11T17:56:47.318Z] Done. Took 3 seconds 13:56:47 [2024-04-11T17:56:47.318Z] Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final 13:56:47 [2024-04-11T17:56:47.318Z] Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [34/34] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] from pom.xml 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] --------------------------------[ pom ]--------------------------------- 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] ------------------------------------------------------------------------ 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.common ..................... SUCCESS [ 44.778 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [ 17.999 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.cpp ........................ SUCCESS [ 1.869 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.cpp.feature ................ SUCCESS [ 7.947 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.cpp .................................... SUCCESS [02:59 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.dsl ........................ SUCCESS [ 2.794 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.dsl.feature ................ SUCCESS [ 2.256 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.dsl .................................... SUCCESS [02:16 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.embedcpp ................... SUCCESS [ 1.670 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.embedcpp.feature ........... SUCCESS [ 1.497 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.embedcpp ............................... SUCCESS [01:32 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.java ....................... SUCCESS [ 1.820 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.java.feature ............... SUCCESS [ 1.453 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.java ................................... SUCCESS [01:16 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.jee ........................ SUCCESS [ 1.817 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.jee.feature ................ SUCCESS [ 2.392 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.jee .................................... SUCCESS [02:49 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.modeling ................... SUCCESS [ 2.768 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.modeling.feature ........... SUCCESS [ 1.258 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.modeling ............................... SUCCESS [02:33 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.php ........................ SUCCESS [ 1.747 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.php.feature ................ SUCCESS [ 2.112 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.php .................................... SUCCESS [01:40 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.rcp ........................ SUCCESS [ 1.915 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.rcp.feature ................ SUCCESS [ 3.802 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.rcp .................................... SUCCESS [01:34 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.scout ...................... SUCCESS [ 1.874 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.scout.feature .............. SUCCESS [ 1.386 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.scout .................................. SUCCESS [01:26 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.committers ................. SUCCESS [ 2.139 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp.package.committers.feature ......... SUCCESS [ 1.830 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] epp.package.committers ............................. SUCCESS [01:48 min] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp-parent-aggregation ................. SUCCESS [ 54.170 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.001 s] 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] ------------------------------------------------------------------------ 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] BUILD SUCCESS 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] ------------------------------------------------------------------------ 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] Total time: 23:37 min 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] Finished at: 2024-04-11T17:56:47Z 13:56:48 [2024-04-11T17:56:48.249Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent 13:56:48 [2024-04-11T17:56:48.822Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 13:56:48 [2024-04-11T17:56:48.822Z] [ssh-agent] Looking for ssh-agent implementation... 13:56:48 [2024-04-11T17:56:48.837Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:56:48 [2024-04-11T17:56:48.839Z] $ ssh-agent 13:56:48 [2024-04-11T17:56:48.852Z] SSH_AUTH_SOCK=/tmp/ssh-gm7wxcb4XJ2r/agent.1944 13:56:48 [2024-04-11T17:56:48.852Z] SSH_AGENT_PID=1946 13:56:48 [2024-04-11T17:56:48.859Z] Running ssh-add (command line suppressed) 13:56:48 [2024-04-11T17:56:48.877Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_7146659880969167081.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_7146659880969167081.key) 13:56:48 [2024-04-11T17:56:48.886Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:56:49 [2024-04-11T17:56:49.172Z] + 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/ 13:56:49 [2024-04-11T17:56:49.172Z] 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/ 13:56:49 [2024-04-11T17:56:49.172Z] OpenSSH_7.9p1 Debian-10+deb10u4, OpenSSL 1.1.1n 15 Mar 2022 13:56:49 [2024-04-11T17:56:49.172Z] debug1: Reading configuration data /etc/ssh/ssh_config 13:56:49 [2024-04-11T17:56:49.172Z] debug1: /etc/ssh/ssh_config line 19: Applying options for * 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Connecting to projects-storage.eclipse.org [172.25.25.150] port 22. 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Connection established. 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_rsa type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_rsa-cert type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_dsa type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_dsa-cert type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa-cert type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_ed25519 type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_ed25519-cert type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_xmss type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: identity file /home/jenkins/.ssh/id_xmss-cert type -1 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u4 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3ubuntu0.6 13:56:49 [2024-04-11T17:56:49.173Z] debug1: match: OpenSSH_8.9p1 Ubuntu-3ubuntu0.6 pat OpenSSH* compat 0x04000000 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Authenticating to projects-storage.eclipse.org:22 as 'genie.packaging' 13:56:49 [2024-04-11T17:56:49.173Z] debug1: SSH2_MSG_KEXINIT sent 13:56:49 [2024-04-11T17:56:49.173Z] debug1: SSH2_MSG_KEXINIT received 13:56:49 [2024-04-11T17:56:49.173Z] debug1: kex: algorithm: curve25519-sha256 13:56:49 [2024-04-11T17:56:49.173Z] debug1: kex: host key algorithm: ecdsa-sha2-nistp256 13:56:49 [2024-04-11T17:56:49.173Z] debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none 13:56:49 [2024-04-11T17:56:49.173Z] debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none 13:56:49 [2024-04-11T17:56:49.173Z] debug1: expecting SSH2_MSG_KEX_ECDH_REPLY 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Server host key: ecdsa-sha2-nistp256 SHA256:CkY4klkLCBGlAzScHQgPcKKA8hyzEfrUl9BZAWMdYlc 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Host 'projects-storage.eclipse.org' is known and matches the ECDSA host key. 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Found key in /home/jenkins/.ssh/known_hosts:2 13:56:49 [2024-04-11T17:56:49.173Z] debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 13:56:49 [2024-04-11T17:56:49.173Z] debug1: rekey after 134217728 blocks 13:56:49 [2024-04-11T17:56:49.173Z] debug1: SSH2_MSG_NEWKEYS sent 13:56:49 [2024-04-11T17:56:49.173Z] debug1: expecting SSH2_MSG_NEWKEYS 13:56:49 [2024-04-11T17:56:49.173Z] debug1: ssh_packet_read_poll2: resetting read seqnr 3 13:56:49 [2024-04-11T17:56:49.173Z] debug1: SSH2_MSG_NEWKEYS received 13:56:49 [2024-04-11T17:56:49.173Z] debug1: rekey after 134217728 blocks 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Will attempt key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_7146659880969167081.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Will attempt key: /home/jenkins/.ssh/id_rsa 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Will attempt key: /home/jenkins/.ssh/id_dsa 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ecdsa 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ed25519 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Will attempt key: /home/jenkins/.ssh/id_xmss 13:56:49 [2024-04-11T17:56:49.173Z] debug1: SSH2_MSG_EXT_INFO received 13:56:49 [2024-04-11T17:56:49.173Z] 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> 13:56:49 [2024-04-11T17:56:49.173Z] debug1: kex_input_ext_info: publickey-hostbound@openssh.com (unrecognised) 13:56:49 [2024-04-11T17:56:49.173Z] debug1: SSH2_MSG_SERVICE_ACCEPT received 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Authentications that can continue: publickey,password 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Next authentication method: publickey 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Offering public key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_7146659880969167081.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Server accepts key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_7146659880969167081.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Authentication succeeded (publickey). 13:56:49 [2024-04-11T17:56:49.173Z] Authenticated to projects-storage.eclipse.org ([172.25.25.150]:22). 13:56:49 [2024-04-11T17:56:49.173Z] debug1: channel 0: new [client-session] 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Requesting no-more-sessions@openssh.com 13:56:49 [2024-04-11T17:56:49.173Z] debug1: Entering interactive session. 13:56:49 [2024-04-11T17:56:49.173Z] debug1: pledge: network 13:56:50 [2024-04-11T17:56:50.101Z] debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 13:56:50 [2024-04-11T17:56:50.102Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding 13:56:50 [2024-04-11T17:56:50.102Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding 13:56:50 [2024-04-11T17:56:50.102Z] debug1: Sending environment. 13:56:50 [2024-04-11T17:56:50.102Z] debug1: Sending env LANG = en_US.UTF-8 13:56:50 [2024-04-11T17:56:50.102Z] debug1: Sending env LC_ALL = en_US.UTF-8 13:56:50 [2024-04-11T17:56:50.102Z] debug1: Sending command: scp -v -r -p -d -t /home/data/httpd/download.eclipse.org/technology/epp/building//repository/ 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858205 atime 1712858207 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858205 0 1712858207 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858205 0 1712858207 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 11227 artifacts.jar 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 11227 artifacts.jar 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858207 atime 1712858207 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858207 0 1712858207 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858207 0 1712858207 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 9476 artifacts.xml.xz 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 9476 artifacts.xml.xz 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858205 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858205 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858205 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Entering directory: D2755 0 binary 13:56:50 [2024-04-11T17:56:50.102Z] Sink: D2755 0 binary 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 46740 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 46740 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 214027 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 214027 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 213856 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 213856 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 276885 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 276885 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 213857 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 213857 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 213855 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 213855 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 46740 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 46740 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 214025 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 214025 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 213858 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 213858 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.102Z] Sending file modes: C0644 46864 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] Sink: C0644 46864 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.102Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.102Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.102Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 46864 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 46864 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 46864 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 46864 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 214025 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 214025 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 213860 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 213860 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 46864 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 46864 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 214025 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 214025 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 46740 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 46740 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 214025 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 214025 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 46864 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 46864 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 276885 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 276885 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 46740 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 46740 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 214027 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 214027 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 213855 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 213855 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.358Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.358Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.358Z] Sending file modes: C0644 46864 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.358Z] Sink: C0644 46864 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 46740 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 46740 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 46864 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 46864 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 46864 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 46864 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 214025 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 214025 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 276885 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 276885 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 46864 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 46864 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 276885 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 276885 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 213859 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 213859 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 213855 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 213855 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 213855 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 213855 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 214025 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 214025 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.359Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.359Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.359Z] Sending file modes: C0644 214029 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] Sink: C0644 214029 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.359Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.615Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.615Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sending file modes: C0644 46740 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] Sink: C0644 46740 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.615Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.615Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sending file modes: C0644 276885 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] Sink: C0644 276885 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.615Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.615Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sending file modes: C0644 46740 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] Sink: C0644 46740 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.615Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.615Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.615Z] Sending file modes: C0644 214030 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] Sink: C0644 214030 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.615Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.615Z] File mtime 1712858205 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 276885 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 276885 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 46740 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 46740 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 276885 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 276885 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 46740 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 46740 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 46740 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 46740 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 276885 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 276885 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 213855 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 213855 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 46864 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 46864 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 276885 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 276885 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 276885 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 276885 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240411-1203 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] Sink: E 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858203 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858203 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858203 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 109755 content.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 109755 content.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858207 atime 1712858205 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858207 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858207 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 21852 content.xml.xz 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 21852 content.xml.xz 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Entering directory: D2755 0 features 13:56:50 [2024-04-11T17:56:50.616Z] Sink: D2755 0 features 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 21891 org.eclipse.epp.package.committers.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 21891 org.eclipse.epp.package.committers.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 21904 org.eclipse.epp.package.scout.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 21904 org.eclipse.epp.package.scout.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 22021 org.eclipse.epp.package.rcp.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 22021 org.eclipse.epp.package.rcp.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 21845 org.eclipse.epp.package.php.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 21845 org.eclipse.epp.package.php.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 21999 org.eclipse.epp.package.common.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 21999 org.eclipse.epp.package.common.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 21835 org.eclipse.epp.package.java.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 21835 org.eclipse.epp.package.java.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 22374 org.eclipse.epp.package.jee.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 22374 org.eclipse.epp.package.jee.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.616Z] Sending file modes: C0644 21849 org.eclipse.epp.package.dsl.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] Sink: C0644 21849 org.eclipse.epp.package.dsl.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.616Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.616Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.616Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sending file modes: C0644 21871 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] Sink: C0644 21871 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.617Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.617Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sending file modes: C0644 22103 org.eclipse.epp.package.cpp.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] Sink: C0644 22103 org.eclipse.epp.package.cpp.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.617Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.617Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sending file modes: C0644 21874 org.eclipse.epp.package.modeling.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] Sink: C0644 21874 org.eclipse.epp.package.modeling.feature_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.617Z] Sink: E 13:56:50 [2024-04-11T17:56:50.617Z] File mtime 1712858207 atime 1712858207 13:56:50 [2024-04-11T17:56:50.617Z] Sending file timestamps: T1712858207 0 1712858207 0 13:56:50 [2024-04-11T17:56:50.617Z] Sink: T1712858207 0 1712858207 0 13:56:50 [2024-04-11T17:56:50.617Z] Sending file modes: C0644 365 p2.index 13:56:50 [2024-04-11T17:56:50.617Z] Sink: C0644 365 p2.index 13:56:50 [2024-04-11T17:56:50.617Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.617Z] File mtime 1712858205 atime 1712858204 13:56:50 [2024-04-11T17:56:50.617Z] Sending file timestamps: T1712858205 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sink: T1712858205 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Entering directory: D2755 0 plugins 13:56:50 [2024-04-11T17:56:50.617Z] Sink: D2755 0 plugins 13:56:50 [2024-04-11T17:56:50.617Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.617Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.617Z] Sending file modes: C0644 262930 org.eclipse.epp.package.common_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] Sink: C0644 262930 org.eclipse.epp.package.common_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.617Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.872Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.872Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sending file modes: C0644 280311 org.eclipse.epp.package.php_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] Sink: C0644 280311 org.eclipse.epp.package.php_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.872Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.872Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sending file modes: C0644 280133 org.eclipse.epp.package.embedcpp_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] Sink: C0644 280133 org.eclipse.epp.package.embedcpp_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.872Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.872Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sending file modes: C0644 279175 org.eclipse.epp.package.java_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] Sink: C0644 279175 org.eclipse.epp.package.java_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.872Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.872Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sending file modes: C0644 283690 org.eclipse.epp.package.scout_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] Sink: C0644 283690 org.eclipse.epp.package.scout_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.872Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.872Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sending file modes: C0644 279330 org.eclipse.epp.package.rcp_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] Sink: C0644 279330 org.eclipse.epp.package.rcp_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.872Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.872Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.872Z] Sending file modes: C0644 279187 org.eclipse.epp.package.cpp_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] Sink: C0644 279187 org.eclipse.epp.package.cpp_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.872Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.872Z] File mtime 1712858204 atime 1712858204 13:56:50 [2024-04-11T17:56:50.872Z] Sending file timestamps: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.873Z] Sink: T1712858204 0 1712858204 0 13:56:50 [2024-04-11T17:56:50.873Z] Sending file modes: C0644 278872 org.eclipse.epp.package.modeling_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.873Z] Sink: C0644 278872 org.eclipse.epp.package.modeling_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.873Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.873Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.873Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.873Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.873Z] Sending file modes: C0644 289046 org.eclipse.epp.package.committers_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.873Z] Sink: C0644 289046 org.eclipse.epp.package.committers_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.873Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.873Z] File mtime 1712858205 atime 1712858205 13:56:50 [2024-04-11T17:56:50.873Z] Sending file timestamps: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.873Z] Sink: T1712858205 0 1712858205 0 13:56:50 [2024-04-11T17:56:50.873Z] Sending file modes: C0644 279262 org.eclipse.epp.package.dsl_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.873Z] Sink: C0644 279262 org.eclipse.epp.package.dsl_4.32.0.20240411-1203.jar 13:56:50 [2024-04-11T17:56:50.873Z] scp: debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.873Z] Sink: E 13:56:50 [2024-04-11T17:56:50.873Z] debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 13:56:50 [2024-04-11T17:56:50.873Z] debug1: channel 0: free: client-session, nchannels 1 13:56:50 [2024-04-11T17:56:50.873Z] debug1: fd 0 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.873Z] debug1: fd 2 clearing O_NONBLOCK 13:56:50 [2024-04-11T17:56:50.873Z] Transferred: sent 11199876, received 28968 bytes, in 1.7 seconds 13:56:50 [2024-04-11T17:56:50.873Z] Bytes per second: sent 6770076.3, received 17510.5 13:56:50 [2024-04-11T17:56:50.873Z] debug1: Exit status 0 [Pipeline] } 13:56:50 [2024-04-11T17:56:50.878Z] $ ssh-agent -k 13:56:50 [2024-04-11T17:56:50.885Z] unset SSH_AUTH_SOCK; 13:56:50 [2024-04-11T17:56:50.885Z] unset SSH_AGENT_PID; 13:56:50 [2024-04-11T17:56:50.886Z] echo Agent pid 1946 killed; 13:56:50 [2024-04-11T17:56:50.891Z] [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 13:57:02 [2024-04-11T17:57:02.146Z] + 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 13:57:02 [2024-04-11T17:57:02.402Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 13:57:02 [2024-04-11T17:57:02.402Z] Maven home: /opt/tools/apache-maven/latest 13:57:02 [2024-04-11T17:57:02.402Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 13:57:02 [2024-04-11T17:57:02.402Z] Default locale: en_US, platform encoding: UTF-8 13:57:02 [2024-04-11T17:57:02.402Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 13:57:04 [2024-04-11T17:57:04.294Z] [INFO] Scanning for projects... 13:57:06 [2024-04-11T17:57:06.812Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 13:57:06 [2024-04-11T17:57:06.812Z] [INFO] Tycho Mode: project 13:57:06 [2024-04-11T17:57:06.812Z] [INFO] Tycho Builder: maven 13:57:06 [2024-04-11T17:57:06.812Z] [INFO] Build Threads: 1 13:57:14 [2024-04-11T17:57:14.910Z] [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. 13:57:14 [2024-04-11T17:57:14.910Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 13:57:14 [2024-04-11T17:57:14.910Z] [INFO] ------------------------------------------------------------------------ 13:57:14 [2024-04-11T17:57:14.910Z] [INFO] Reactor Build Order: 13:57:14 [2024-04-11T17:57:14.910Z] [INFO] 13:57:14 [2024-04-11T17:57:14.911Z] [INFO] epp.package.committers [eclipse-repository] 13:57:14 [2024-04-11T17:57:14.911Z] [INFO] org.eclipse.epp-buildall [pom] 13:57:14 [2024-04-11T17:57:14.911Z] [INFO] 13:57:14 [2024-04-11T17:57:14.911Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- 13:57:14 [2024-04-11T17:57:14.911Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [1/2] 13:57:14 [2024-04-11T17:57:14.911Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml 13:57:14 [2024-04-11T17:57:14.911Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 13:57:14 [2024-04-11T17:57:14.911Z] [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 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] Transport mode: online 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] Http Transport type: Java11Client 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] Update mode: cache first 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] Minimum cache duration: 60 minutes 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 13:57:20 [2024-04-11T17:57:20.158Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 13:57:20 [2024-04-11T17:57:20.414Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 13:57:23 [2024-04-11T17:57:23.689Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 13:57:23 [2024-04-11T17:57:23.689Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 13:57:23 [2024-04-11T17:57:23.950Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 13:57:33 [2024-04-11T17:57:33.901Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.901Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.901Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.902Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.902Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.902Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.902Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.902Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.902Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.903Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.903Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.903Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.903Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.903Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.904Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.904Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.904Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.904Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.904Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.905Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.905Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.905Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.905Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.905Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.906Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.906Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.906Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.906Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.906Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.907Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.907Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.907Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.907Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.907Z] [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/releases/2024-06/202404121000, 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)] 13:57:33 [2024-04-11T17:57:33.907Z] [INFO] 13:57:33 [2024-04-11T17:57:33.907Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- 13:57:34 [2024-04-11T17:57:34.164Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 13:57:34 [2024-04-11T17:57:34.164Z] [INFO] 13:57:34 [2024-04-11T17:57:34.164Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.committers --- 13:57:37 [2024-04-11T17:57:37.437Z] [INFO] 13:57:37 [2024-04-11T17:57:37.437Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- 13:57:37 [2024-04-11T17:57:37.437Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.committers --- 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] 13:57:38 [2024-04-11T17:57:38.255Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.committers --- 13:57:39 [2024-04-11T17:57:39.222Z] [INFO] 13:57:39 [2024-04-11T17:57:39.222Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.committers --- 13:57:39 [2024-04-11T17:57:39.222Z] [INFO] 13:57:39 [2024-04-11T17:57:39.222Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- 13:57:39 [2024-04-11T17:57:39.222Z] [INFO] 13:57:39 [2024-04-11T17:57:39.222Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.committers --- 13:59:30 [2024-04-11T17:59:30.624Z] [INFO] 13:59:30 [2024-04-11T17:59:30.624Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.committers --- 13:59:30 [2024-04-11T17:59:30.624Z] [INFO] 13:59:30 [2024-04-11T17:59:30.624Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.committers --- 13:59:30 [2024-04-11T17:59:30.624Z] [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} 13:59:30 [2024-04-11T17:59:30.624Z] [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. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing epp.package.committers 4.32.0.20240411-1203. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 13:59:30 [2024-04-11T17:59:30.625Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 13:59:30 [2024-04-11T17:59:30.626Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Operation completed in 82729 ms. 14:00:52 [2024-04-11T18:00:52.012Z] [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} 14:00:52 [2024-04-11T18:00:52.012Z] [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. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing epp.package.committers 4.32.0.20240411-1203. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 14:00:52 [2024-04-11T18:00:52.012Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:00:52 [2024-04-11T18:00:52.013Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 14:00:52 [2024-04-11T18:00:52.013Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 14:00:52 [2024-04-11T18:00:52.013Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 14:00:52 [2024-04-11T18:00:52.013Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 14:00:52 [2024-04-11T18:00:52.013Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 14:00:52 [2024-04-11T18:00:52.013Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 14:00:52 [2024-04-11T18:00:52.013Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.661Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Operation completed in 72551 ms. 14:01:59 [2024-04-11T18:01:59.661Z] [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} 14:01:59 [2024-04-11T18:01:59.661Z] [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. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing epp.package.committers 4.32.0.20240411-1203. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.918Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 14:01:59 [2024-04-11T18:01:59.919Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Operation completed in 70568 ms. 14:03:21 [2024-04-11T18:03:21.310Z] [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} 14:03:21 [2024-04-11T18:03:21.310Z] [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. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing epp.package.committers 4.32.0.20240411-1203. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 14:03:21 [2024-04-11T18:03:21.310Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 14:03:21 [2024-04-11T18:03:21.311Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Operation completed in 71151 ms. 14:04:28 [2024-04-11T18:04:28.958Z] [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} 14:04:28 [2024-04-11T18:04:28.958Z] [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. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing epp.package.committers 4.32.0.20240411-1203. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:04:28 [2024-04-11T18:04:28.958Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240406-1800. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240321-1452. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 14:04:28 [2024-04-11T18:04:28.959Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 14:05:36 [2024-04-11T18:05:36.602Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Operation completed in 70366 ms. 14:05:36 [2024-04-11T18:05:36.602Z] [INFO] 14:05:36 [2024-04-11T18:05:36.602Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.committers --- 14:06:09 [2024-04-11T18:06:09.084Z] [INFO] [Thu Apr 11 18:06:08 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'... 14:08:00 [2024-04-11T18:08:00.519Z] [INFO] [Thu Apr 11 18:07:58 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'... 14:09:08 [2024-04-11T18:09:08.165Z] [INFO] 14:09:08 [2024-04-11T18:09:08.165Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.committers --- 14:09:10 [2024-04-11T18:09:10.101Z] [INFO] [Thu Apr 11 18:09:09 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' 14:09:14 [2024-04-11T18:09:14.272Z] [INFO] [Thu Apr 11 18:09:13 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' 14:09:20 [2024-04-11T18:09:20.812Z] [INFO] 14:09:20 [2024-04-11T18:09:20.812Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.committers --- 14:09:20 [2024-04-11T18:09:20.812Z] [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 14:10:07 [2024-04-11T18:10:07.432Z] [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 14:10:46 [2024-04-11T18:10:46.153Z] [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 14:11:12 [2024-04-11T18:11:12.702Z] [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 14:11:51 [2024-04-11T18:11:51.379Z] [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 14:12:38 [2024-04-11T18:12:38.011Z] [INFO] 14:12:38 [2024-04-11T18:12:38.011Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.committers --- 14:12:38 [2024-04-11T18:12:38.011Z] [INFO] [Thu Apr 11 18:12:30 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'... 14:13:34 [2024-04-11T18:13:34.194Z] [INFO] 14:13:34 [2024-04-11T18:13:34.194Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.committers --- 14:13:34 [2024-04-11T18:13:34.194Z] [INFO] [Thu Apr 11 18:13:28 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'... 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] from pom.xml 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] --------------------------------[ pom ]--------------------------------- 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 14:14:30 [2024-04-11T18:14:30.380Z] [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... 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] ------------------------------------------------------------------------ 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] epp.package.committers ............................. SUCCESS [17:13 min] 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.009 s] 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] ------------------------------------------------------------------------ 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] BUILD SUCCESS 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] ------------------------------------------------------------------------ 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] Total time: 17:23 min 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] Finished at: 2024-04-11T18:14:27Z 14:14:30 [2024-04-11T18:14:30.380Z] [INFO] ------------------------------------------------------------------------ 14:14:30 [2024-04-11T18:14:30.380Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 14:14:30 [2024-04-11T18:14:30.392Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 14:14:30 [2024-04-11T18:14:30.392Z] [ssh-agent] Looking for ssh-agent implementation... 14:14:30 [2024-04-11T18:14:30.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:14:30 [2024-04-11T18:14:30.413Z] $ ssh-agent 14:14:30 [2024-04-11T18:14:30.425Z] SSH_AUTH_SOCK=/tmp/ssh-6CKgA4a2I0TH/agent.3136 14:14:30 [2024-04-11T18:14:30.425Z] SSH_AGENT_PID=3138 14:14:30 [2024-04-11T18:14:30.431Z] Running ssh-add (command line suppressed) 14:14:30 [2024-04-11T18:14:30.450Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_11496063144003748873.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_11496063144003748873.key) 14:14:30 [2024-04-11T18:14:30.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:14:30 [2024-04-11T18:14:30.739Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ committers 14:14:30 [2024-04-11T18:14:30.739Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 14:14:30 [2024-04-11T18:14:30.739Z] + shift 14:14:30 [2024-04-11T18:14:30.739Z] + PACKAGES=committers 14:14:30 [2024-04-11T18:14:30.739Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 14:14:30 [2024-04-11T18:14:30.739Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 14:14:30 [2024-04-11T18:14:30.739Z] + SCP=scp 14:14:30 [2024-04-11T18:14:30.739Z] + for PACKAGE in $PACKAGES 14:14:30 [2024-04-11T18:14:30.739Z] + pushd packages/org.eclipse.epp.package.committers.product/target/products 14:14:30 [2024-04-11T18:14:30.739Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products ~/agent/workspace/epp_master 14:14:30 [2024-04-11T18:14:30.739Z] ++ 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 14:14:30 [2024-04-11T18:14:30.739Z] + for NAME in $(find * -type f -maxdepth 0) 14:14:30 [2024-04-11T18:14:30.739Z] ++ echo eclipse-committers-2024-06-M1-linux.gtk.aarch64.tar.gz 14:14:30 [2024-04-11T18:14:30.739Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:14:30 [2024-04-11T18:14:30.739Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:14:30 [2024-04-11T18:14:30.739Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:14:30 [2024-04-11T18:14:30.739Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:14:30 [2024-04-11T18:14:30.739Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:14:30 [2024-04-11T18:14:30.739Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:14:30 [2024-04-11T18:14:30.739Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:14:30 [2024-04-11T18:14:30.739Z] + NEWNAME=eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 14:14:30 [2024-04-11T18:14:30.739Z] + mv eclipse-committers-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 14:14:30 [2024-04-11T18:14:30.739Z] + md5sum eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 14:14:32 [2024-04-11T18:14:32.105Z] + sha1sum eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 14:14:34 [2024-04-11T18:14:34.623Z] + sha512sum -b eclipse-committers-2024-06-M1-linux-gtk-aarch64.tar.gz 14:14:37 [2024-04-11T18:14:37.896Z] + 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// 14:14:47 [2024-04-11T18:14:47.844Z] + for NAME in $(find * -type f -maxdepth 0) 14:14:47 [2024-04-11T18:14:47.844Z] ++ echo eclipse-committers-2024-06-M1-linux.gtk.x86_64.tar.gz 14:14:47 [2024-04-11T18:14:47.844Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:14:47 [2024-04-11T18:14:47.844Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:14:47 [2024-04-11T18:14:47.844Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:14:47 [2024-04-11T18:14:47.844Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:14:47 [2024-04-11T18:14:47.844Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:14:47 [2024-04-11T18:14:47.844Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:14:47 [2024-04-11T18:14:47.844Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:14:47 [2024-04-11T18:14:47.844Z] + NEWNAME=eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 14:14:47 [2024-04-11T18:14:47.844Z] + mv eclipse-committers-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 14:14:47 [2024-04-11T18:14:47.844Z] + md5sum eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 14:14:49 [2024-04-11T18:14:49.211Z] + sha1sum eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 14:14:51 [2024-04-11T18:14:51.728Z] + sha512sum -b eclipse-committers-2024-06-M1-linux-gtk-x86_64.tar.gz 14:14:54 [2024-04-11T18:14:54.997Z] + 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// 14:15:07 [2024-04-11T18:15:07.177Z] + for NAME in $(find * -type f -maxdepth 0) 14:15:07 [2024-04-11T18:15:07.177Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.dmg 14:15:07 [2024-04-11T18:15:07.177Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:15:07 [2024-04-11T18:15:07.177Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:15:07 [2024-04-11T18:15:07.177Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:15:07 [2024-04-11T18:15:07.177Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:15:07 [2024-04-11T18:15:07.177Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:15:07 [2024-04-11T18:15:07.177Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:15:07 [2024-04-11T18:15:07.177Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:15:07 [2024-04-11T18:15:07.177Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:15:07 [2024-04-11T18:15:07.177Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:15:07 [2024-04-11T18:15:07.177Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:15:08 [2024-04-11T18:15:08.107Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:15:09 [2024-04-11T18:15:09.998Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:15:13 [2024-04-11T18:15:13.271Z] + 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// 14:15:25 [2024-04-11T18:15:25.451Z] + for NAME in $(find * -type f -maxdepth 0) 14:15:25 [2024-04-11T18:15:25.451Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.tar.gz 14:15:25 [2024-04-11T18:15:25.451Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:15:25 [2024-04-11T18:15:25.451Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:15:25 [2024-04-11T18:15:25.451Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:15:25 [2024-04-11T18:15:25.451Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:15:25 [2024-04-11T18:15:25.451Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:15:25 [2024-04-11T18:15:25.451Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:15:25 [2024-04-11T18:15:25.451Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:15:25 [2024-04-11T18:15:25.451Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:15:25 [2024-04-11T18:15:25.451Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:15:25 [2024-04-11T18:15:25.451Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:15:25 [2024-04-11T18:15:25.451Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:15:27 [2024-04-11T18:15:27.343Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:15:30 [2024-04-11T18:15:30.612Z] + 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// 14:15:42 [2024-04-11T18:15:42.790Z] + for NAME in $(find * -type f -maxdepth 0) 14:15:42 [2024-04-11T18:15:42.790Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.dmg 14:15:42 [2024-04-11T18:15:42.790Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:15:42 [2024-04-11T18:15:42.790Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:15:42 [2024-04-11T18:15:42.790Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:15:42 [2024-04-11T18:15:42.790Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:15:42 [2024-04-11T18:15:42.790Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:15:42 [2024-04-11T18:15:42.790Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:15:42 [2024-04-11T18:15:42.790Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:15:42 [2024-04-11T18:15:42.790Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:15:42 [2024-04-11T18:15:42.790Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:15:42 [2024-04-11T18:15:42.790Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:15:44 [2024-04-11T18:15:44.156Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:15:46 [2024-04-11T18:15:46.050Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:15:49 [2024-04-11T18:15:49.321Z] + 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// 14:16:01 [2024-04-11T18:16:01.501Z] + for NAME in $(find * -type f -maxdepth 0) 14:16:01 [2024-04-11T18:16:01.501Z] ++ echo eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.tar.gz 14:16:01 [2024-04-11T18:16:01.501Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:16:01 [2024-04-11T18:16:01.501Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:16:01 [2024-04-11T18:16:01.501Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:16:01 [2024-04-11T18:16:01.501Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:16:01 [2024-04-11T18:16:01.501Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:16:01 [2024-04-11T18:16:01.501Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:16:01 [2024-04-11T18:16:01.501Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:16:01 [2024-04-11T18:16:01.501Z] + NEWNAME=eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:16:01 [2024-04-11T18:16:01.501Z] + mv eclipse-committers-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:16:01 [2024-04-11T18:16:01.501Z] + md5sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:16:02 [2024-04-11T18:16:02.065Z] + sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:16:04 [2024-04-11T18:16:04.587Z] + sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:16:07 [2024-04-11T18:16:07.109Z] + 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// 14:16:19 [2024-04-11T18:16:19.283Z] + for NAME in $(find * -type f -maxdepth 0) 14:16:19 [2024-04-11T18:16:19.283Z] ++ echo eclipse-committers-2024-06-M1-win32.win32.x86_64.zip 14:16:19 [2024-04-11T18:16:19.283Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:16:19 [2024-04-11T18:16:19.283Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:16:19 [2024-04-11T18:16:19.283Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:16:19 [2024-04-11T18:16:19.283Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:16:19 [2024-04-11T18:16:19.283Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:16:19 [2024-04-11T18:16:19.283Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:16:19 [2024-04-11T18:16:19.283Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:16:19 [2024-04-11T18:16:19.283Z] + NEWNAME=eclipse-committers-2024-06-M1-win32-x86_64.zip 14:16:19 [2024-04-11T18:16:19.283Z] + mv eclipse-committers-2024-06-M1-win32.win32.x86_64.zip eclipse-committers-2024-06-M1-win32-x86_64.zip 14:16:19 [2024-04-11T18:16:19.283Z] + md5sum eclipse-committers-2024-06-M1-win32-x86_64.zip 14:16:19 [2024-04-11T18:16:19.539Z] + sha1sum eclipse-committers-2024-06-M1-win32-x86_64.zip 14:16:21 [2024-04-11T18:16:21.430Z] + sha512sum -b eclipse-committers-2024-06-M1-win32-x86_64.zip 14:16:24 [2024-04-11T18:16:24.696Z] + 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// 14:16:36 [2024-04-11T18:16:36.874Z] + popd 14:16:36 [2024-04-11T18:16:36.874Z] ~/agent/workspace/epp_master 14:16:36 [2024-04-11T18:16:36.874Z] + 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 14:16:36 [2024-04-11T18:16:36.874Z] + 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 14:16:36 [2024-04-11T18:16:36.875Z] + 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] } 14:16:36 [2024-04-11T18:16:36.883Z] $ ssh-agent -k 14:16:36 [2024-04-11T18:16:36.889Z] unset SSH_AUTH_SOCK; 14:16:36 [2024-04-11T18:16:36.890Z] unset SSH_AGENT_PID; 14:16:36 [2024-04-11T18:16:36.890Z] echo Agent pid 3138 killed; 14:16:36 [2024-04-11T18:16:36.896Z] [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 14:16:41 [2024-04-11T18:16:41.229Z] + 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 14:16:41 [2024-04-11T18:16:41.485Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 14:16:41 [2024-04-11T18:16:41.485Z] Maven home: /opt/tools/apache-maven/latest 14:16:41 [2024-04-11T18:16:41.485Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 14:16:41 [2024-04-11T18:16:41.485Z] Default locale: en_US, platform encoding: UTF-8 14:16:41 [2024-04-11T18:16:41.485Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 14:16:44 [2024-04-11T18:16:44.006Z] [INFO] Scanning for projects... 14:16:45 [2024-04-11T18:16:45.910Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 14:16:45 [2024-04-11T18:16:45.910Z] [INFO] Tycho Mode: project 14:16:45 [2024-04-11T18:16:45.910Z] [INFO] Tycho Builder: maven 14:16:45 [2024-04-11T18:16:45.910Z] [INFO] Build Threads: 1 14:16:52 [2024-04-11T18:16:52.471Z] [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. 14:16:52 [2024-04-11T18:16:52.471Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] ------------------------------------------------------------------------ 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] Reactor Build Order: 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] epp.package.cpp [eclipse-repository] 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] org.eclipse.epp-buildall [pom] 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [1/2] 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml 14:16:52 [2024-04-11T18:16:52.471Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 14:16:52 [2024-04-11T18:16:52.471Z] [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 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] Transport mode: online 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] Http Transport type: Java11Client 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] Update mode: cache first 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] Minimum cache duration: 60 minutes 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 14:16:57 [2024-04-11T18:16:57.722Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 14:17:00 [2024-04-11T18:17:00.994Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 14:17:00 [2024-04-11T18:17:00.994Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 14:17:00 [2024-04-11T18:17:00.994Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 14:17:10 [2024-04-11T18:17:10.954Z] [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/releases/2024-06/202404121000, 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)] 14:17:10 [2024-04-11T18:17:10.954Z] [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/releases/2024-06/202404121000, 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)] 14:17:11 [2024-04-11T18:17:11.211Z] [INFO] 14:17:11 [2024-04-11T18:17:11.211Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- 14:17:12 [2024-04-11T18:17:12.150Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 14:17:12 [2024-04-11T18:17:12.150Z] [INFO] 14:17:12 [2024-04-11T18:17:12.150Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.cpp --- 14:17:12 [2024-04-11T18:17:12.714Z] [INFO] 14:17:12 [2024-04-11T18:17:12.714Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- 14:17:12 [2024-04-11T18:17:12.714Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target 14:17:12 [2024-04-11T18:17:12.714Z] [INFO] 14:17:12 [2024-04-11T18:17:12.714Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.cpp --- 14:17:12 [2024-04-11T18:17:12.714Z] [INFO] 14:17:12 [2024-04-11T18:17:12.714Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 14:17:13 [2024-04-11T18:17:13.276Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] 14:17:13 [2024-04-11T18:17:13.277Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.cpp --- 14:17:14 [2024-04-11T18:17:14.643Z] [INFO] 14:17:14 [2024-04-11T18:17:14.643Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.cpp --- 14:17:14 [2024-04-11T18:17:14.643Z] [INFO] 14:17:14 [2024-04-11T18:17:14.643Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- 14:17:14 [2024-04-11T18:17:14.643Z] [INFO] 14:17:14 [2024-04-11T18:17:14.643Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.cpp --- 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.cpp --- 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.cpp --- 14:18:36 [2024-04-11T18:18:36.098Z] [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} 14:18:36 [2024-04-11T18:18:36.098Z] [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. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing epp.package.cpp 4.32.0.20240411-1203. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.098Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 1.1.0.202402211419. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:18:36 [2024-04-11T18:18:36.099Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Operation completed in 54300 ms. 14:19:32 [2024-04-11T18:19:32.281Z] [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} 14:19:32 [2024-04-11T18:19:32.281Z] [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. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing epp.package.cpp 4.32.0.20240411-1203. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.281Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.lsp.feature.feature.group 1.1.0.202402211419. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:19:32 [2024-04-11T18:19:32.282Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.916Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Operation completed in 49774 ms. 14:20:18 [2024-04-11T18:20:18.916Z] [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} 14:20:18 [2024-04-11T18:20:18.916Z] [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. 14:20:18 [2024-04-11T18:20:18.916Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing epp.package.cpp 4.32.0.20240411-1203. 14:20:18 [2024-04-11T18:20:18.916Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:20:18 [2024-04-11T18:20:18.916Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 1.1.0.202402211419. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:20:18 [2024-04-11T18:20:18.917Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:20:18 [2024-04-11T18:20:18.918Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:20:18 [2024-04-11T18:20:18.918Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:20:18 [2024-04-11T18:20:18.918Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:21:05 [2024-04-11T18:21:05.550Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Operation completed in 47257 ms. 14:21:06 [2024-04-11T18:21:06.113Z] [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} 14:21:06 [2024-04-11T18:21:06.113Z] [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. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing epp.package.cpp 4.32.0.20240411-1203. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.370Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 1.1.0.202402211419. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:21:06 [2024-04-11T18:21:06.371Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.555Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Operation completed in 48208 ms. 14:22:02 [2024-04-11T18:22:02.556Z] [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} 14:22:02 [2024-04-11T18:22:02.556Z] [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. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing epp.package.cpp 4.32.0.20240411-1203. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.lsp.feature.feature.group 1.1.0.202402211419. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:22:02 [2024-04-11T18:22:02.556Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:22:02 [2024-04-11T18:22:02.557Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:22:49 [2024-04-11T18:22:49.196Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Operation completed in 47395 ms. 14:22:49 [2024-04-11T18:22:49.196Z] [INFO] 14:22:49 [2024-04-11T18:22:49.196Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.cpp --- 14:23:07 [2024-04-11T18:23:07.269Z] [INFO] [Thu Apr 11 18:23:04 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'... 14:24:15 [2024-04-11T18:24:15.106Z] [INFO] [Thu Apr 11 18:24:09 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'... 14:25:01 [2024-04-11T18:25:01.739Z] [INFO] 14:25:01 [2024-04-11T18:25:01.739Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.cpp --- 14:25:01 [2024-04-11T18:25:01.739Z] [INFO] [Thu Apr 11 18:24:54 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' 14:25:01 [2024-04-11T18:25:01.739Z] [INFO] [Thu Apr 11 18:24:55 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' 14:25:01 [2024-04-11T18:25:01.739Z] [INFO] 14:25:01 [2024-04-11T18:25:01.739Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.cpp --- 14:25:01 [2024-04-11T18:25:01.739Z] [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 14:25:23 [2024-04-11T18:25:23.636Z] [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 14:25:50 [2024-04-11T18:25:50.144Z] [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 14:26:00 [2024-04-11T18:26:00.096Z] [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 14:26:26 [2024-04-11T18:26:26.610Z] [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 14:26:53 [2024-04-11T18:26:53.119Z] [INFO] 14:26:53 [2024-04-11T18:26:53.119Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.cpp --- 14:26:53 [2024-04-11T18:26:53.119Z] [INFO] [Thu Apr 11 18:26:49 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'... 14:27:31 [2024-04-11T18:27:31.807Z] [INFO] 14:27:31 [2024-04-11T18:27:31.807Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.cpp --- 14:27:31 [2024-04-11T18:27:31.807Z] [INFO] [Thu Apr 11 18:27:25 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'... 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] from pom.xml 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] --------------------------------[ pom ]--------------------------------- 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 14:28:03 [2024-04-11T18:28:03.850Z] [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... 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] ------------------------------------------------------------------------ 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] epp.package.cpp .................................... SUCCESS [11:08 min] 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.011 s] 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] ------------------------------------------------------------------------ 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] BUILD SUCCESS 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] ------------------------------------------------------------------------ 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] Total time: 11:17 min 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] Finished at: 2024-04-11T18:28:00Z 14:28:03 [2024-04-11T18:28:03.850Z] [INFO] ------------------------------------------------------------------------ 14:28:03 [2024-04-11T18:28:03.850Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 14:28:03 [2024-04-11T18:28:03.862Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 14:28:03 [2024-04-11T18:28:03.862Z] [ssh-agent] Looking for ssh-agent implementation... 14:28:03 [2024-04-11T18:28:03.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:28:03 [2024-04-11T18:28:03.876Z] $ ssh-agent 14:28:03 [2024-04-11T18:28:03.891Z] SSH_AUTH_SOCK=/tmp/ssh-IHXzo2Kcetip/agent.4275 14:28:03 [2024-04-11T18:28:03.891Z] SSH_AGENT_PID=4277 14:28:03 [2024-04-11T18:28:03.899Z] Running ssh-add (command line suppressed) 14:28:03 [2024-04-11T18:28:03.917Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_6191024345284088561.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_6191024345284088561.key) 14:28:03 [2024-04-11T18:28:03.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:28:04 [2024-04-11T18:28:04.212Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ cpp 14:28:04 [2024-04-11T18:28:04.212Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 14:28:04 [2024-04-11T18:28:04.212Z] + shift 14:28:04 [2024-04-11T18:28:04.212Z] + PACKAGES=cpp 14:28:04 [2024-04-11T18:28:04.212Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 14:28:04 [2024-04-11T18:28:04.212Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 14:28:04 [2024-04-11T18:28:04.212Z] + SCP=scp 14:28:04 [2024-04-11T18:28:04.212Z] + for PACKAGE in $PACKAGES 14:28:04 [2024-04-11T18:28:04.212Z] + pushd packages/org.eclipse.epp.package.cpp.product/target/products 14:28:04 [2024-04-11T18:28:04.212Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products ~/agent/workspace/epp_master 14:28:04 [2024-04-11T18:28:04.212Z] ++ 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 14:28:04 [2024-04-11T18:28:04.212Z] + for NAME in $(find * -type f -maxdepth 0) 14:28:04 [2024-04-11T18:28:04.212Z] ++ echo eclipse-cpp-2024-06-M1-linux.gtk.aarch64.tar.gz 14:28:04 [2024-04-11T18:28:04.212Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:28:04 [2024-04-11T18:28:04.212Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:28:04 [2024-04-11T18:28:04.213Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:28:04 [2024-04-11T18:28:04.213Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:28:04 [2024-04-11T18:28:04.213Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:28:04 [2024-04-11T18:28:04.213Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:28:04 [2024-04-11T18:28:04.213Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:28:04 [2024-04-11T18:28:04.213Z] + NEWNAME=eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:28:04 [2024-04-11T18:28:04.213Z] + mv eclipse-cpp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:28:04 [2024-04-11T18:28:04.213Z] + md5sum eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:28:05 [2024-04-11T18:28:05.141Z] + sha1sum eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:28:07 [2024-04-11T18:28:07.034Z] + sha512sum -b eclipse-cpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:28:08 [2024-04-11T18:28:08.929Z] + 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// 14:28:18 [2024-04-11T18:28:18.878Z] + for NAME in $(find * -type f -maxdepth 0) 14:28:18 [2024-04-11T18:28:18.878Z] ++ echo eclipse-cpp-2024-06-M1-linux.gtk.x86_64.tar.gz 14:28:18 [2024-04-11T18:28:18.878Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:28:18 [2024-04-11T18:28:18.878Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:28:18 [2024-04-11T18:28:18.878Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:28:18 [2024-04-11T18:28:18.878Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:28:18 [2024-04-11T18:28:18.878Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:28:18 [2024-04-11T18:28:18.878Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:28:18 [2024-04-11T18:28:18.878Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:28:18 [2024-04-11T18:28:18.878Z] + NEWNAME=eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:28:18 [2024-04-11T18:28:18.878Z] + mv eclipse-cpp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:28:18 [2024-04-11T18:28:18.878Z] + md5sum eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:28:19 [2024-04-11T18:28:19.134Z] + sha1sum eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:28:20 [2024-04-11T18:28:20.501Z] + sha512sum -b eclipse-cpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:28:23 [2024-04-11T18:28:23.018Z] + 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// 14:28:31 [2024-04-11T18:28:31.114Z] + for NAME in $(find * -type f -maxdepth 0) 14:28:31 [2024-04-11T18:28:31.114Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.dmg 14:28:31 [2024-04-11T18:28:31.114Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:28:31 [2024-04-11T18:28:31.114Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:28:31 [2024-04-11T18:28:31.114Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:28:31 [2024-04-11T18:28:31.114Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:28:31 [2024-04-11T18:28:31.114Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:28:31 [2024-04-11T18:28:31.114Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:28:31 [2024-04-11T18:28:31.114Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:28:31 [2024-04-11T18:28:31.114Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:28:31 [2024-04-11T18:28:31.114Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:28:31 [2024-04-11T18:28:31.114Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:28:31 [2024-04-11T18:28:31.676Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:28:33 [2024-04-11T18:28:33.569Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:28:35 [2024-04-11T18:28:35.460Z] + 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// 14:28:45 [2024-04-11T18:28:45.405Z] + for NAME in $(find * -type f -maxdepth 0) 14:28:45 [2024-04-11T18:28:45.405Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 14:28:45 [2024-04-11T18:28:45.405Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:28:45 [2024-04-11T18:28:45.405Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:28:45 [2024-04-11T18:28:45.405Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:28:45 [2024-04-11T18:28:45.405Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:28:45 [2024-04-11T18:28:45.405Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:28:45 [2024-04-11T18:28:45.405Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:28:45 [2024-04-11T18:28:45.405Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:28:45 [2024-04-11T18:28:45.405Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:28:45 [2024-04-11T18:28:45.405Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:28:45 [2024-04-11T18:28:45.405Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:28:45 [2024-04-11T18:28:45.405Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:28:46 [2024-04-11T18:28:46.772Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:28:48 [2024-04-11T18:28:48.664Z] + 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// 14:28:56 [2024-04-11T18:28:56.758Z] + for NAME in $(find * -type f -maxdepth 0) 14:28:56 [2024-04-11T18:28:56.758Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.dmg 14:28:56 [2024-04-11T18:28:56.758Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:28:56 [2024-04-11T18:28:56.758Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:28:56 [2024-04-11T18:28:56.758Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:28:56 [2024-04-11T18:28:56.758Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:28:56 [2024-04-11T18:28:56.758Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:28:56 [2024-04-11T18:28:56.758Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:28:56 [2024-04-11T18:28:56.758Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:28:56 [2024-04-11T18:28:56.758Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:28:56 [2024-04-11T18:28:56.758Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:28:56 [2024-04-11T18:28:56.758Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:28:57 [2024-04-11T18:28:57.686Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:28:59 [2024-04-11T18:28:59.579Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:29:01 [2024-04-11T18:29:01.473Z] + 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// 14:29:11 [2024-04-11T18:29:11.427Z] + for NAME in $(find * -type f -maxdepth 0) 14:29:11 [2024-04-11T18:29:11.427Z] ++ echo eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 14:29:11 [2024-04-11T18:29:11.427Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:29:11 [2024-04-11T18:29:11.427Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:29:11 [2024-04-11T18:29:11.427Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:29:11 [2024-04-11T18:29:11.427Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:29:11 [2024-04-11T18:29:11.427Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:29:11 [2024-04-11T18:29:11.427Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:29:11 [2024-04-11T18:29:11.427Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:29:11 [2024-04-11T18:29:11.427Z] + NEWNAME=eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:29:11 [2024-04-11T18:29:11.427Z] + mv eclipse-cpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:29:11 [2024-04-11T18:29:11.427Z] + md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:29:11 [2024-04-11T18:29:11.427Z] + sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:29:12 [2024-04-11T18:29:12.797Z] + sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:29:14 [2024-04-11T18:29:14.690Z] + 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// 14:29:24 [2024-04-11T18:29:24.639Z] + for NAME in $(find * -type f -maxdepth 0) 14:29:24 [2024-04-11T18:29:24.639Z] ++ echo eclipse-cpp-2024-06-M1-win32.win32.x86_64.zip 14:29:24 [2024-04-11T18:29:24.639Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:29:24 [2024-04-11T18:29:24.639Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:29:24 [2024-04-11T18:29:24.639Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:29:24 [2024-04-11T18:29:24.639Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:29:24 [2024-04-11T18:29:24.639Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:29:24 [2024-04-11T18:29:24.639Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:29:24 [2024-04-11T18:29:24.639Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:29:24 [2024-04-11T18:29:24.639Z] + NEWNAME=eclipse-cpp-2024-06-M1-win32-x86_64.zip 14:29:24 [2024-04-11T18:29:24.639Z] + mv eclipse-cpp-2024-06-M1-win32.win32.x86_64.zip eclipse-cpp-2024-06-M1-win32-x86_64.zip 14:29:24 [2024-04-11T18:29:24.639Z] + md5sum eclipse-cpp-2024-06-M1-win32-x86_64.zip 14:29:24 [2024-04-11T18:29:24.639Z] + sha1sum eclipse-cpp-2024-06-M1-win32-x86_64.zip 14:29:26 [2024-04-11T18:29:26.007Z] + sha512sum -b eclipse-cpp-2024-06-M1-win32-x86_64.zip 14:29:28 [2024-04-11T18:29:28.527Z] + 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// 14:29:38 [2024-04-11T18:29:38.480Z] + popd 14:29:38 [2024-04-11T18:29:38.480Z] ~/agent/workspace/epp_master 14:29:38 [2024-04-11T18:29:38.480Z] + 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 14:29:38 [2024-04-11T18:29:38.480Z] + 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 14:29:38 [2024-04-11T18:29:38.480Z] + 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] } 14:29:38 [2024-04-11T18:29:38.487Z] $ ssh-agent -k 14:29:38 [2024-04-11T18:29:38.493Z] unset SSH_AUTH_SOCK; 14:29:38 [2024-04-11T18:29:38.493Z] unset SSH_AGENT_PID; 14:29:38 [2024-04-11T18:29:38.494Z] echo Agent pid 4277 killed; 14:29:38 [2024-04-11T18:29:38.501Z] [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 14:29:38 [2024-04-11T18:29:38.957Z] + 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 14:29:39 [2024-04-11T18:29:39.214Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 14:29:39 [2024-04-11T18:29:39.214Z] Maven home: /opt/tools/apache-maven/latest 14:29:39 [2024-04-11T18:29:39.214Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 14:29:39 [2024-04-11T18:29:39.214Z] Default locale: en_US, platform encoding: UTF-8 14:29:39 [2024-04-11T18:29:39.214Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 14:29:41 [2024-04-11T18:29:41.752Z] [INFO] Scanning for projects... 14:29:43 [2024-04-11T18:29:43.642Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 14:29:43 [2024-04-11T18:29:43.642Z] [INFO] Tycho Mode: project 14:29:43 [2024-04-11T18:29:43.642Z] [INFO] Tycho Builder: maven 14:29:43 [2024-04-11T18:29:43.642Z] [INFO] Build Threads: 1 14:29:48 [2024-04-11T18:29:48.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. 14:29:49 [2024-04-11T18:29:49.149Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] ------------------------------------------------------------------------ 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] Reactor Build Order: 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] epp.package.embedcpp [eclipse-repository] 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] org.eclipse.epp-buildall [pom] 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [1/2] 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml 14:29:49 [2024-04-11T18:29:49.149Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 14:29:49 [2024-04-11T18:29:49.149Z] [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 14:29:54 [2024-04-11T18:29:54.397Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 14:29:54 [2024-04-11T18:29:54.397Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 14:29:54 [2024-04-11T18:29:54.397Z] [INFO] Transport mode: online 14:29:54 [2024-04-11T18:29:54.397Z] [INFO] Http Transport type: Java11Client 14:29:54 [2024-04-11T18:29:54.397Z] [INFO] Update mode: cache first 14:29:54 [2024-04-11T18:29:54.397Z] [INFO] Minimum cache duration: 60 minutes 14:29:54 [2024-04-11T18:29:54.397Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 14:29:54 [2024-04-11T18:29:54.960Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 14:29:55 [2024-04-11T18:29:55.215Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 14:29:58 [2024-04-11T18:29:58.483Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 14:29:58 [2024-04-11T18:29:58.483Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 14:29:58 [2024-04-11T18:29:58.483Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.embedcpp --- 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.embedcpp --- 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 14:30:10 [2024-04-11T18:30:10.692Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 14:30:10 [2024-04-11T18:30:10.952Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 14:30:10 [2024-04-11T18:30:10.952Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 14:30:10 [2024-04-11T18:30:10.952Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 14:30:10 [2024-04-11T18:30:10.952Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 14:30:10 [2024-04-11T18:30:10.952Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 14:30:10 [2024-04-11T18:30:10.952Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 14:30:10 [2024-04-11T18:30:10.952Z] [INFO] 14:30:10 [2024-04-11T18:30:10.953Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.embedcpp --- 14:30:11 [2024-04-11T18:30:11.883Z] [INFO] 14:30:11 [2024-04-11T18:30:11.883Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.embedcpp --- 14:30:11 [2024-04-11T18:30:11.883Z] [INFO] 14:30:11 [2024-04-11T18:30:11.883Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- 14:30:11 [2024-04-11T18:30:11.883Z] [INFO] 14:30:11 [2024-04-11T18:30:11.883Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- 14:31:33 [2024-04-11T18:31:33.281Z] [INFO] 14:31:33 [2024-04-11T18:31:33.281Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.embedcpp --- 14:31:33 [2024-04-11T18:31:33.281Z] [INFO] 14:31:33 [2024-04-11T18:31:33.281Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.embedcpp --- 14:31:33 [2024-04-11T18:31:33.281Z] [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} 14:31:33 [2024-04-11T18:31:33.282Z] [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. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing epp.package.embedcpp 4.32.0.20240411-1203. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:31:33 [2024-04-11T18:31:33.282Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 14:31:33 [2024-04-11T18:31:33.283Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Operation completed in 60671 ms. 14:32:40 [2024-04-11T18:32:40.924Z] [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} 14:32:40 [2024-04-11T18:32:40.924Z] [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. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing epp.package.embedcpp 4.32.0.20240411-1203. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:32:40 [2024-04-11T18:32:40.924Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.925Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.926Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.926Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.926Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.926Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.926Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 14:32:40 [2024-04-11T18:32:40.926Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.106Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Operation completed in 54627 ms. 14:33:37 [2024-04-11T18:33:37.106Z] [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} 14:33:37 [2024-04-11T18:33:37.107Z] [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. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing epp.package.embedcpp 4.32.0.20240411-1203. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:33:37 [2024-04-11T18:33:37.107Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 14:33:37 [2024-04-11T18:33:37.108Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:34:23 [2024-04-11T18:34:23.738Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Operation completed in 54200 ms. 14:34:23 [2024-04-11T18:34:23.738Z] [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} 14:34:23 [2024-04-11T18:34:23.738Z] [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. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing epp.package.embedcpp 4.32.0.20240411-1203. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:34:24 [2024-04-11T18:34:24.302Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 14:34:24 [2024-04-11T18:34:24.303Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.515Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Operation completed in 54542 ms. 14:35:20 [2024-04-11T18:35:20.515Z] [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} 14:35:20 [2024-04-11T18:35:20.515Z] [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. 14:35:20 [2024-04-11T18:35:20.515Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing epp.package.embedcpp 4.32.0.20240411-1203. 14:35:20 [2024-04-11T18:35:20.515Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.5.0.202403041627. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.5.0.202312062348. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.5.0.202312062348. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.5.0.202401051815. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404092042. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404092042. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404092042. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404092042. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404092042. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404092042. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404092042. 14:35:20 [2024-04-11T18:35:20.516Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.5.0.202402230238. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202403181448. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202403181448. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202403181448. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202403181448. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. 14:35:20 [2024-04-11T18:35:20.517Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. 14:36:16 [2024-04-11T18:36:16.701Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Operation completed in 52017 ms. 14:36:16 [2024-04-11T18:36:16.701Z] [INFO] 14:36:16 [2024-04-11T18:36:16.701Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- 14:36:38 [2024-04-11T18:36:38.601Z] [INFO] [Thu Apr 11 18:36:38 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'... 14:38:00 [2024-04-11T18:38:00.014Z] [INFO] [Thu Apr 11 18:37:57 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'... 14:38:56 [2024-04-11T18:38:56.209Z] [INFO] 14:38:56 [2024-04-11T18:38:56.209Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- 14:38:56 [2024-04-11T18:38:56.209Z] [INFO] [Thu Apr 11 18:38:49 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' 14:38:56 [2024-04-11T18:38:56.209Z] [INFO] [Thu Apr 11 18:38:50 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' 14:38:56 [2024-04-11T18:38:56.209Z] [INFO] 14:38:56 [2024-04-11T18:38:56.209Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.embedcpp --- 14:38:56 [2024-04-11T18:38:56.210Z] [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 14:39:28 [2024-04-11T18:39:28.252Z] [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 14:40:00 [2024-04-11T18:40:00.291Z] [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 14:40:15 [2024-04-11T18:40:15.139Z] [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 14:40:47 [2024-04-11T18:40:47.177Z] [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 14:41:19 [2024-04-11T18:41:19.220Z] [INFO] 14:41:19 [2024-04-11T18:41:19.220Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.embedcpp --- 14:41:19 [2024-04-11T18:41:19.220Z] [INFO] [Thu Apr 11 18:41:14 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'... 14:42:05 [2024-04-11T18:42:05.862Z] [INFO] 14:42:05 [2024-04-11T18:42:05.862Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.embedcpp --- 14:42:05 [2024-04-11T18:42:05.862Z] [INFO] [Thu Apr 11 18:41:59 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'... 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] from pom.xml 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] --------------------------------[ pom ]--------------------------------- 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 14:42:44 [2024-04-11T18:42:44.546Z] [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... 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] ------------------------------------------------------------------------ 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] epp.package.embedcpp ............................... SUCCESS [12:55 min] 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] ------------------------------------------------------------------------ 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] BUILD SUCCESS 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] ------------------------------------------------------------------------ 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] Total time: 13:03 min 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] Finished at: 2024-04-11T18:42:44Z 14:42:44 [2024-04-11T18:42:44.546Z] [INFO] ------------------------------------------------------------------------ 14:42:44 [2024-04-11T18:42:44.546Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 14:42:44 [2024-04-11T18:42:44.816Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 14:42:44 [2024-04-11T18:42:44.816Z] [ssh-agent] Looking for ssh-agent implementation... 14:42:44 [2024-04-11T18:42:44.831Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:42:44 [2024-04-11T18:42:44.832Z] $ ssh-agent 14:42:44 [2024-04-11T18:42:44.847Z] SSH_AUTH_SOCK=/tmp/ssh-IYPHh7Pq6S9c/agent.5465 14:42:44 [2024-04-11T18:42:44.847Z] SSH_AGENT_PID=5467 14:42:44 [2024-04-11T18:42:44.854Z] Running ssh-add (command line suppressed) 14:42:44 [2024-04-11T18:42:44.871Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_3373486939418404385.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_3373486939418404385.key) 14:42:44 [2024-04-11T18:42:44.880Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:42:45 [2024-04-11T18:42:45.162Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ embedcpp 14:42:45 [2024-04-11T18:42:45.162Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 14:42:45 [2024-04-11T18:42:45.162Z] + shift 14:42:45 [2024-04-11T18:42:45.162Z] + PACKAGES=embedcpp 14:42:45 [2024-04-11T18:42:45.162Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 14:42:45 [2024-04-11T18:42:45.162Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 14:42:45 [2024-04-11T18:42:45.162Z] + SCP=scp 14:42:45 [2024-04-11T18:42:45.162Z] + for PACKAGE in $PACKAGES 14:42:45 [2024-04-11T18:42:45.162Z] + pushd packages/org.eclipse.epp.package.embedcpp.product/target/products 14:42:45 [2024-04-11T18:42:45.162Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products ~/agent/workspace/epp_master 14:42:45 [2024-04-11T18:42:45.162Z] ++ 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 14:42:45 [2024-04-11T18:42:45.162Z] + for NAME in $(find * -type f -maxdepth 0) 14:42:45 [2024-04-11T18:42:45.162Z] ++ echo eclipse-embedcpp-2024-06-M1-linux.gtk.aarch64.tar.gz 14:42:45 [2024-04-11T18:42:45.162Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:42:45 [2024-04-11T18:42:45.162Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:42:45 [2024-04-11T18:42:45.162Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:42:45 [2024-04-11T18:42:45.162Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:42:45 [2024-04-11T18:42:45.162Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:42:45 [2024-04-11T18:42:45.162Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:42:45 [2024-04-11T18:42:45.162Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:42:45 [2024-04-11T18:42:45.162Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:42:45 [2024-04-11T18:42:45.162Z] + mv eclipse-embedcpp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:42:45 [2024-04-11T18:42:45.162Z] + md5sum eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:42:46 [2024-04-11T18:42:46.091Z] + sha1sum eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:42:47 [2024-04-11T18:42:47.984Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-linux-gtk-aarch64.tar.gz 14:42:50 [2024-04-11T18:42:50.506Z] + 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// 14:43:00 [2024-04-11T18:43:00.452Z] + for NAME in $(find * -type f -maxdepth 0) 14:43:00 [2024-04-11T18:43:00.452Z] ++ echo eclipse-embedcpp-2024-06-M1-linux.gtk.x86_64.tar.gz 14:43:00 [2024-04-11T18:43:00.452Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:43:00 [2024-04-11T18:43:00.452Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:43:00 [2024-04-11T18:43:00.452Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:43:00 [2024-04-11T18:43:00.452Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:43:00 [2024-04-11T18:43:00.452Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:43:00 [2024-04-11T18:43:00.452Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:43:00 [2024-04-11T18:43:00.452Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:43:00 [2024-04-11T18:43:00.452Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:43:00 [2024-04-11T18:43:00.452Z] + mv eclipse-embedcpp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:43:00 [2024-04-11T18:43:00.452Z] + md5sum eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:43:00 [2024-04-11T18:43:00.708Z] + sha1sum eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:43:02 [2024-04-11T18:43:02.599Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-linux-gtk-x86_64.tar.gz 14:43:05 [2024-04-11T18:43:05.138Z] + 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// 14:43:15 [2024-04-11T18:43:15.087Z] + for NAME in $(find * -type f -maxdepth 0) 14:43:15 [2024-04-11T18:43:15.087Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.dmg 14:43:15 [2024-04-11T18:43:15.087Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:43:15 [2024-04-11T18:43:15.087Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:43:15 [2024-04-11T18:43:15.087Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:43:15 [2024-04-11T18:43:15.087Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:43:15 [2024-04-11T18:43:15.087Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:43:15 [2024-04-11T18:43:15.087Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:43:15 [2024-04-11T18:43:15.087Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:43:15 [2024-04-11T18:43:15.087Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:43:15 [2024-04-11T18:43:15.087Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:43:15 [2024-04-11T18:43:15.087Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:43:15 [2024-04-11T18:43:15.345Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:43:17 [2024-04-11T18:43:17.235Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 14:43:19 [2024-04-11T18:43:19.126Z] + 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// 14:43:29 [2024-04-11T18:43:29.073Z] + for NAME in $(find * -type f -maxdepth 0) 14:43:29 [2024-04-11T18:43:29.073Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 14:43:29 [2024-04-11T18:43:29.073Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:43:29 [2024-04-11T18:43:29.073Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:43:29 [2024-04-11T18:43:29.073Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:43:29 [2024-04-11T18:43:29.073Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:43:29 [2024-04-11T18:43:29.073Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:43:29 [2024-04-11T18:43:29.073Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:43:29 [2024-04-11T18:43:29.073Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:43:29 [2024-04-11T18:43:29.073Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:43:29 [2024-04-11T18:43:29.073Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:43:29 [2024-04-11T18:43:29.073Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:43:29 [2024-04-11T18:43:29.329Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:43:31 [2024-04-11T18:43:31.221Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 14:43:33 [2024-04-11T18:43:33.739Z] + 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// 14:43:43 [2024-04-11T18:43:43.684Z] + for NAME in $(find * -type f -maxdepth 0) 14:43:43 [2024-04-11T18:43:43.684Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.dmg 14:43:43 [2024-04-11T18:43:43.684Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:43:43 [2024-04-11T18:43:43.684Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:43:43 [2024-04-11T18:43:43.684Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:43:43 [2024-04-11T18:43:43.684Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:43:43 [2024-04-11T18:43:43.684Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:43:43 [2024-04-11T18:43:43.684Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:43:43 [2024-04-11T18:43:43.684Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:43:43 [2024-04-11T18:43:43.684Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:43:43 [2024-04-11T18:43:43.684Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:43:43 [2024-04-11T18:43:43.684Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:43:43 [2024-04-11T18:43:43.684Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:43:45 [2024-04-11T18:43:45.050Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 14:43:47 [2024-04-11T18:43:47.565Z] + 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// 14:43:57 [2024-04-11T18:43:57.513Z] + for NAME in $(find * -type f -maxdepth 0) 14:43:57 [2024-04-11T18:43:57.513Z] ++ echo eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 14:43:57 [2024-04-11T18:43:57.513Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:43:57 [2024-04-11T18:43:57.513Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:43:57 [2024-04-11T18:43:57.513Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:43:57 [2024-04-11T18:43:57.513Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:43:57 [2024-04-11T18:43:57.513Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:43:57 [2024-04-11T18:43:57.513Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:43:57 [2024-04-11T18:43:57.513Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:43:57 [2024-04-11T18:43:57.513Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:43:57 [2024-04-11T18:43:57.513Z] + mv eclipse-embedcpp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:43:57 [2024-04-11T18:43:57.513Z] + md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:43:57 [2024-04-11T18:43:57.513Z] + sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:43:58 [2024-04-11T18:43:58.442Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 14:44:00 [2024-04-11T18:44:00.960Z] + 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// 14:44:10 [2024-04-11T18:44:10.907Z] + for NAME in $(find * -type f -maxdepth 0) 14:44:10 [2024-04-11T18:44:10.908Z] ++ echo eclipse-embedcpp-2024-06-M1-win32.win32.x86_64.zip 14:44:10 [2024-04-11T18:44:10.908Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:44:10 [2024-04-11T18:44:10.908Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:44:10 [2024-04-11T18:44:10.908Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:44:10 [2024-04-11T18:44:10.908Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:44:10 [2024-04-11T18:44:10.908Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:44:10 [2024-04-11T18:44:10.908Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:44:10 [2024-04-11T18:44:10.908Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:44:10 [2024-04-11T18:44:10.908Z] + NEWNAME=eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 14:44:10 [2024-04-11T18:44:10.908Z] + mv eclipse-embedcpp-2024-06-M1-win32.win32.x86_64.zip eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 14:44:10 [2024-04-11T18:44:10.908Z] + md5sum eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 14:44:11 [2024-04-11T18:44:11.837Z] + sha1sum eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 14:44:13 [2024-04-11T18:44:13.729Z] + sha512sum -b eclipse-embedcpp-2024-06-M1-win32-x86_64.zip 14:44:16 [2024-04-11T18:44:16.248Z] + 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// 14:44:26 [2024-04-11T18:44:26.198Z] + popd 14:44:26 [2024-04-11T18:44:26.198Z] ~/agent/workspace/epp_master 14:44:26 [2024-04-11T18:44:26.198Z] + 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 14:44:26 [2024-04-11T18:44:26.198Z] + 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 14:44:26 [2024-04-11T18:44:26.198Z] + 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] } 14:44:26 [2024-04-11T18:44:26.205Z] $ ssh-agent -k 14:44:26 [2024-04-11T18:44:26.211Z] unset SSH_AUTH_SOCK; 14:44:26 [2024-04-11T18:44:26.211Z] unset SSH_AGENT_PID; 14:44:26 [2024-04-11T18:44:26.212Z] echo Agent pid 5467 killed; 14:44:26 [2024-04-11T18:44:26.219Z] [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 14:44:26 [2024-04-11T18:44:26.572Z] + 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 14:44:26 [2024-04-11T18:44:26.828Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 14:44:26 [2024-04-11T18:44:26.829Z] Maven home: /opt/tools/apache-maven/latest 14:44:26 [2024-04-11T18:44:26.829Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 14:44:26 [2024-04-11T18:44:26.829Z] Default locale: en_US, platform encoding: UTF-8 14:44:26 [2024-04-11T18:44:26.829Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 14:44:29 [2024-04-11T18:44:29.352Z] [INFO] Scanning for projects... 14:44:31 [2024-04-11T18:44:31.876Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 14:44:31 [2024-04-11T18:44:31.876Z] [INFO] Tycho Mode: project 14:44:31 [2024-04-11T18:44:31.876Z] [INFO] Tycho Builder: maven 14:44:31 [2024-04-11T18:44:31.876Z] [INFO] Build Threads: 1 14:44:37 [2024-04-11T18:44:37.153Z] [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. 14:44:37 [2024-04-11T18:44:37.153Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] ------------------------------------------------------------------------ 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] Reactor Build Order: 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] epp.package.dsl [eclipse-repository] 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] org.eclipse.epp-buildall [pom] 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [1/2] 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml 14:44:37 [2024-04-11T18:44:37.153Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 14:44:37 [2024-04-11T18:44:37.153Z] [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 14:44:42 [2024-04-11T18:44:42.401Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 14:44:42 [2024-04-11T18:44:42.401Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 14:44:42 [2024-04-11T18:44:42.401Z] [INFO] Transport mode: online 14:44:42 [2024-04-11T18:44:42.401Z] [INFO] Http Transport type: Java11Client 14:44:42 [2024-04-11T18:44:42.401Z] [INFO] Update mode: cache first 14:44:42 [2024-04-11T18:44:42.401Z] [INFO] Minimum cache duration: 60 minutes 14:44:42 [2024-04-11T18:44:42.401Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 14:44:42 [2024-04-11T18:44:42.660Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 14:44:43 [2024-04-11T18:44:43.223Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 14:44:46 [2024-04-11T18:44:46.499Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 14:44:46 [2024-04-11T18:44:46.499Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 14:44:46 [2024-04-11T18:44:46.756Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 14:44:54 [2024-04-11T18:44:54.845Z] [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/releases/2024-06/202404121000, 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)] 14:44:54 [2024-04-11T18:44:54.845Z] [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/releases/2024-06/202404121000, 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)] 14:44:54 [2024-04-11T18:44:54.845Z] [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/releases/2024-06/202404121000, 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)] 14:44:54 [2024-04-11T18:44:54.845Z] [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/releases/2024-06/202404121000, 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)] 14:44:55 [2024-04-11T18:44:55.408Z] [INFO] 14:44:55 [2024-04-11T18:44:55.408Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- 14:44:55 [2024-04-11T18:44:55.971Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 14:44:55 [2024-04-11T18:44:55.971Z] [INFO] 14:44:55 [2024-04-11T18:44:55.971Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.dsl --- 14:44:56 [2024-04-11T18:44:56.227Z] [INFO] 14:44:56 [2024-04-11T18:44:56.227Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- 14:44:56 [2024-04-11T18:44:56.227Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.dsl --- 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 14:44:56 [2024-04-11T18:44:56.484Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] 14:44:56 [2024-04-11T18:44:56.740Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.dsl --- 14:44:58 [2024-04-11T18:44:58.115Z] [INFO] 14:44:58 [2024-04-11T18:44:58.115Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.dsl --- 14:44:58 [2024-04-11T18:44:58.115Z] [INFO] 14:44:58 [2024-04-11T18:44:58.115Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- 14:44:58 [2024-04-11T18:44:58.115Z] [INFO] 14:44:58 [2024-04-11T18:44:58.115Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.dsl --- 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.dsl --- 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.dsl --- 14:46:34 [2024-04-11T18:46:34.539Z] [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} 14:46:34 [2024-04-11T18:46:34.539Z] [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. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing epp.package.dsl 4.32.0.20240411-1203. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 14:46:34 [2024-04-11T18:46:34.539Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Operation completed in 79408 ms. 14:47:55 [2024-04-11T18:47:55.927Z] [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} 14:47:55 [2024-04-11T18:47:55.927Z] [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. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing epp.package.dsl 4.32.0.20240411-1203. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:47:55 [2024-04-11T18:47:55.927Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 14:47:55 [2024-04-11T18:47:55.928Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 14:47:55 [2024-04-11T18:47:55.928Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Operation completed in 72972 ms. 14:49:03 [2024-04-11T18:49:03.585Z] [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} 14:49:03 [2024-04-11T18:49:03.585Z] [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. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing epp.package.dsl 4.32.0.20240411-1203. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:49:03 [2024-04-11T18:49:03.585Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 14:49:03 [2024-04-11T18:49:03.586Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:50:25 [2024-04-11T18:50:25.001Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Operation completed in 72490 ms. 14:50:25 [2024-04-11T18:50:25.001Z] [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} 14:50:25 [2024-04-11T18:50:25.001Z] [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. 14:50:25 [2024-04-11T18:50:25.001Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing epp.package.dsl 4.32.0.20240411-1203. 14:50:25 [2024-04-11T18:50:25.001Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:50:25 [2024-04-11T18:50:25.001Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:50:25 [2024-04-11T18:50:25.001Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 14:50:25 [2024-04-11T18:50:25.002Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Operation completed in 71842 ms. 14:51:32 [2024-04-11T18:51:32.643Z] [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} 14:51:32 [2024-04-11T18:51:32.643Z] [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. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing epp.package.dsl 4.32.0.20240411-1203. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240405-0451. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240408-1330. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 14:51:32 [2024-04-11T18:51:32.643Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 14:52:40 [2024-04-11T18:52:40.286Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Operation completed in 72039 ms. 14:52:40 [2024-04-11T18:52:40.286Z] [INFO] 14:52:40 [2024-04-11T18:52:40.286Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.dsl --- 14:53:06 [2024-04-11T18:53:06.796Z] [INFO] [Thu Apr 11 18:53:05 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'... 14:54:43 [2024-04-11T18:54:43.195Z] [INFO] [Thu Apr 11 18:54:31 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'... 14:55:29 [2024-04-11T18:55:29.825Z] [INFO] 14:55:29 [2024-04-11T18:55:29.825Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.dsl --- 14:55:29 [2024-04-11T18:55:29.825Z] [INFO] [Thu Apr 11 18:55:29 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' 14:55:36 [2024-04-11T18:55:36.367Z] [INFO] [Thu Apr 11 18:55:35 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' 14:55:44 [2024-04-11T18:55:44.458Z] [INFO] 14:55:44 [2024-04-11T18:55:44.458Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.dsl --- 14:55:44 [2024-04-11T18:55:44.458Z] [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 14:56:23 [2024-04-11T18:56:23.146Z] [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 14:56:55 [2024-04-11T18:56:55.185Z] [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 14:57:10 [2024-04-11T18:57:10.030Z] [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 14:57:42 [2024-04-11T18:57:42.066Z] [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 14:58:14 [2024-04-11T18:58:14.100Z] [INFO] 14:58:14 [2024-04-11T18:58:14.100Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.dsl --- 14:58:14 [2024-04-11T18:58:14.100Z] [INFO] [Thu Apr 11 18:58:10 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'... 14:59:00 [2024-04-11T18:59:00.736Z] [INFO] 14:59:00 [2024-04-11T18:59:00.736Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.dsl --- 14:59:00 [2024-04-11T18:59:00.736Z] [INFO] [Thu Apr 11 18:58:57 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'... 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] from pom.xml 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] --------------------------------[ pom ]--------------------------------- 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 14:59:47 [2024-04-11T18:59:47.366Z] [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... 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] ------------------------------------------------------------------------ 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] epp.package.dsl .................................... SUCCESS [15:08 min] 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.008 s] 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] ------------------------------------------------------------------------ 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] BUILD SUCCESS 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] ------------------------------------------------------------------------ 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] Total time: 15:16 min 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] Finished at: 2024-04-11T18:59:45Z 14:59:47 [2024-04-11T18:59:47.366Z] [INFO] ------------------------------------------------------------------------ 14:59:47 [2024-04-11T18:59:47.366Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 14:59:47 [2024-04-11T18:59:47.379Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 14:59:47 [2024-04-11T18:59:47.379Z] [ssh-agent] Looking for ssh-agent implementation... 14:59:47 [2024-04-11T18:59:47.393Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:59:47 [2024-04-11T18:59:47.394Z] $ ssh-agent 14:59:47 [2024-04-11T18:59:47.408Z] SSH_AUTH_SOCK=/tmp/ssh-3uUQtJm8siIl/agent.6743 14:59:47 [2024-04-11T18:59:47.408Z] SSH_AGENT_PID=6745 14:59:47 [2024-04-11T18:59:47.416Z] Running ssh-add (command line suppressed) 14:59:47 [2024-04-11T18:59:47.438Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_15257103582694937572.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_15257103582694937572.key) 14:59:47 [2024-04-11T18:59:47.447Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:59:47 [2024-04-11T18:59:47.727Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ dsl 14:59:47 [2024-04-11T18:59:47.727Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 14:59:47 [2024-04-11T18:59:47.727Z] + shift 14:59:47 [2024-04-11T18:59:47.727Z] + PACKAGES=dsl 14:59:47 [2024-04-11T18:59:47.727Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 14:59:47 [2024-04-11T18:59:47.727Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 14:59:47 [2024-04-11T18:59:47.727Z] + SCP=scp 14:59:47 [2024-04-11T18:59:47.727Z] + for PACKAGE in $PACKAGES 14:59:47 [2024-04-11T18:59:47.727Z] + pushd packages/org.eclipse.epp.package.dsl.product/target/products 14:59:47 [2024-04-11T18:59:47.727Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products ~/agent/workspace/epp_master 14:59:47 [2024-04-11T18:59:47.727Z] ++ 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 14:59:47 [2024-04-11T18:59:47.727Z] + for NAME in $(find * -type f -maxdepth 0) 14:59:47 [2024-04-11T18:59:47.727Z] ++ echo eclipse-dsl-2024-06-M1-linux.gtk.aarch64.tar.gz 14:59:47 [2024-04-11T18:59:47.727Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 14:59:47 [2024-04-11T18:59:47.727Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 14:59:47 [2024-04-11T18:59:47.727Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 14:59:47 [2024-04-11T18:59:47.727Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 14:59:47 [2024-04-11T18:59:47.727Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 14:59:47 [2024-04-11T18:59:47.727Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 14:59:47 [2024-04-11T18:59:47.727Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 14:59:47 [2024-04-11T18:59:47.727Z] + NEWNAME=eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 14:59:47 [2024-04-11T18:59:47.728Z] + mv eclipse-dsl-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 14:59:47 [2024-04-11T18:59:47.728Z] + md5sum eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 14:59:49 [2024-04-11T18:59:49.618Z] + sha1sum eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 14:59:51 [2024-04-11T18:59:51.514Z] + sha512sum -b eclipse-dsl-2024-06-M1-linux-gtk-aarch64.tar.gz 14:59:54 [2024-04-11T18:59:54.035Z] + 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// 15:00:06 [2024-04-11T19:00:06.216Z] + for NAME in $(find * -type f -maxdepth 0) 15:00:06 [2024-04-11T19:00:06.216Z] ++ echo eclipse-dsl-2024-06-M1-linux.gtk.x86_64.tar.gz 15:00:06 [2024-04-11T19:00:06.216Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:00:06 [2024-04-11T19:00:06.216Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:00:06 [2024-04-11T19:00:06.216Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:00:06 [2024-04-11T19:00:06.216Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:00:06 [2024-04-11T19:00:06.216Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:00:06 [2024-04-11T19:00:06.216Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:00:06 [2024-04-11T19:00:06.216Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:00:06 [2024-04-11T19:00:06.216Z] + NEWNAME=eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 15:00:06 [2024-04-11T19:00:06.216Z] + mv eclipse-dsl-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 15:00:06 [2024-04-11T19:00:06.216Z] + md5sum eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 15:00:07 [2024-04-11T19:00:07.586Z] + sha1sum eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 15:00:09 [2024-04-11T19:00:09.479Z] + sha512sum -b eclipse-dsl-2024-06-M1-linux-gtk-x86_64.tar.gz 15:00:12 [2024-04-11T19:00:12.748Z] + 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// 15:00:24 [2024-04-11T19:00:24.929Z] + for NAME in $(find * -type f -maxdepth 0) 15:00:24 [2024-04-11T19:00:24.929Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.dmg 15:00:24 [2024-04-11T19:00:24.929Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:00:24 [2024-04-11T19:00:24.929Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:00:24 [2024-04-11T19:00:24.929Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:00:24 [2024-04-11T19:00:24.929Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:00:24 [2024-04-11T19:00:24.929Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:00:24 [2024-04-11T19:00:24.929Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:00:24 [2024-04-11T19:00:24.929Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:00:24 [2024-04-11T19:00:24.929Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:00:24 [2024-04-11T19:00:24.929Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:00:24 [2024-04-11T19:00:24.929Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:00:24 [2024-04-11T19:00:24.929Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:00:27 [2024-04-11T19:00:27.447Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:00:29 [2024-04-11T19:00:29.969Z] + 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// 15:00:42 [2024-04-11T19:00:42.149Z] + for NAME in $(find * -type f -maxdepth 0) 15:00:42 [2024-04-11T19:00:42.149Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.tar.gz 15:00:42 [2024-04-11T19:00:42.149Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:00:42 [2024-04-11T19:00:42.149Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:00:42 [2024-04-11T19:00:42.149Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:00:42 [2024-04-11T19:00:42.149Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:00:42 [2024-04-11T19:00:42.149Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:00:42 [2024-04-11T19:00:42.149Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:00:42 [2024-04-11T19:00:42.149Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:00:42 [2024-04-11T19:00:42.149Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:00:42 [2024-04-11T19:00:42.149Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:00:42 [2024-04-11T19:00:42.149Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:00:43 [2024-04-11T19:00:43.078Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:00:44 [2024-04-11T19:00:44.971Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:00:48 [2024-04-11T19:00:48.240Z] + 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// 15:01:00 [2024-04-11T19:01:00.414Z] + for NAME in $(find * -type f -maxdepth 0) 15:01:00 [2024-04-11T19:01:00.414Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.dmg 15:01:00 [2024-04-11T19:01:00.414Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:01:00 [2024-04-11T19:01:00.414Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:01:00 [2024-04-11T19:01:00.414Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:01:00 [2024-04-11T19:01:00.414Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:01:00 [2024-04-11T19:01:00.414Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:01:00 [2024-04-11T19:01:00.414Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:01:00 [2024-04-11T19:01:00.414Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:01:00 [2024-04-11T19:01:00.414Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:01:00 [2024-04-11T19:01:00.414Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:01:00 [2024-04-11T19:01:00.414Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:01:00 [2024-04-11T19:01:00.414Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:01:02 [2024-04-11T19:01:02.305Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:01:05 [2024-04-11T19:01:05.573Z] + 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// 15:01:15 [2024-04-11T19:01:15.528Z] + for NAME in $(find * -type f -maxdepth 0) 15:01:15 [2024-04-11T19:01:15.528Z] ++ echo eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.tar.gz 15:01:15 [2024-04-11T19:01:15.528Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:01:15 [2024-04-11T19:01:15.528Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:01:15 [2024-04-11T19:01:15.528Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:01:15 [2024-04-11T19:01:15.528Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:01:15 [2024-04-11T19:01:15.528Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:01:15 [2024-04-11T19:01:15.528Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:01:15 [2024-04-11T19:01:15.528Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:01:15 [2024-04-11T19:01:15.528Z] + NEWNAME=eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:01:15 [2024-04-11T19:01:15.787Z] + mv eclipse-dsl-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:01:15 [2024-04-11T19:01:15.787Z] + md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:01:17 [2024-04-11T19:01:17.153Z] + sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:01:19 [2024-04-11T19:01:19.046Z] + sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:01:22 [2024-04-11T19:01:22.315Z] + 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// 15:01:34 [2024-04-11T19:01:34.492Z] + for NAME in $(find * -type f -maxdepth 0) 15:01:34 [2024-04-11T19:01:34.493Z] ++ echo eclipse-dsl-2024-06-M1-win32.win32.x86_64.zip 15:01:34 [2024-04-11T19:01:34.493Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:01:34 [2024-04-11T19:01:34.493Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:01:34 [2024-04-11T19:01:34.493Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:01:34 [2024-04-11T19:01:34.493Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:01:34 [2024-04-11T19:01:34.493Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:01:34 [2024-04-11T19:01:34.493Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:01:34 [2024-04-11T19:01:34.493Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:01:34 [2024-04-11T19:01:34.493Z] + NEWNAME=eclipse-dsl-2024-06-M1-win32-x86_64.zip 15:01:34 [2024-04-11T19:01:34.493Z] + mv eclipse-dsl-2024-06-M1-win32.win32.x86_64.zip eclipse-dsl-2024-06-M1-win32-x86_64.zip 15:01:34 [2024-04-11T19:01:34.493Z] + md5sum eclipse-dsl-2024-06-M1-win32-x86_64.zip 15:01:35 [2024-04-11T19:01:35.861Z] + sha1sum eclipse-dsl-2024-06-M1-win32-x86_64.zip 15:01:37 [2024-04-11T19:01:37.750Z] + sha512sum -b eclipse-dsl-2024-06-M1-win32-x86_64.zip 15:01:41 [2024-04-11T19:01:41.019Z] + 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// 15:01:53 [2024-04-11T19:01:53.194Z] + popd 15:01:53 [2024-04-11T19:01:53.194Z] ~/agent/workspace/epp_master 15:01:53 [2024-04-11T19:01:53.194Z] + 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 15:01:53 [2024-04-11T19:01:53.194Z] + 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 15:01:53 [2024-04-11T19:01:53.194Z] + 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] } 15:01:53 [2024-04-11T19:01:53.200Z] $ ssh-agent -k 15:01:53 [2024-04-11T19:01:53.206Z] unset SSH_AUTH_SOCK; 15:01:53 [2024-04-11T19:01:53.206Z] unset SSH_AGENT_PID; 15:01:53 [2024-04-11T19:01:53.206Z] echo Agent pid 6745 killed; 15:01:53 [2024-04-11T19:01:53.213Z] [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 15:01:53 [2024-04-11T19:01:53.593Z] + 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 15:01:53 [2024-04-11T19:01:53.850Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 15:01:53 [2024-04-11T19:01:53.850Z] Maven home: /opt/tools/apache-maven/latest 15:01:53 [2024-04-11T19:01:53.850Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 15:01:53 [2024-04-11T19:01:53.850Z] Default locale: en_US, platform encoding: UTF-8 15:01:53 [2024-04-11T19:01:53.850Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 15:01:56 [2024-04-11T19:01:56.379Z] [INFO] Scanning for projects... 15:01:58 [2024-04-11T19:01:58.914Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 15:01:58 [2024-04-11T19:01:58.914Z] [INFO] Tycho Mode: project 15:01:58 [2024-04-11T19:01:58.914Z] [INFO] Tycho Builder: maven 15:01:58 [2024-04-11T19:01:58.914Z] [INFO] Build Threads: 1 15:02:04 [2024-04-11T19:02:04.181Z] [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. 15:02:04 [2024-04-11T19:02:04.181Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] ------------------------------------------------------------------------ 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] Reactor Build Order: 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] epp.package.java [eclipse-repository] 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] org.eclipse.epp-buildall [pom] 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [1/2] 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml 15:02:04 [2024-04-11T19:02:04.181Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 15:02:04 [2024-04-11T19:02:04.181Z] [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 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] Transport mode: online 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] Http Transport type: Java11Client 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] Update mode: cache first 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] Minimum cache duration: 60 minutes 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 15:02:14 [2024-04-11T19:02:14.152Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 15:02:14 [2024-04-11T19:02:14.408Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 15:02:17 [2024-04-11T19:02:17.679Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 15:02:17 [2024-04-11T19:02:17.679Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 15:02:17 [2024-04-11T19:02:17.951Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 15:02:26 [2024-04-11T19:02:26.052Z] [INFO] 15:02:26 [2024-04-11T19:02:26.052Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- 15:02:26 [2024-04-11T19:02:26.052Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 15:02:26 [2024-04-11T19:02:26.052Z] [INFO] 15:02:26 [2024-04-11T19:02:26.052Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.java --- 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.java --- 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] 15:02:26 [2024-04-11T19:02:26.616Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 15:02:26 [2024-04-11T19:02:26.872Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 15:02:27 [2024-04-11T19:02:27.128Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 15:02:27 [2024-04-11T19:02:27.128Z] [INFO] 15:02:27 [2024-04-11T19:02:27.128Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.java --- 15:02:28 [2024-04-11T19:02:28.058Z] [INFO] 15:02:28 [2024-04-11T19:02:28.058Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.java --- 15:02:28 [2024-04-11T19:02:28.058Z] [INFO] 15:02:28 [2024-04-11T19:02:28.058Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.java --- 15:02:28 [2024-04-11T19:02:28.058Z] [INFO] 15:02:28 [2024-04-11T19:02:28.058Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.java --- 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.java --- 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.java --- 15:03:49 [2024-04-11T19:03:49.475Z] [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} 15:03:49 [2024-04-11T19:03:49.475Z] [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. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing epp.package.java 4.32.0.20240411-1203. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.475Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:03:49 [2024-04-11T19:03:49.476Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Operation completed in 46359 ms. 15:04:28 [2024-04-11T19:04:28.159Z] [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} 15:04:28 [2024-04-11T19:04:28.159Z] [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. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing epp.package.java 4.32.0.20240411-1203. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:04:28 [2024-04-11T19:04:28.159Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:04:28 [2024-04-11T19:04:28.160Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Operation completed in 42427 ms. 15:05:14 [2024-04-11T19:05:14.788Z] [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} 15:05:14 [2024-04-11T19:05:14.788Z] [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. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing epp.package.java 4.32.0.20240411-1203. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:05:14 [2024-04-11T19:05:14.788Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:05:14 [2024-04-11T19:05:14.789Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:05:14 [2024-04-11T19:05:14.789Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:05:14 [2024-04-11T19:05:14.789Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:05:14 [2024-04-11T19:05:14.789Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:05:14 [2024-04-11T19:05:14.789Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 15:05:14 [2024-04-11T19:05:14.789Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:05:14 [2024-04-11T19:05:14.789Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Operation completed in 41603 ms. 15:05:53 [2024-04-11T19:05:53.473Z] [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} 15:05:53 [2024-04-11T19:05:53.473Z] [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. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing epp.package.java 4.32.0.20240411-1203. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:05:53 [2024-04-11T19:05:53.473Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:05:53 [2024-04-11T19:05:53.474Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Operation completed in 41462 ms. 15:06:40 [2024-04-11T19:06:40.106Z] [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} 15:06:40 [2024-04-11T19:06:40.106Z] [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. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing epp.package.java 4.32.0.20240411-1203. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:06:40 [2024-04-11T19:06:40.106Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:06:40 [2024-04-11T19:06:40.107Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:06:40 [2024-04-11T19:06:40.107Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:06:40 [2024-04-11T19:06:40.107Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:06:40 [2024-04-11T19:06:40.107Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:06:40 [2024-04-11T19:06:40.107Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. 15:06:40 [2024-04-11T19:06:40.107Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:06:40 [2024-04-11T19:06:40.107Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:07:18 [2024-04-11T19:07:18.783Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Operation completed in 41249 ms. 15:07:18 [2024-04-11T19:07:18.783Z] [INFO] 15:07:18 [2024-04-11T19:07:18.783Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.java --- 15:07:36 [2024-04-11T19:07:36.834Z] [INFO] [Thu Apr 11 19:07:36 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'... 15:08:44 [2024-04-11T19:08:44.479Z] [INFO] [Thu Apr 11 19:08:34 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'... 15:09:16 [2024-04-11T19:09:16.530Z] [INFO] 15:09:16 [2024-04-11T19:09:16.530Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.java --- 15:09:16 [2024-04-11T19:09:16.530Z] [INFO] [Thu Apr 11 19:09:12 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' 15:09:16 [2024-04-11T19:09:16.530Z] [INFO] [Thu Apr 11 19:09:12 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' 15:09:16 [2024-04-11T19:09:16.530Z] [INFO] 15:09:16 [2024-04-11T19:09:16.530Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.java --- 15:09:16 [2024-04-11T19:09:16.530Z] [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 15:09:38 [2024-04-11T19:09:38.425Z] [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 15:10:04 [2024-04-11T19:10:04.928Z] [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 15:10:13 [2024-04-11T19:10:13.021Z] [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 15:10:34 [2024-04-11T19:10:34.923Z] [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 15:10:56 [2024-04-11T19:10:56.819Z] [INFO] 15:10:56 [2024-04-11T19:10:56.819Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.java --- 15:10:56 [2024-04-11T19:10:56.820Z] [INFO] [Thu Apr 11 19:10:54 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'... 15:11:28 [2024-04-11T19:11:28.866Z] [INFO] 15:11:28 [2024-04-11T19:11:28.866Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.java --- 15:11:28 [2024-04-11T19:11:28.866Z] [INFO] [Thu Apr 11 19:11:27 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'... 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] from pom.xml 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 15:12:00 [2024-04-11T19:12:00.915Z] [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... 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] ------------------------------------------------------------------------ 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] epp.package.java ................................... SUCCESS [09:56 min] 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.003 s] 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] ------------------------------------------------------------------------ 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] BUILD SUCCESS 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] ------------------------------------------------------------------------ 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] Total time: 10:04 min 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] Finished at: 2024-04-11T19:12:00Z 15:12:00 [2024-04-11T19:12:00.915Z] [INFO] ------------------------------------------------------------------------ 15:12:00 [2024-04-11T19:12:00.915Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 15:12:00 [2024-04-11T19:12:00.929Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 15:12:00 [2024-04-11T19:12:00.929Z] [ssh-agent] Looking for ssh-agent implementation... 15:12:00 [2024-04-11T19:12:00.945Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:12:00 [2024-04-11T19:12:00.946Z] $ ssh-agent 15:12:00 [2024-04-11T19:12:00.957Z] SSH_AUTH_SOCK=/tmp/ssh-cVrDm5x7qx4k/agent.7817 15:12:00 [2024-04-11T19:12:00.957Z] SSH_AGENT_PID=7819 15:12:00 [2024-04-11T19:12:00.965Z] Running ssh-add (command line suppressed) 15:12:00 [2024-04-11T19:12:00.982Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_4774020917595830428.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_4774020917595830428.key) 15:12:00 [2024-04-11T19:12:00.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:12:01 [2024-04-11T19:12:01.273Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ java 15:12:01 [2024-04-11T19:12:01.273Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 15:12:01 [2024-04-11T19:12:01.273Z] + shift 15:12:01 [2024-04-11T19:12:01.273Z] + PACKAGES=java 15:12:01 [2024-04-11T19:12:01.274Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 15:12:01 [2024-04-11T19:12:01.274Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 15:12:01 [2024-04-11T19:12:01.274Z] + SCP=scp 15:12:01 [2024-04-11T19:12:01.274Z] + for PACKAGE in $PACKAGES 15:12:01 [2024-04-11T19:12:01.274Z] + pushd packages/org.eclipse.epp.package.java.product/target/products 15:12:01 [2024-04-11T19:12:01.274Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products ~/agent/workspace/epp_master 15:12:01 [2024-04-11T19:12:01.274Z] ++ 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 15:12:01 [2024-04-11T19:12:01.274Z] + for NAME in $(find * -type f -maxdepth 0) 15:12:01 [2024-04-11T19:12:01.274Z] ++ echo eclipse-java-2024-06-M1-linux.gtk.aarch64.tar.gz 15:12:01 [2024-04-11T19:12:01.274Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:12:01 [2024-04-11T19:12:01.274Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:12:01 [2024-04-11T19:12:01.274Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:12:01 [2024-04-11T19:12:01.274Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:12:01 [2024-04-11T19:12:01.274Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:12:01 [2024-04-11T19:12:01.274Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:12:01 [2024-04-11T19:12:01.274Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:12:01 [2024-04-11T19:12:01.274Z] + NEWNAME=eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 15:12:01 [2024-04-11T19:12:01.274Z] + mv eclipse-java-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 15:12:01 [2024-04-11T19:12:01.274Z] + md5sum eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 15:12:02 [2024-04-11T19:12:02.202Z] + sha1sum eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 15:12:03 [2024-04-11T19:12:03.568Z] + sha512sum -b eclipse-java-2024-06-M1-linux-gtk-aarch64.tar.gz 15:12:05 [2024-04-11T19:12:05.462Z] + 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// 15:12:15 [2024-04-11T19:12:15.409Z] + for NAME in $(find * -type f -maxdepth 0) 15:12:15 [2024-04-11T19:12:15.409Z] ++ echo eclipse-java-2024-06-M1-linux.gtk.x86_64.tar.gz 15:12:15 [2024-04-11T19:12:15.409Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:12:15 [2024-04-11T19:12:15.409Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:12:15 [2024-04-11T19:12:15.409Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:12:15 [2024-04-11T19:12:15.409Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:12:15 [2024-04-11T19:12:15.409Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:12:15 [2024-04-11T19:12:15.409Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:12:15 [2024-04-11T19:12:15.409Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:12:15 [2024-04-11T19:12:15.409Z] + NEWNAME=eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 15:12:15 [2024-04-11T19:12:15.409Z] + mv eclipse-java-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 15:12:15 [2024-04-11T19:12:15.409Z] + md5sum eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 15:12:15 [2024-04-11T19:12:15.409Z] + sha1sum eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 15:12:16 [2024-04-11T19:12:16.336Z] + sha512sum -b eclipse-java-2024-06-M1-linux-gtk-x86_64.tar.gz 15:12:18 [2024-04-11T19:12:18.229Z] + 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// 15:12:26 [2024-04-11T19:12:26.322Z] + for NAME in $(find * -type f -maxdepth 0) 15:12:26 [2024-04-11T19:12:26.322Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.aarch64.dmg 15:12:26 [2024-04-11T19:12:26.322Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:12:26 [2024-04-11T19:12:26.322Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:12:26 [2024-04-11T19:12:26.322Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:12:26 [2024-04-11T19:12:26.322Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:12:26 [2024-04-11T19:12:26.322Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:12:26 [2024-04-11T19:12:26.322Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:12:26 [2024-04-11T19:12:26.322Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:12:26 [2024-04-11T19:12:26.322Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:12:26 [2024-04-11T19:12:26.322Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:12:26 [2024-04-11T19:12:26.322Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:12:26 [2024-04-11T19:12:26.887Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:12:28 [2024-04-11T19:12:28.255Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:12:30 [2024-04-11T19:12:30.148Z] + 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// 15:12:38 [2024-04-11T19:12:38.249Z] + for NAME in $(find * -type f -maxdepth 0) 15:12:38 [2024-04-11T19:12:38.249Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.aarch64.tar.gz 15:12:38 [2024-04-11T19:12:38.249Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:12:38 [2024-04-11T19:12:38.249Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:12:38 [2024-04-11T19:12:38.249Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:12:38 [2024-04-11T19:12:38.249Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:12:38 [2024-04-11T19:12:38.249Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:12:38 [2024-04-11T19:12:38.249Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:12:38 [2024-04-11T19:12:38.249Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:12:38 [2024-04-11T19:12:38.249Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:12:38 [2024-04-11T19:12:38.249Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:12:38 [2024-04-11T19:12:38.249Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:12:38 [2024-04-11T19:12:38.505Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:12:39 [2024-04-11T19:12:39.877Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:12:41 [2024-04-11T19:12:41.768Z] + 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// 15:12:49 [2024-04-11T19:12:49.859Z] + for NAME in $(find * -type f -maxdepth 0) 15:12:49 [2024-04-11T19:12:49.859Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.x86_64.dmg 15:12:49 [2024-04-11T19:12:49.859Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:12:49 [2024-04-11T19:12:49.859Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:12:49 [2024-04-11T19:12:49.859Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:12:49 [2024-04-11T19:12:49.859Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:12:49 [2024-04-11T19:12:49.859Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:12:49 [2024-04-11T19:12:49.859Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:12:49 [2024-04-11T19:12:49.859Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:12:49 [2024-04-11T19:12:49.859Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:12:49 [2024-04-11T19:12:49.859Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:12:49 [2024-04-11T19:12:49.859Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:12:50 [2024-04-11T19:12:50.421Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:12:51 [2024-04-11T19:12:51.788Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:12:53 [2024-04-11T19:12:53.679Z] + 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// 15:13:01 [2024-04-11T19:13:01.772Z] + for NAME in $(find * -type f -maxdepth 0) 15:13:01 [2024-04-11T19:13:01.772Z] ++ echo eclipse-java-2024-06-M1-macosx.cocoa.x86_64.tar.gz 15:13:01 [2024-04-11T19:13:01.772Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:13:01 [2024-04-11T19:13:01.772Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:13:01 [2024-04-11T19:13:01.772Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:13:01 [2024-04-11T19:13:01.772Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:13:01 [2024-04-11T19:13:01.772Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:13:01 [2024-04-11T19:13:01.772Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:13:01 [2024-04-11T19:13:01.772Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:13:01 [2024-04-11T19:13:01.772Z] + NEWNAME=eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:13:01 [2024-04-11T19:13:01.772Z] + mv eclipse-java-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:13:01 [2024-04-11T19:13:01.772Z] + md5sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:13:02 [2024-04-11T19:13:02.334Z] + sha1sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:13:03 [2024-04-11T19:13:03.702Z] + sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:13:05 [2024-04-11T19:13:05.596Z] + 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// 15:13:13 [2024-04-11T19:13:13.692Z] + for NAME in $(find * -type f -maxdepth 0) 15:13:13 [2024-04-11T19:13:13.692Z] ++ echo eclipse-java-2024-06-M1-win32.win32.x86_64.zip 15:13:13 [2024-04-11T19:13:13.692Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:13:13 [2024-04-11T19:13:13.692Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:13:13 [2024-04-11T19:13:13.692Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:13:13 [2024-04-11T19:13:13.692Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:13:13 [2024-04-11T19:13:13.692Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:13:13 [2024-04-11T19:13:13.692Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:13:13 [2024-04-11T19:13:13.692Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:13:13 [2024-04-11T19:13:13.692Z] + NEWNAME=eclipse-java-2024-06-M1-win32-x86_64.zip 15:13:13 [2024-04-11T19:13:13.692Z] + mv eclipse-java-2024-06-M1-win32.win32.x86_64.zip eclipse-java-2024-06-M1-win32-x86_64.zip 15:13:13 [2024-04-11T19:13:13.692Z] + md5sum eclipse-java-2024-06-M1-win32-x86_64.zip 15:13:14 [2024-04-11T19:13:14.253Z] + sha1sum eclipse-java-2024-06-M1-win32-x86_64.zip 15:13:15 [2024-04-11T19:13:15.619Z] + sha512sum -b eclipse-java-2024-06-M1-win32-x86_64.zip 15:13:17 [2024-04-11T19:13:17.508Z] + 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// 15:13:25 [2024-04-11T19:13:25.597Z] + popd 15:13:25 [2024-04-11T19:13:25.597Z] ~/agent/workspace/epp_master 15:13:25 [2024-04-11T19:13:25.597Z] + 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 15:13:25 [2024-04-11T19:13:25.597Z] + 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 15:13:25 [2024-04-11T19:13:25.597Z] + 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] } 15:13:25 [2024-04-11T19:13:25.860Z] $ ssh-agent -k 15:13:25 [2024-04-11T19:13:25.866Z] unset SSH_AUTH_SOCK; 15:13:25 [2024-04-11T19:13:25.866Z] unset SSH_AGENT_PID; 15:13:25 [2024-04-11T19:13:25.866Z] echo Agent pid 7819 killed; 15:13:25 [2024-04-11T19:13:25.873Z] [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 15:13:26 [2024-04-11T19:13:26.231Z] + 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 15:13:26 [2024-04-11T19:13:26.486Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 15:13:26 [2024-04-11T19:13:26.486Z] Maven home: /opt/tools/apache-maven/latest 15:13:26 [2024-04-11T19:13:26.486Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 15:13:26 [2024-04-11T19:13:26.486Z] Default locale: en_US, platform encoding: UTF-8 15:13:26 [2024-04-11T19:13:26.486Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 15:13:29 [2024-04-11T19:13:29.006Z] [INFO] Scanning for projects... 15:13:31 [2024-04-11T19:13:31.528Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 15:13:31 [2024-04-11T19:13:31.528Z] [INFO] Tycho Mode: project 15:13:31 [2024-04-11T19:13:31.528Z] [INFO] Tycho Builder: maven 15:13:31 [2024-04-11T19:13:31.528Z] [INFO] Build Threads: 1 15:13:36 [2024-04-11T19:13:36.827Z] [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. 15:13:36 [2024-04-11T19:13:36.827Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] ------------------------------------------------------------------------ 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] Reactor Build Order: 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] epp.package.jee [eclipse-repository] 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] org.eclipse.epp-buildall [pom] 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [1/2] 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml 15:13:36 [2024-04-11T19:13:36.827Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 15:13:36 [2024-04-11T19:13:36.827Z] [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 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] Transport mode: online 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] Http Transport type: Java11Client 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] Update mode: cache first 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] Minimum cache duration: 60 minutes 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 15:13:43 [2024-04-11T19:13:43.391Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 15:13:45 [2024-04-11T19:13:45.914Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 15:13:45 [2024-04-11T19:13:45.914Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 15:13:45 [2024-04-11T19:13:45.914Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 15:14:00 [2024-04-11T19:14:00.810Z] [INFO] 15:14:00 [2024-04-11T19:14:00.810Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- 15:14:01 [2024-04-11T19:14:01.750Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 15:14:01 [2024-04-11T19:14:01.750Z] [INFO] 15:14:01 [2024-04-11T19:14:01.750Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.jee --- 15:14:01 [2024-04-11T19:14:01.750Z] [INFO] 15:14:01 [2024-04-11T19:14:01.750Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- 15:14:01 [2024-04-11T19:14:01.750Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.jee --- 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] 15:14:02 [2024-04-11T19:14:02.006Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 15:14:02 [2024-04-11T19:14:02.262Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 15:14:02 [2024-04-11T19:14:02.518Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 15:14:02 [2024-04-11T19:14:02.518Z] [INFO] 15:14:02 [2024-04-11T19:14:02.518Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.jee --- 15:14:03 [2024-04-11T19:14:03.891Z] [INFO] 15:14:03 [2024-04-11T19:14:03.891Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.jee --- 15:14:03 [2024-04-11T19:14:03.891Z] [INFO] 15:14:03 [2024-04-11T19:14:03.891Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- 15:14:03 [2024-04-11T19:14:03.891Z] [INFO] 15:14:03 [2024-04-11T19:14:03.891Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.jee --- 15:15:55 [2024-04-11T19:15:55.299Z] [INFO] 15:15:55 [2024-04-11T19:15:55.299Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.jee --- 15:15:55 [2024-04-11T19:15:55.299Z] [INFO] 15:15:55 [2024-04-11T19:15:55.299Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.jee --- 15:15:55 [2024-04-11T19:15:55.299Z] [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} 15:15:55 [2024-04-11T19:15:55.299Z] [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. 15:15:55 [2024-04-11T19:15:55.299Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing epp.package.jee 4.32.0.20240411-1203. 15:15:55 [2024-04-11T19:15:55.299Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 15:15:55 [2024-04-11T19:15:55.300Z] [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. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.300Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 15:15:55 [2024-04-11T19:15:55.301Z] [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. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 15:15:55 [2024-04-11T19:15:55.301Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:15:55 [2024-04-11T19:15:55.302Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Operation completed in 84688 ms. 15:17:16 [2024-04-11T19:17:16.695Z] [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} 15:17:16 [2024-04-11T19:17:16.695Z] [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. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing epp.package.jee 4.32.0.20240411-1203. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.695Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 15:17:16 [2024-04-11T19:17:16.696Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:17:16 [2024-04-11T19:17:16.697Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Operation completed in 79510 ms. 15:18:38 [2024-04-11T19:18:38.098Z] [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} 15:18:38 [2024-04-11T19:18:38.098Z] [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. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing epp.package.jee 4.32.0.20240411-1203. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 15:18:38 [2024-04-11T19:18:38.098Z] [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. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.098Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 15:18:38 [2024-04-11T19:18:38.099Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 15:18:38 [2024-04-11T19:18:38.100Z] [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. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:18:38 [2024-04-11T19:18:38.100Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Operation completed in 77656 ms. 15:19:59 [2024-04-11T19:19:59.488Z] [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} 15:19:59 [2024-04-11T19:19:59.488Z] [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. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing epp.package.jee 4.32.0.20240411-1203. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.488Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 15:19:59 [2024-04-11T19:19:59.489Z] [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. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 15:19:59 [2024-04-11T19:19:59.489Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 15:19:59 [2024-04-11T19:19:59.490Z] [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. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 15:19:59 [2024-04-11T19:19:59.490Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 15:19:59 [2024-04-11T19:19:59.491Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:19:59 [2024-04-11T19:19:59.491Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:19:59 [2024-04-11T19:19:59.491Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Operation completed in 78388 ms. 15:21:20 [2024-04-11T19:21:20.874Z] [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} 15:21:20 [2024-04-11T19:21:20.874Z] [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. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing epp.package.jee 4.32.0.20240411-1203. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.874Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. 15:21:20 [2024-04-11T19:21:20.875Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.300.v202307260736. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. 15:21:20 [2024-04-11T19:21:20.876Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:21:20 [2024-04-11T19:21:20.877Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:22:42 [2024-04-11T19:22:42.257Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Operation completed in 82043 ms. 15:22:42 [2024-04-11T19:22:42.257Z] [INFO] 15:22:42 [2024-04-11T19:22:42.257Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.jee --- 15:23:14 [2024-04-11T19:23:14.283Z] [INFO] [Thu Apr 11 19:23:11 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'... 15:25:05 [2024-04-11T19:25:05.682Z] [INFO] [Thu Apr 11 19:25:01 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'... 15:26:27 [2024-04-11T19:26:27.081Z] [INFO] 15:26:27 [2024-04-11T19:26:27.081Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.jee --- 15:26:27 [2024-04-11T19:26:27.081Z] [INFO] [Thu Apr 11 19:26:15 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' 15:26:27 [2024-04-11T19:26:27.081Z] [INFO] [Thu Apr 11 19:26:16 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' 15:26:27 [2024-04-11T19:26:27.081Z] [INFO] 15:26:27 [2024-04-11T19:26:27.081Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.jee --- 15:26:27 [2024-04-11T19:26:27.081Z] [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 15:27:05 [2024-04-11T19:27:05.753Z] [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 15:27:52 [2024-04-11T19:27:52.385Z] [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 15:28:10 [2024-04-11T19:28:10.437Z] [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 15:28:57 [2024-04-11T19:28:57.064Z] [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 15:29:35 [2024-04-11T19:29:35.740Z] [INFO] 15:29:35 [2024-04-11T19:29:35.740Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.jee --- 15:29:35 [2024-04-11T19:29:35.996Z] [INFO] [Thu Apr 11 19:29:35 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'... 15:30:43 [2024-04-11T19:30:43.692Z] [INFO] 15:30:43 [2024-04-11T19:30:43.693Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.jee --- 15:30:43 [2024-04-11T19:30:43.693Z] [INFO] [Thu Apr 11 19:30:36 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'... 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] from pom.xml 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 15:31:39 [2024-04-11T19:31:39.872Z] [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... 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] ------------------------------------------------------------------------ 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] epp.package.jee .................................... SUCCESS [18:01 min] 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.011 s] 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] ------------------------------------------------------------------------ 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] BUILD SUCCESS 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] ------------------------------------------------------------------------ 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] Total time: 18:09 min 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] Finished at: 2024-04-11T19:31:38Z 15:31:39 [2024-04-11T19:31:39.872Z] [INFO] ------------------------------------------------------------------------ 15:31:39 [2024-04-11T19:31:39.872Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 15:31:39 [2024-04-11T19:31:39.886Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 15:31:39 [2024-04-11T19:31:39.886Z] [ssh-agent] Looking for ssh-agent implementation... 15:31:39 [2024-04-11T19:31:39.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:39 [2024-04-11T19:31:39.901Z] $ ssh-agent 15:31:39 [2024-04-11T19:31:39.912Z] SSH_AUTH_SOCK=/tmp/ssh-qKGbR0m8Eg7N/agent.9195 15:31:39 [2024-04-11T19:31:39.912Z] SSH_AGENT_PID=9197 15:31:39 [2024-04-11T19:31:39.918Z] Running ssh-add (command line suppressed) 15:31:39 [2024-04-11T19:31:39.974Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_656132419223806130.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_656132419223806130.key) 15:31:39 [2024-04-11T19:31:39.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:40 [2024-04-11T19:31:40.268Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ jee 15:31:40 [2024-04-11T19:31:40.268Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 15:31:40 [2024-04-11T19:31:40.268Z] + shift 15:31:40 [2024-04-11T19:31:40.268Z] + PACKAGES=jee 15:31:40 [2024-04-11T19:31:40.268Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 15:31:40 [2024-04-11T19:31:40.268Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 15:31:40 [2024-04-11T19:31:40.268Z] + SCP=scp 15:31:40 [2024-04-11T19:31:40.268Z] + for PACKAGE in $PACKAGES 15:31:40 [2024-04-11T19:31:40.268Z] + pushd packages/org.eclipse.epp.package.jee.product/target/products 15:31:40 [2024-04-11T19:31:40.268Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products ~/agent/workspace/epp_master 15:31:40 [2024-04-11T19:31:40.268Z] ++ 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 15:31:40 [2024-04-11T19:31:40.268Z] + for NAME in $(find * -type f -maxdepth 0) 15:31:40 [2024-04-11T19:31:40.268Z] ++ echo eclipse-jee-2024-06-M1-linux.gtk.aarch64.tar.gz 15:31:40 [2024-04-11T19:31:40.268Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:31:40 [2024-04-11T19:31:40.268Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:31:40 [2024-04-11T19:31:40.268Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:31:40 [2024-04-11T19:31:40.268Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:31:40 [2024-04-11T19:31:40.268Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:31:40 [2024-04-11T19:31:40.268Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:31:40 [2024-04-11T19:31:40.268Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:31:40 [2024-04-11T19:31:40.268Z] + NEWNAME=eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 15:31:40 [2024-04-11T19:31:40.268Z] + mv eclipse-jee-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 15:31:40 [2024-04-11T19:31:40.268Z] + md5sum eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 15:31:42 [2024-04-11T19:31:42.160Z] + sha1sum eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 15:31:44 [2024-04-11T19:31:44.679Z] + sha512sum -b eclipse-jee-2024-06-M1-linux-gtk-aarch64.tar.gz 15:31:47 [2024-04-11T19:31:47.945Z] + 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// 15:31:57 [2024-04-11T19:31:57.893Z] + for NAME in $(find * -type f -maxdepth 0) 15:31:57 [2024-04-11T19:31:57.893Z] ++ echo eclipse-jee-2024-06-M1-linux.gtk.x86_64.tar.gz 15:31:57 [2024-04-11T19:31:57.893Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:31:57 [2024-04-11T19:31:57.893Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:31:57 [2024-04-11T19:31:57.893Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:31:57 [2024-04-11T19:31:57.893Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:31:57 [2024-04-11T19:31:57.893Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:31:57 [2024-04-11T19:31:57.893Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:31:57 [2024-04-11T19:31:57.893Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:31:57 [2024-04-11T19:31:57.893Z] + NEWNAME=eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 15:31:57 [2024-04-11T19:31:57.893Z] + mv eclipse-jee-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 15:31:57 [2024-04-11T19:31:57.893Z] + md5sum eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 15:31:59 [2024-04-11T19:31:59.785Z] + sha1sum eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 15:32:02 [2024-04-11T19:32:02.302Z] + sha512sum -b eclipse-jee-2024-06-M1-linux-gtk-x86_64.tar.gz 15:32:05 [2024-04-11T19:32:05.569Z] + 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// 15:32:17 [2024-04-11T19:32:17.744Z] + for NAME in $(find * -type f -maxdepth 0) 15:32:17 [2024-04-11T19:32:17.744Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.dmg 15:32:17 [2024-04-11T19:32:17.744Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:32:17 [2024-04-11T19:32:17.744Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:32:17 [2024-04-11T19:32:17.744Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:32:17 [2024-04-11T19:32:17.744Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:32:17 [2024-04-11T19:32:17.744Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:32:17 [2024-04-11T19:32:17.744Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:32:17 [2024-04-11T19:32:17.744Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:32:17 [2024-04-11T19:32:17.744Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:32:17 [2024-04-11T19:32:17.744Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:32:17 [2024-04-11T19:32:17.744Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:32:17 [2024-04-11T19:32:17.744Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:32:19 [2024-04-11T19:32:19.635Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:32:22 [2024-04-11T19:32:22.907Z] + 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// 15:32:35 [2024-04-11T19:32:35.083Z] + for NAME in $(find * -type f -maxdepth 0) 15:32:35 [2024-04-11T19:32:35.083Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.tar.gz 15:32:35 [2024-04-11T19:32:35.083Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:32:35 [2024-04-11T19:32:35.083Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:32:35 [2024-04-11T19:32:35.083Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:32:35 [2024-04-11T19:32:35.083Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:32:35 [2024-04-11T19:32:35.083Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:32:35 [2024-04-11T19:32:35.083Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:32:35 [2024-04-11T19:32:35.083Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:32:35 [2024-04-11T19:32:35.083Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:32:35 [2024-04-11T19:32:35.083Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:32:35 [2024-04-11T19:32:35.083Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:32:36 [2024-04-11T19:32:36.976Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:32:38 [2024-04-11T19:32:38.871Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:32:42 [2024-04-11T19:32:42.140Z] + 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// 15:32:54 [2024-04-11T19:32:54.317Z] + for NAME in $(find * -type f -maxdepth 0) 15:32:54 [2024-04-11T19:32:54.317Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.dmg 15:32:54 [2024-04-11T19:32:54.317Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:32:54 [2024-04-11T19:32:54.317Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:32:54 [2024-04-11T19:32:54.317Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:32:54 [2024-04-11T19:32:54.317Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:32:54 [2024-04-11T19:32:54.317Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:32:54 [2024-04-11T19:32:54.317Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:32:54 [2024-04-11T19:32:54.317Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:32:54 [2024-04-11T19:32:54.317Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:32:54 [2024-04-11T19:32:54.317Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:32:54 [2024-04-11T19:32:54.317Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:32:55 [2024-04-11T19:32:55.685Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:32:58 [2024-04-11T19:32:58.205Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:33:01 [2024-04-11T19:33:01.473Z] + 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// 15:33:16 [2024-04-11T19:33:16.322Z] + for NAME in $(find * -type f -maxdepth 0) 15:33:16 [2024-04-11T19:33:16.322Z] ++ echo eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.tar.gz 15:33:16 [2024-04-11T19:33:16.322Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:33:16 [2024-04-11T19:33:16.322Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:33:16 [2024-04-11T19:33:16.322Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:33:16 [2024-04-11T19:33:16.322Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:33:16 [2024-04-11T19:33:16.322Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:33:16 [2024-04-11T19:33:16.322Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:33:16 [2024-04-11T19:33:16.322Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:33:16 [2024-04-11T19:33:16.322Z] + NEWNAME=eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:33:16 [2024-04-11T19:33:16.322Z] + mv eclipse-jee-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:33:16 [2024-04-11T19:33:16.322Z] + md5sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:33:16 [2024-04-11T19:33:16.322Z] + sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:33:17 [2024-04-11T19:33:17.689Z] + sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:33:20 [2024-04-11T19:33:20.961Z] + 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// 15:33:33 [2024-04-11T19:33:33.138Z] + for NAME in $(find * -type f -maxdepth 0) 15:33:33 [2024-04-11T19:33:33.138Z] ++ echo eclipse-jee-2024-06-M1-win32.win32.x86_64.zip 15:33:33 [2024-04-11T19:33:33.138Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:33:33 [2024-04-11T19:33:33.138Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:33:33 [2024-04-11T19:33:33.138Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:33:33 [2024-04-11T19:33:33.138Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:33:33 [2024-04-11T19:33:33.138Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:33:33 [2024-04-11T19:33:33.138Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:33:33 [2024-04-11T19:33:33.138Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:33:33 [2024-04-11T19:33:33.138Z] + NEWNAME=eclipse-jee-2024-06-M1-win32-x86_64.zip 15:33:33 [2024-04-11T19:33:33.138Z] + mv eclipse-jee-2024-06-M1-win32.win32.x86_64.zip eclipse-jee-2024-06-M1-win32-x86_64.zip 15:33:33 [2024-04-11T19:33:33.138Z] + md5sum eclipse-jee-2024-06-M1-win32-x86_64.zip 15:33:34 [2024-04-11T19:33:34.068Z] + sha1sum eclipse-jee-2024-06-M1-win32-x86_64.zip 15:33:36 [2024-04-11T19:33:36.590Z] + sha512sum -b eclipse-jee-2024-06-M1-win32-x86_64.zip 15:33:39 [2024-04-11T19:33:39.862Z] + 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// 15:33:54 [2024-04-11T19:33:54.710Z] + popd 15:33:54 [2024-04-11T19:33:54.710Z] ~/agent/workspace/epp_master 15:33:54 [2024-04-11T19:33:54.710Z] + 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 15:33:54 [2024-04-11T19:33:54.710Z] + 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 15:33:54 [2024-04-11T19:33:54.710Z] + 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] } 15:33:54 [2024-04-11T19:33:54.717Z] $ ssh-agent -k 15:33:54 [2024-04-11T19:33:54.724Z] unset SSH_AUTH_SOCK; 15:33:54 [2024-04-11T19:33:54.724Z] unset SSH_AGENT_PID; 15:33:54 [2024-04-11T19:33:54.724Z] echo Agent pid 9197 killed; 15:33:54 [2024-04-11T19:33:54.729Z] [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 15:33:55 [2024-04-11T19:33:55.103Z] + 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 15:33:55 [2024-04-11T19:33:55.360Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 15:33:55 [2024-04-11T19:33:55.360Z] Maven home: /opt/tools/apache-maven/latest 15:33:55 [2024-04-11T19:33:55.360Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 15:33:55 [2024-04-11T19:33:55.360Z] Default locale: en_US, platform encoding: UTF-8 15:33:55 [2024-04-11T19:33:55.360Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 15:33:57 [2024-04-11T19:33:57.875Z] [INFO] Scanning for projects... 15:34:00 [2024-04-11T19:34:00.414Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 15:34:00 [2024-04-11T19:34:00.414Z] [INFO] Tycho Mode: project 15:34:00 [2024-04-11T19:34:00.414Z] [INFO] Tycho Builder: maven 15:34:00 [2024-04-11T19:34:00.414Z] [INFO] Build Threads: 1 15:34:05 [2024-04-11T19:34:05.679Z] [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. 15:34:05 [2024-04-11T19:34:05.679Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 15:34:05 [2024-04-11T19:34:05.679Z] [INFO] ------------------------------------------------------------------------ 15:34:05 [2024-04-11T19:34:05.679Z] [INFO] Reactor Build Order: 15:34:05 [2024-04-11T19:34:05.679Z] [INFO] 15:34:05 [2024-04-11T19:34:05.679Z] [INFO] epp.package.modeling [eclipse-repository] 15:34:05 [2024-04-11T19:34:05.679Z] [INFO] org.eclipse.epp-buildall [pom] 15:34:05 [2024-04-11T19:34:05.964Z] [INFO] 15:34:05 [2024-04-11T19:34:05.964Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- 15:34:05 [2024-04-11T19:34:05.964Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [1/2] 15:34:05 [2024-04-11T19:34:05.964Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml 15:34:05 [2024-04-11T19:34:05.964Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 15:34:05 [2024-04-11T19:34:05.964Z] [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 15:34:11 [2024-04-11T19:34:11.209Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 15:34:11 [2024-04-11T19:34:11.209Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 15:34:11 [2024-04-11T19:34:11.209Z] [INFO] Transport mode: online 15:34:11 [2024-04-11T19:34:11.209Z] [INFO] Http Transport type: Java11Client 15:34:11 [2024-04-11T19:34:11.209Z] [INFO] Update mode: cache first 15:34:11 [2024-04-11T19:34:11.209Z] [INFO] Minimum cache duration: 60 minutes 15:34:11 [2024-04-11T19:34:11.209Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 15:34:11 [2024-04-11T19:34:11.464Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 15:34:11 [2024-04-11T19:34:11.721Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 15:34:14 [2024-04-11T19:34:14.984Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 15:34:14 [2024-04-11T19:34:14.984Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 15:34:14 [2024-04-11T19:34:14.984Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 15:34:29 [2024-04-11T19:34:29.836Z] [INFO] 15:34:29 [2024-04-11T19:34:29.836Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- 15:34:31 [2024-04-11T19:34:31.202Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 15:34:31 [2024-04-11T19:34:31.202Z] [INFO] 15:34:31 [2024-04-11T19:34:31.202Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.modeling --- 15:34:31 [2024-04-11T19:34:31.458Z] [INFO] 15:34:31 [2024-04-11T19:34:31.458Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- 15:34:31 [2024-04-11T19:34:31.458Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target 15:34:31 [2024-04-11T19:34:31.714Z] [INFO] 15:34:31 [2024-04-11T19:34:31.714Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.modeling --- 15:34:31 [2024-04-11T19:34:31.714Z] [INFO] 15:34:31 [2024-04-11T19:34:31.714Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 15:34:31 [2024-04-11T19:34:31.972Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] 15:34:32 [2024-04-11T19:34:32.228Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.modeling --- 15:34:33 [2024-04-11T19:34:33.155Z] [INFO] 15:34:33 [2024-04-11T19:34:33.155Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.modeling --- 15:34:33 [2024-04-11T19:34:33.155Z] [INFO] 15:34:33 [2024-04-11T19:34:33.155Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- 15:34:33 [2024-04-11T19:34:33.155Z] [INFO] 15:34:33 [2024-04-11T19:34:33.155Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.modeling --- 15:36:24 [2024-04-11T19:36:24.567Z] [INFO] 15:36:24 [2024-04-11T19:36:24.567Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.modeling --- 15:36:24 [2024-04-11T19:36:24.567Z] [INFO] 15:36:24 [2024-04-11T19:36:24.567Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.modeling --- 15:36:24 [2024-04-11T19:36:24.567Z] [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} 15:36:24 [2024-04-11T19:36:24.567Z] [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. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing epp.package.modeling 4.32.0.20240411-1203. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 15:36:24 [2024-04-11T19:36:24.568Z] [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. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 15:36:24 [2024-04-11T19:36:24.568Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 15:36:24 [2024-04-11T19:36:24.569Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 15:36:24 [2024-04-11T19:36:24.569Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:36:24 [2024-04-11T19:36:24.569Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:36:24 [2024-04-11T19:36:24.569Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Operation completed in 111415 ms. 15:38:15 [2024-04-11T19:38:15.978Z] [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} 15:38:15 [2024-04-11T19:38:15.978Z] [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. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing epp.package.modeling 4.32.0.20240411-1203. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 15:38:15 [2024-04-11T19:38:15.978Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:38:15 [2024-04-11T19:38:15.979Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.385Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Operation completed in 106200 ms. 15:40:07 [2024-04-11T19:40:07.385Z] [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} 15:40:07 [2024-04-11T19:40:07.386Z] [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. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing epp.package.modeling 4.32.0.20240411-1203. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 15:40:07 [2024-04-11T19:40:07.386Z] [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. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:40:07 [2024-04-11T19:40:07.386Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 15:40:07 [2024-04-11T19:40:07.387Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 15:40:07 [2024-04-11T19:40:07.387Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 15:40:07 [2024-04-11T19:40:07.387Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 15:40:07 [2024-04-11T19:40:07.387Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:40:07 [2024-04-11T19:40:07.387Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:40:07 [2024-04-11T19:40:07.387Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Operation completed in 104808 ms. 15:41:58 [2024-04-11T19:41:58.795Z] [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} 15:41:58 [2024-04-11T19:41:58.795Z] [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. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing epp.package.modeling 4.32.0.20240411-1203. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.795Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 15:41:58 [2024-04-11T19:41:58.796Z] [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. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:41:58 [2024-04-11T19:41:58.796Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Operation completed in 104013 ms. 15:43:35 [2024-04-11T19:43:35.197Z] [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} 15:43:35 [2024-04-11T19:43:35.197Z] [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. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing epp.package.modeling 4.32.0.20240411-1203. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. 15:43:35 [2024-04-11T19:43:35.197Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.0.202306021647. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.27.0.20221109-1132. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240406-1929. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240321-1303. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 15:43:35 [2024-04-11T19:43:35.198Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 15:45:26 [2024-04-11T19:45:26.611Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Operation completed in 103795 ms. 15:45:26 [2024-04-11T19:45:26.611Z] [INFO] 15:45:26 [2024-04-11T19:45:26.611Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.modeling --- 15:45:53 [2024-04-11T19:45:53.122Z] [INFO] [Thu Apr 11 19:45:50 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'... 15:47:44 [2024-04-11T19:47:44.544Z] [INFO] [Thu Apr 11 19:47:37 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'... 15:48:52 [2024-04-11T19:48:52.189Z] [INFO] 15:48:52 [2024-04-11T19:48:52.189Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.modeling --- 15:48:52 [2024-04-11T19:48:52.189Z] [INFO] [Thu Apr 11 19:48:51 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' 15:48:52 [2024-04-11T19:48:52.189Z] [INFO] [Thu Apr 11 19:48:51 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' 15:48:55 [2024-04-11T19:48:55.465Z] [INFO] 15:48:55 [2024-04-11T19:48:55.465Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.modeling --- 15:48:55 [2024-04-11T19:48:55.465Z] [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 15:49:42 [2024-04-11T19:49:42.103Z] [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 15:50:20 [2024-04-11T19:50:20.786Z] [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 15:50:42 [2024-04-11T19:50:42.682Z] [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 15:51:21 [2024-04-11T19:51:21.346Z] [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 15:52:00 [2024-04-11T19:52:00.012Z] [INFO] 15:52:00 [2024-04-11T19:52:00.012Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.modeling --- 15:52:00 [2024-04-11T19:52:00.012Z] [INFO] [Thu Apr 11 19:51:58 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'... 15:53:07 [2024-04-11T19:53:07.669Z] [INFO] 15:53:07 [2024-04-11T19:53:07.669Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.modeling --- 15:53:07 [2024-04-11T19:53:07.670Z] [INFO] [Thu Apr 11 19:52:56 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'... 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] from pom.xml 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 15:53:54 [2024-04-11T19:53:54.314Z] [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... 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] ------------------------------------------------------------------------ 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] epp.package.modeling ............................... SUCCESS [19:47 min] 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.005 s] 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] ------------------------------------------------------------------------ 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] BUILD SUCCESS 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] ------------------------------------------------------------------------ 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] Total time: 19:55 min 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] Finished at: 2024-04-11T19:53:52Z 15:53:54 [2024-04-11T19:53:54.314Z] [INFO] ------------------------------------------------------------------------ 15:53:54 [2024-04-11T19:53:54.314Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 15:53:54 [2024-04-11T19:53:54.328Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 15:53:54 [2024-04-11T19:53:54.328Z] [ssh-agent] Looking for ssh-agent implementation... 15:53:54 [2024-04-11T19:53:54.341Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:53:54 [2024-04-11T19:53:54.342Z] $ ssh-agent 15:53:54 [2024-04-11T19:53:54.354Z] SSH_AUTH_SOCK=/tmp/ssh-faQ4hI2x7OBy/agent.10683 15:53:54 [2024-04-11T19:53:54.354Z] SSH_AGENT_PID=10685 15:53:54 [2024-04-11T19:53:54.361Z] Running ssh-add (command line suppressed) 15:53:54 [2024-04-11T19:53:54.378Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_10462079046684255264.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_10462079046684255264.key) 15:53:54 [2024-04-11T19:53:54.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:53:54 [2024-04-11T19:53:54.665Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ modeling 15:53:54 [2024-04-11T19:53:54.665Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 15:53:54 [2024-04-11T19:53:54.665Z] + shift 15:53:54 [2024-04-11T19:53:54.665Z] + PACKAGES=modeling 15:53:54 [2024-04-11T19:53:54.665Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 15:53:54 [2024-04-11T19:53:54.665Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 15:53:54 [2024-04-11T19:53:54.665Z] + SCP=scp 15:53:54 [2024-04-11T19:53:54.665Z] + for PACKAGE in $PACKAGES 15:53:54 [2024-04-11T19:53:54.665Z] + pushd packages/org.eclipse.epp.package.modeling.product/target/products 15:53:54 [2024-04-11T19:53:54.665Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products ~/agent/workspace/epp_master 15:53:54 [2024-04-11T19:53:54.665Z] ++ 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 15:53:54 [2024-04-11T19:53:54.665Z] + for NAME in $(find * -type f -maxdepth 0) 15:53:54 [2024-04-11T19:53:54.665Z] ++ echo eclipse-modeling-2024-06-M1-linux.gtk.aarch64.tar.gz 15:53:54 [2024-04-11T19:53:54.665Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:53:54 [2024-04-11T19:53:54.665Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:53:54 [2024-04-11T19:53:54.665Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:53:54 [2024-04-11T19:53:54.665Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:53:54 [2024-04-11T19:53:54.665Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:53:54 [2024-04-11T19:53:54.665Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:53:54 [2024-04-11T19:53:54.665Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:53:54 [2024-04-11T19:53:54.665Z] + NEWNAME=eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 15:53:54 [2024-04-11T19:53:54.665Z] + mv eclipse-modeling-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 15:53:54 [2024-04-11T19:53:54.665Z] + md5sum eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 15:53:56 [2024-04-11T19:53:56.557Z] + sha1sum eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 15:53:59 [2024-04-11T19:53:59.077Z] + sha512sum -b eclipse-modeling-2024-06-M1-linux-gtk-aarch64.tar.gz 15:54:02 [2024-04-11T19:54:02.352Z] + 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// 15:54:17 [2024-04-11T19:54:17.202Z] + for NAME in $(find * -type f -maxdepth 0) 15:54:17 [2024-04-11T19:54:17.202Z] ++ echo eclipse-modeling-2024-06-M1-linux.gtk.x86_64.tar.gz 15:54:17 [2024-04-11T19:54:17.202Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:54:17 [2024-04-11T19:54:17.202Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:54:17 [2024-04-11T19:54:17.202Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:54:17 [2024-04-11T19:54:17.202Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:54:17 [2024-04-11T19:54:17.202Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:54:17 [2024-04-11T19:54:17.202Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:54:17 [2024-04-11T19:54:17.202Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:54:17 [2024-04-11T19:54:17.202Z] + NEWNAME=eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 15:54:17 [2024-04-11T19:54:17.202Z] + mv eclipse-modeling-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 15:54:17 [2024-04-11T19:54:17.202Z] + md5sum eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 15:54:17 [2024-04-11T19:54:17.202Z] + sha1sum eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 15:54:19 [2024-04-11T19:54:19.722Z] + sha512sum -b eclipse-modeling-2024-06-M1-linux-gtk-x86_64.tar.gz 15:54:23 [2024-04-11T19:54:23.894Z] + 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// 15:54:38 [2024-04-11T19:54:38.745Z] + for NAME in $(find * -type f -maxdepth 0) 15:54:38 [2024-04-11T19:54:38.745Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.dmg 15:54:38 [2024-04-11T19:54:38.745Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:54:38 [2024-04-11T19:54:38.745Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:54:38 [2024-04-11T19:54:38.745Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:54:38 [2024-04-11T19:54:38.745Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:54:38 [2024-04-11T19:54:38.745Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:54:38 [2024-04-11T19:54:38.745Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:54:38 [2024-04-11T19:54:38.745Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:54:38 [2024-04-11T19:54:38.745Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:54:38 [2024-04-11T19:54:38.745Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:54:38 [2024-04-11T19:54:38.745Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:54:38 [2024-04-11T19:54:38.745Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:54:40 [2024-04-11T19:54:40.639Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 15:54:43 [2024-04-11T19:54:43.914Z] + 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// 15:54:56 [2024-04-11T19:54:56.097Z] + for NAME in $(find * -type f -maxdepth 0) 15:54:56 [2024-04-11T19:54:56.097Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.tar.gz 15:54:56 [2024-04-11T19:54:56.097Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:54:56 [2024-04-11T19:54:56.097Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:54:56 [2024-04-11T19:54:56.097Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:54:56 [2024-04-11T19:54:56.097Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:54:56 [2024-04-11T19:54:56.097Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:54:56 [2024-04-11T19:54:56.097Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:54:56 [2024-04-11T19:54:56.097Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:54:56 [2024-04-11T19:54:56.097Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:54:56 [2024-04-11T19:54:56.097Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:54:56 [2024-04-11T19:54:56.097Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:54:57 [2024-04-11T19:54:57.990Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:55:00 [2024-04-11T19:55:00.507Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.tar.gz 15:55:04 [2024-04-11T19:55:04.678Z] + 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// 15:55:19 [2024-04-11T19:55:19.527Z] + for NAME in $(find * -type f -maxdepth 0) 15:55:19 [2024-04-11T19:55:19.527Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.dmg 15:55:19 [2024-04-11T19:55:19.527Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:55:19 [2024-04-11T19:55:19.527Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:55:19 [2024-04-11T19:55:19.527Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:55:19 [2024-04-11T19:55:19.527Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:55:19 [2024-04-11T19:55:19.527Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:55:19 [2024-04-11T19:55:19.527Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:55:19 [2024-04-11T19:55:19.527Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:55:19 [2024-04-11T19:55:19.527Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:55:19 [2024-04-11T19:55:19.527Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:55:19 [2024-04-11T19:55:19.527Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:55:19 [2024-04-11T19:55:19.527Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:55:21 [2024-04-11T19:55:21.420Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 15:55:25 [2024-04-11T19:55:25.589Z] + 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// 15:55:37 [2024-04-11T19:55:37.763Z] + for NAME in $(find * -type f -maxdepth 0) 15:55:37 [2024-04-11T19:55:37.763Z] ++ echo eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.tar.gz 15:55:37 [2024-04-11T19:55:37.763Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:55:37 [2024-04-11T19:55:37.763Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:55:37 [2024-04-11T19:55:37.763Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:55:37 [2024-04-11T19:55:37.763Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:55:37 [2024-04-11T19:55:37.763Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:55:37 [2024-04-11T19:55:37.763Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:55:37 [2024-04-11T19:55:37.763Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:55:37 [2024-04-11T19:55:37.763Z] + NEWNAME=eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:55:37 [2024-04-11T19:55:37.763Z] + mv eclipse-modeling-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:55:37 [2024-04-11T19:55:37.763Z] + md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:55:38 [2024-04-11T19:55:38.328Z] + sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:55:40 [2024-04-11T19:55:40.865Z] + sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.tar.gz 15:55:45 [2024-04-11T19:55:45.037Z] + 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// 15:55:57 [2024-04-11T19:55:57.215Z] + for NAME in $(find * -type f -maxdepth 0) 15:55:57 [2024-04-11T19:55:57.215Z] ++ echo eclipse-modeling-2024-06-M1-win32.win32.x86_64.zip 15:55:57 [2024-04-11T19:55:57.215Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 15:55:57 [2024-04-11T19:55:57.215Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 15:55:57 [2024-04-11T19:55:57.215Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 15:55:57 [2024-04-11T19:55:57.215Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 15:55:57 [2024-04-11T19:55:57.215Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 15:55:57 [2024-04-11T19:55:57.215Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 15:55:57 [2024-04-11T19:55:57.215Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 15:55:57 [2024-04-11T19:55:57.215Z] + NEWNAME=eclipse-modeling-2024-06-M1-win32-x86_64.zip 15:55:57 [2024-04-11T19:55:57.215Z] + mv eclipse-modeling-2024-06-M1-win32.win32.x86_64.zip eclipse-modeling-2024-06-M1-win32-x86_64.zip 15:55:57 [2024-04-11T19:55:57.215Z] + md5sum eclipse-modeling-2024-06-M1-win32-x86_64.zip 15:55:58 [2024-04-11T19:55:58.584Z] + sha1sum eclipse-modeling-2024-06-M1-win32-x86_64.zip 15:56:01 [2024-04-11T19:56:01.104Z] + sha512sum -b eclipse-modeling-2024-06-M1-win32-x86_64.zip 15:56:05 [2024-04-11T19:56:05.277Z] + 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// 15:56:20 [2024-04-11T19:56:20.128Z] + popd 15:56:20 [2024-04-11T19:56:20.128Z] ~/agent/workspace/epp_master 15:56:20 [2024-04-11T19:56:20.128Z] + 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 15:56:20 [2024-04-11T19:56:20.128Z] + 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 15:56:20 [2024-04-11T19:56:20.128Z] + 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] } 15:56:20 [2024-04-11T19:56:20.136Z] $ ssh-agent -k 15:56:20 [2024-04-11T19:56:20.143Z] unset SSH_AUTH_SOCK; 15:56:20 [2024-04-11T19:56:20.143Z] unset SSH_AGENT_PID; 15:56:20 [2024-04-11T19:56:20.143Z] echo Agent pid 10685 killed; 15:56:20 [2024-04-11T19:56:20.150Z] [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 15:56:20 [2024-04-11T19:56:20.536Z] + 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 15:56:20 [2024-04-11T19:56:20.793Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 15:56:20 [2024-04-11T19:56:20.793Z] Maven home: /opt/tools/apache-maven/latest 15:56:20 [2024-04-11T19:56:20.793Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 15:56:20 [2024-04-11T19:56:20.793Z] Default locale: en_US, platform encoding: UTF-8 15:56:20 [2024-04-11T19:56:20.793Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 15:56:23 [2024-04-11T19:56:23.311Z] [INFO] Scanning for projects... 15:56:25 [2024-04-11T19:56:25.205Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 15:56:25 [2024-04-11T19:56:25.205Z] [INFO] Tycho Mode: project 15:56:25 [2024-04-11T19:56:25.205Z] [INFO] Tycho Builder: maven 15:56:25 [2024-04-11T19:56:25.461Z] [INFO] Build Threads: 1 15:56:30 [2024-04-11T19:56:30.753Z] [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. 15:56:31 [2024-04-11T19:56:31.009Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] ------------------------------------------------------------------------ 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] Reactor Build Order: 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] epp.package.php [eclipse-repository] 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] org.eclipse.epp-buildall [pom] 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [1/2] 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml 15:56:31 [2024-04-11T19:56:31.009Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 15:56:31 [2024-04-11T19:56:31.009Z] [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 15:56:36 [2024-04-11T19:56:36.258Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 15:56:36 [2024-04-11T19:56:36.258Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 15:56:36 [2024-04-11T19:56:36.258Z] [INFO] Transport mode: online 15:56:36 [2024-04-11T19:56:36.258Z] [INFO] Http Transport type: Java11Client 15:56:36 [2024-04-11T19:56:36.258Z] [INFO] Update mode: cache first 15:56:36 [2024-04-11T19:56:36.258Z] [INFO] Minimum cache duration: 60 minutes 15:56:36 [2024-04-11T19:56:36.258Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 15:56:36 [2024-04-11T19:56:36.852Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 15:56:37 [2024-04-11T19:56:37.414Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 15:56:40 [2024-04-11T19:56:40.689Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 15:56:40 [2024-04-11T19:56:40.689Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 15:56:40 [2024-04-11T19:56:40.689Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 15:56:48 [2024-04-11T19:56:48.782Z] [INFO] 15:56:48 [2024-04-11T19:56:48.782Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- 15:56:49 [2024-04-11T19:56:49.355Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 15:56:49 [2024-04-11T19:56:49.355Z] [INFO] 15:56:49 [2024-04-11T19:56:49.355Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.php --- 15:56:49 [2024-04-11T19:56:49.613Z] [INFO] 15:56:49 [2024-04-11T19:56:49.613Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- 15:56:49 [2024-04-11T19:56:49.613Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target 15:56:49 [2024-04-11T19:56:49.613Z] [INFO] 15:56:49 [2024-04-11T19:56:49.613Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.php --- 15:56:49 [2024-04-11T19:56:49.869Z] [INFO] 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 15:56:49 [2024-04-11T19:56:49.870Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] 15:56:50 [2024-04-11T19:56:50.126Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.php --- 15:56:51 [2024-04-11T19:56:51.057Z] [INFO] 15:56:51 [2024-04-11T19:56:51.057Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.php --- 15:56:51 [2024-04-11T19:56:51.057Z] [INFO] 15:56:51 [2024-04-11T19:56:51.057Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.php --- 15:56:51 [2024-04-11T19:56:51.057Z] [INFO] 15:56:51 [2024-04-11T19:56:51.057Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.php --- 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.php --- 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.php --- 15:58:27 [2024-04-11T19:58:27.478Z] [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} 15:58:27 [2024-04-11T19:58:27.478Z] [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. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing epp.package.php 4.32.0.20240411-1203. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 15:58:27 [2024-04-11T19:58:27.478Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 15:58:27 [2024-04-11T19:58:27.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 15:58:27 [2024-04-11T19:58:27.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 15:58:27 [2024-04-11T19:58:27.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Operation completed in 58152 ms. 15:59:23 [2024-04-11T19:59:23.665Z] [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} 15:59:23 [2024-04-11T19:59:23.665Z] [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. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing epp.package.php 4.32.0.20240411-1203. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 15:59:23 [2024-04-11T19:59:23.665Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 15:59:23 [2024-04-11T19:59:23.666Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Operation completed in 53522 ms. 16:00:19 [2024-04-11T20:00:19.850Z] [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} 16:00:19 [2024-04-11T20:00:19.850Z] [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. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing epp.package.php 4.32.0.20240411-1203. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 16:00:19 [2024-04-11T20:00:19.850Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Operation completed in 50490 ms. 16:01:06 [2024-04-11T20:01:06.487Z] [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} 16:01:06 [2024-04-11T20:01:06.487Z] [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. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing epp.package.php 4.32.0.20240411-1203. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.487Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 16:01:06 [2024-04-11T20:01:06.488Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Operation completed in 51009 ms. 16:02:02 [2024-04-11T20:02:02.673Z] [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} 16:02:02 [2024-04-11T20:02:02.673Z] [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. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing epp.package.php 4.32.0.20240411-1203. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.673Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. 16:02:02 [2024-04-11T20:02:02.674Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. 16:02:49 [2024-04-11T20:02:49.306Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Operation completed in 51042 ms. 16:02:49 [2024-04-11T20:02:49.306Z] [INFO] 16:02:49 [2024-04-11T20:02:49.306Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.php --- 16:03:21 [2024-04-11T20:03:21.344Z] [INFO] [Thu Apr 11 20:03:18 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'... 16:04:57 [2024-04-11T20:04:57.749Z] [INFO] [Thu Apr 11 20:04:43 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'... 16:05:44 [2024-04-11T20:05:44.385Z] [INFO] 16:05:44 [2024-04-11T20:05:44.385Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.php --- 16:05:44 [2024-04-11T20:05:44.385Z] [INFO] [Thu Apr 11 20:05:42 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' 16:05:45 [2024-04-11T20:05:45.754Z] [INFO] [Thu Apr 11 20:05:45 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' 16:05:52 [2024-04-11T20:05:52.321Z] [INFO] 16:05:52 [2024-04-11T20:05:52.321Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.php --- 16:05:52 [2024-04-11T20:05:52.321Z] [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 16:06:30 [2024-04-11T20:06:30.994Z] [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 16:07:09 [2024-04-11T20:07:09.684Z] [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 16:07:24 [2024-04-11T20:07:24.532Z] [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 16:08:03 [2024-04-11T20:08:03.203Z] [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 16:08:35 [2024-04-11T20:08:35.241Z] [INFO] 16:08:35 [2024-04-11T20:08:35.241Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.php --- 16:08:35 [2024-04-11T20:08:35.241Z] [INFO] [Thu Apr 11 20:08:31 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'... 16:09:21 [2024-04-11T20:09:21.883Z] [INFO] 16:09:21 [2024-04-11T20:09:21.883Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.php --- 16:09:21 [2024-04-11T20:09:21.883Z] [INFO] [Thu Apr 11 20:09:18 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'... 16:10:08 [2024-04-11T20:10:08.541Z] [INFO] 16:10:08 [2024-04-11T20:10:08.541Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 16:10:08 [2024-04-11T20:10:08.541Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] from pom.xml 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 16:10:08 [2024-04-11T20:10:08.542Z] [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... 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] ------------------------------------------------------------------------ 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] epp.package.php .................................... SUCCESS [13:35 min] 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.008 s] 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] ------------------------------------------------------------------------ 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] BUILD SUCCESS 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] ------------------------------------------------------------------------ 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] Total time: 13:43 min 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] Finished at: 2024-04-11T20:10:06Z 16:10:08 [2024-04-11T20:10:08.542Z] [INFO] ------------------------------------------------------------------------ 16:10:08 [2024-04-11T20:10:08.542Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 16:10:08 [2024-04-11T20:10:08.554Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 16:10:08 [2024-04-11T20:10:08.554Z] [ssh-agent] Looking for ssh-agent implementation... 16:10:08 [2024-04-11T20:10:08.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:10:08 [2024-04-11T20:10:08.570Z] $ ssh-agent 16:10:08 [2024-04-11T20:10:08.582Z] SSH_AUTH_SOCK=/tmp/ssh-umIZCQylp2OV/agent.11917 16:10:08 [2024-04-11T20:10:08.582Z] SSH_AGENT_PID=11919 16:10:08 [2024-04-11T20:10:08.590Z] Running ssh-add (command line suppressed) 16:10:08 [2024-04-11T20:10:08.606Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_2734257020499824659.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_2734257020499824659.key) 16:10:08 [2024-04-11T20:10:08.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:10:08 [2024-04-11T20:10:08.895Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ php 16:10:08 [2024-04-11T20:10:08.895Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 16:10:08 [2024-04-11T20:10:08.895Z] + shift 16:10:08 [2024-04-11T20:10:08.895Z] + PACKAGES=php 16:10:08 [2024-04-11T20:10:08.895Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 16:10:08 [2024-04-11T20:10:08.895Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 16:10:08 [2024-04-11T20:10:08.895Z] + SCP=scp 16:10:08 [2024-04-11T20:10:08.895Z] + for PACKAGE in $PACKAGES 16:10:08 [2024-04-11T20:10:08.895Z] + pushd packages/org.eclipse.epp.package.php.product/target/products 16:10:08 [2024-04-11T20:10:08.895Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products ~/agent/workspace/epp_master 16:10:08 [2024-04-11T20:10:08.895Z] ++ 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 16:10:08 [2024-04-11T20:10:08.895Z] + for NAME in $(find * -type f -maxdepth 0) 16:10:08 [2024-04-11T20:10:08.895Z] ++ echo eclipse-php-2024-06-M1-linux.gtk.aarch64.tar.gz 16:10:08 [2024-04-11T20:10:08.895Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:10:08 [2024-04-11T20:10:08.895Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:10:08 [2024-04-11T20:10:08.895Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:10:08 [2024-04-11T20:10:08.895Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:10:08 [2024-04-11T20:10:08.895Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:10:08 [2024-04-11T20:10:08.895Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:10:08 [2024-04-11T20:10:08.895Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:10:08 [2024-04-11T20:10:08.895Z] + NEWNAME=eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 16:10:08 [2024-04-11T20:10:08.895Z] + mv eclipse-php-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 16:10:08 [2024-04-11T20:10:08.895Z] + md5sum eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 16:10:09 [2024-04-11T20:10:09.827Z] + sha1sum eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 16:10:11 [2024-04-11T20:10:11.719Z] + sha512sum -b eclipse-php-2024-06-M1-linux-gtk-aarch64.tar.gz 16:10:14 [2024-04-11T20:10:14.241Z] + 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// 16:10:22 [2024-04-11T20:10:22.335Z] + for NAME in $(find * -type f -maxdepth 0) 16:10:22 [2024-04-11T20:10:22.335Z] ++ echo eclipse-php-2024-06-M1-linux.gtk.x86_64.tar.gz 16:10:22 [2024-04-11T20:10:22.335Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:10:22 [2024-04-11T20:10:22.335Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:10:22 [2024-04-11T20:10:22.335Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:10:22 [2024-04-11T20:10:22.335Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:10:22 [2024-04-11T20:10:22.335Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:10:22 [2024-04-11T20:10:22.335Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:10:22 [2024-04-11T20:10:22.335Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:10:22 [2024-04-11T20:10:22.335Z] + NEWNAME=eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 16:10:22 [2024-04-11T20:10:22.335Z] + mv eclipse-php-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 16:10:22 [2024-04-11T20:10:22.335Z] + md5sum eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 16:10:23 [2024-04-11T20:10:23.264Z] + sha1sum eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 16:10:25 [2024-04-11T20:10:25.158Z] + sha512sum -b eclipse-php-2024-06-M1-linux-gtk-x86_64.tar.gz 16:10:27 [2024-04-11T20:10:27.676Z] + 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// 16:10:37 [2024-04-11T20:10:37.628Z] + for NAME in $(find * -type f -maxdepth 0) 16:10:37 [2024-04-11T20:10:37.628Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.aarch64.dmg 16:10:37 [2024-04-11T20:10:37.628Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:10:37 [2024-04-11T20:10:37.628Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:10:37 [2024-04-11T20:10:37.628Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:10:37 [2024-04-11T20:10:37.628Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:10:37 [2024-04-11T20:10:37.628Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:10:37 [2024-04-11T20:10:37.628Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:10:37 [2024-04-11T20:10:37.628Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:10:37 [2024-04-11T20:10:37.628Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:10:37 [2024-04-11T20:10:37.628Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:10:37 [2024-04-11T20:10:37.628Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:10:38 [2024-04-11T20:10:38.190Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:10:40 [2024-04-11T20:10:40.083Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:10:42 [2024-04-11T20:10:42.605Z] + 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// 16:10:54 [2024-04-11T20:10:54.784Z] + for NAME in $(find * -type f -maxdepth 0) 16:10:54 [2024-04-11T20:10:54.784Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.aarch64.tar.gz 16:10:54 [2024-04-11T20:10:54.784Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:10:54 [2024-04-11T20:10:54.784Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:10:54 [2024-04-11T20:10:54.784Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:10:54 [2024-04-11T20:10:54.784Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:10:54 [2024-04-11T20:10:54.784Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:10:54 [2024-04-11T20:10:54.784Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:10:54 [2024-04-11T20:10:54.784Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:10:54 [2024-04-11T20:10:54.784Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:10:54 [2024-04-11T20:10:54.784Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:10:54 [2024-04-11T20:10:54.784Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:10:54 [2024-04-11T20:10:54.784Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:10:55 [2024-04-11T20:10:55.347Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:10:57 [2024-04-11T20:10:57.865Z] + 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// 16:11:07 [2024-04-11T20:11:07.815Z] + for NAME in $(find * -type f -maxdepth 0) 16:11:07 [2024-04-11T20:11:07.816Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.x86_64.dmg 16:11:07 [2024-04-11T20:11:07.816Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:11:07 [2024-04-11T20:11:07.816Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:11:07 [2024-04-11T20:11:07.816Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:11:07 [2024-04-11T20:11:07.816Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:11:07 [2024-04-11T20:11:07.816Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:11:07 [2024-04-11T20:11:07.816Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:11:07 [2024-04-11T20:11:07.816Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:11:07 [2024-04-11T20:11:07.816Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:11:07 [2024-04-11T20:11:07.816Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:11:07 [2024-04-11T20:11:07.816Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:11:07 [2024-04-11T20:11:07.816Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:11:09 [2024-04-11T20:11:09.185Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:11:11 [2024-04-11T20:11:11.705Z] + 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// 16:11:21 [2024-04-11T20:11:21.656Z] + for NAME in $(find * -type f -maxdepth 0) 16:11:21 [2024-04-11T20:11:21.656Z] ++ echo eclipse-php-2024-06-M1-macosx.cocoa.x86_64.tar.gz 16:11:21 [2024-04-11T20:11:21.656Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:11:21 [2024-04-11T20:11:21.656Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:11:21 [2024-04-11T20:11:21.656Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:11:21 [2024-04-11T20:11:21.656Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:11:21 [2024-04-11T20:11:21.656Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:11:21 [2024-04-11T20:11:21.656Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:11:21 [2024-04-11T20:11:21.656Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:11:21 [2024-04-11T20:11:21.656Z] + NEWNAME=eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:11:21 [2024-04-11T20:11:21.656Z] + mv eclipse-php-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:11:21 [2024-04-11T20:11:21.656Z] + md5sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:11:23 [2024-04-11T20:11:23.025Z] + sha1sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:11:24 [2024-04-11T20:11:24.395Z] + sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:11:26 [2024-04-11T20:11:26.917Z] + 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// 16:11:36 [2024-04-11T20:11:36.867Z] + for NAME in $(find * -type f -maxdepth 0) 16:11:36 [2024-04-11T20:11:36.867Z] ++ echo eclipse-php-2024-06-M1-win32.win32.x86_64.zip 16:11:36 [2024-04-11T20:11:36.867Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:11:36 [2024-04-11T20:11:36.867Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:11:36 [2024-04-11T20:11:36.867Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:11:36 [2024-04-11T20:11:36.867Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:11:36 [2024-04-11T20:11:36.867Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:11:36 [2024-04-11T20:11:36.867Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:11:36 [2024-04-11T20:11:36.867Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:11:36 [2024-04-11T20:11:36.867Z] + NEWNAME=eclipse-php-2024-06-M1-win32-x86_64.zip 16:11:36 [2024-04-11T20:11:36.867Z] + mv eclipse-php-2024-06-M1-win32.win32.x86_64.zip eclipse-php-2024-06-M1-win32-x86_64.zip 16:11:36 [2024-04-11T20:11:36.867Z] + md5sum eclipse-php-2024-06-M1-win32-x86_64.zip 16:11:37 [2024-04-11T20:11:37.124Z] + sha1sum eclipse-php-2024-06-M1-win32-x86_64.zip 16:11:39 [2024-04-11T20:11:39.018Z] + sha512sum -b eclipse-php-2024-06-M1-win32-x86_64.zip 16:11:40 [2024-04-11T20:11:40.912Z] + 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// 16:11:50 [2024-04-11T20:11:50.859Z] + popd 16:11:50 [2024-04-11T20:11:50.860Z] ~/agent/workspace/epp_master 16:11:50 [2024-04-11T20:11:50.860Z] + 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 16:11:52 [2024-04-11T20:11:52.752Z] + 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 16:11:52 [2024-04-11T20:11:52.752Z] + 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] } 16:11:53 [2024-04-11T20:11:53.012Z] $ ssh-agent -k 16:11:53 [2024-04-11T20:11:53.018Z] unset SSH_AUTH_SOCK; 16:11:53 [2024-04-11T20:11:53.018Z] unset SSH_AGENT_PID; 16:11:53 [2024-04-11T20:11:53.018Z] echo Agent pid 11919 killed; 16:11:53 [2024-04-11T20:11:53.025Z] [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 16:11:53 [2024-04-11T20:11:53.380Z] + 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 16:11:53 [2024-04-11T20:11:53.637Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 16:11:53 [2024-04-11T20:11:53.637Z] Maven home: /opt/tools/apache-maven/latest 16:11:53 [2024-04-11T20:11:53.637Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 16:11:53 [2024-04-11T20:11:53.637Z] Default locale: en_US, platform encoding: UTF-8 16:11:53 [2024-04-11T20:11:53.637Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 16:11:56 [2024-04-11T20:11:56.177Z] [INFO] Scanning for projects... 16:11:58 [2024-04-11T20:11:58.714Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 16:11:58 [2024-04-11T20:11:58.714Z] [INFO] Tycho Mode: project 16:11:58 [2024-04-11T20:11:58.714Z] [INFO] Tycho Builder: maven 16:11:58 [2024-04-11T20:11:58.714Z] [INFO] Build Threads: 1 16:12:03 [2024-04-11T20:12:03.968Z] [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. 16:12:03 [2024-04-11T20:12:03.968Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] ------------------------------------------------------------------------ 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] Reactor Build Order: 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] epp.package.rcp [eclipse-repository] 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] org.eclipse.epp-buildall [pom] 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [1/2] 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml 16:12:03 [2024-04-11T20:12:03.968Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 16:12:03 [2024-04-11T20:12:03.969Z] [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 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] Transport mode: online 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] Http Transport type: Java11Client 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] Update mode: cache first 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] Minimum cache duration: 60 minutes 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 16:12:10 [2024-04-11T20:12:10.508Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 16:12:10 [2024-04-11T20:12:10.765Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 16:12:14 [2024-04-11T20:12:14.037Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 16:12:14 [2024-04-11T20:12:14.037Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 16:12:14 [2024-04-11T20:12:14.293Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 16:12:24 [2024-04-11T20:12:24.254Z] [INFO] 16:12:24 [2024-04-11T20:12:24.254Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- 16:12:24 [2024-04-11T20:12:24.254Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 16:12:24 [2024-04-11T20:12:24.254Z] [INFO] 16:12:24 [2024-04-11T20:12:24.254Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.rcp --- 16:12:24 [2024-04-11T20:12:24.511Z] [INFO] 16:12:24 [2024-04-11T20:12:24.511Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- 16:12:24 [2024-04-11T20:12:24.511Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.rcp --- 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] 16:12:24 [2024-04-11T20:12:24.767Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] 16:12:25 [2024-04-11T20:12:25.023Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.rcp --- 16:12:26 [2024-04-11T20:12:26.393Z] [INFO] 16:12:26 [2024-04-11T20:12:26.393Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.rcp --- 16:12:26 [2024-04-11T20:12:26.393Z] [INFO] 16:12:26 [2024-04-11T20:12:26.393Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- 16:12:26 [2024-04-11T20:12:26.393Z] [INFO] 16:12:26 [2024-04-11T20:12:26.393Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.rcp --- 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.rcp --- 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.rcp --- 16:14:02 [2024-04-11T20:14:02.796Z] [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} 16:14:02 [2024-04-11T20:14:02.796Z] [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. 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing epp.package.rcp 4.32.0.20240411-1203. 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:14:02 [2024-04-11T20:14:02.796Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:14:02 [2024-04-11T20:14:02.797Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.434Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Operation completed in 71075 ms. 16:15:10 [2024-04-11T20:15:10.434Z] [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} 16:15:10 [2024-04-11T20:15:10.434Z] [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. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing epp.package.rcp 4.32.0.20240411-1203. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:15:10 [2024-04-11T20:15:10.435Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Operation completed in 61904 ms. 16:16:18 [2024-04-11T20:16:18.110Z] [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} 16:16:18 [2024-04-11T20:16:18.110Z] [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. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing epp.package.rcp 4.32.0.20240411-1203. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.110Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:16:18 [2024-04-11T20:16:18.111Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Operation completed in 60621 ms. 16:17:14 [2024-04-11T20:17:14.299Z] [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} 16:17:14 [2024-04-11T20:17:14.299Z] [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. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing epp.package.rcp 4.32.0.20240411-1203. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 16:17:14 [2024-04-11T20:17:14.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:17:14 [2024-04-11T20:17:14.300Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 16:18:10 [2024-04-11T20:18:10.480Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Operation completed in 60902 ms. 16:18:11 [2024-04-11T20:18:11.043Z] [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} 16:18:11 [2024-04-11T20:18:11.043Z] [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. 16:18:11 [2024-04-11T20:18:11.298Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing epp.package.rcp 4.32.0.20240411-1203. 16:18:11 [2024-04-11T20:18:11.298Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:18:11 [2024-04-11T20:18:11.298Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:18:11 [2024-04-11T20:18:11.298Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:18:11 [2024-04-11T20:18:11.298Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:18:11 [2024-04-11T20:18:11.298Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240406-1800. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240321-1452. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240406-1800. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240406-1800. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240326-1907. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.0.20240217-1525. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240410-1200. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240410-1746. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:18:11 [2024-04-11T20:18:11.299Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. 16:19:18 [2024-04-11T20:19:18.936Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Operation completed in 60889 ms. 16:19:18 [2024-04-11T20:19:18.936Z] [INFO] 16:19:18 [2024-04-11T20:19:18.936Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.rcp --- 16:19:40 [2024-04-11T20:19:40.833Z] [INFO] [Thu Apr 11 20:19:38 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'... 16:21:02 [2024-04-11T20:21:02.230Z] [INFO] [Thu Apr 11 20:20:56 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'... 16:21:48 [2024-04-11T20:21:48.876Z] [INFO] 16:21:48 [2024-04-11T20:21:48.877Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.rcp --- 16:21:48 [2024-04-11T20:21:48.877Z] [INFO] [Thu Apr 11 20:21:46 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' 16:21:50 [2024-04-11T20:21:50.767Z] [INFO] [Thu Apr 11 20:21:50 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' 16:21:57 [2024-04-11T20:21:57.307Z] [INFO] 16:21:57 [2024-04-11T20:21:57.307Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.rcp --- 16:21:57 [2024-04-11T20:21:57.307Z] [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 16:22:29 [2024-04-11T20:22:29.346Z] [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 16:22:55 [2024-04-11T20:22:55.853Z] [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 16:23:10 [2024-04-11T20:23:10.699Z] [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 16:23:42 [2024-04-11T20:23:42.738Z] [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 16:24:09 [2024-04-11T20:24:09.240Z] [INFO] 16:24:09 [2024-04-11T20:24:09.240Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.rcp --- 16:24:09 [2024-04-11T20:24:09.240Z] [INFO] [Thu Apr 11 20:24:05 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'... 16:24:55 [2024-04-11T20:24:55.891Z] [INFO] 16:24:55 [2024-04-11T20:24:55.891Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.rcp --- 16:24:55 [2024-04-11T20:24:55.891Z] [INFO] [Thu Apr 11 20:24:48 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'... 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] from pom.xml 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 16:25:34 [2024-04-11T20:25:34.561Z] [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... 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] ------------------------------------------------------------------------ 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] epp.package.rcp .................................... SUCCESS [13:26 min] 16:25:34 [2024-04-11T20:25:34.561Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] 16:25:34 [2024-04-11T20:25:34.562Z] [INFO] ------------------------------------------------------------------------ 16:25:34 [2024-04-11T20:25:34.562Z] [INFO] BUILD SUCCESS 16:25:34 [2024-04-11T20:25:34.562Z] [INFO] ------------------------------------------------------------------------ 16:25:34 [2024-04-11T20:25:34.562Z] [INFO] Total time: 13:35 min 16:25:34 [2024-04-11T20:25:34.562Z] [INFO] Finished at: 2024-04-11T20:25:30Z 16:25:34 [2024-04-11T20:25:34.562Z] [INFO] ------------------------------------------------------------------------ 16:25:34 [2024-04-11T20:25:34.562Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 16:25:34 [2024-04-11T20:25:34.574Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 16:25:34 [2024-04-11T20:25:34.574Z] [ssh-agent] Looking for ssh-agent implementation... 16:25:34 [2024-04-11T20:25:34.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:34 [2024-04-11T20:25:34.589Z] $ ssh-agent 16:25:34 [2024-04-11T20:25:34.602Z] SSH_AUTH_SOCK=/tmp/ssh-dnO6zJi38z6L/agent.13126 16:25:34 [2024-04-11T20:25:34.602Z] SSH_AGENT_PID=13128 16:25:34 [2024-04-11T20:25:34.620Z] Running ssh-add (command line suppressed) 16:25:34 [2024-04-11T20:25:34.638Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_14237841974270482701.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_14237841974270482701.key) 16:25:34 [2024-04-11T20:25:34.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:34 [2024-04-11T20:25:34.927Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ rcp 16:25:34 [2024-04-11T20:25:34.927Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 16:25:34 [2024-04-11T20:25:34.927Z] + shift 16:25:34 [2024-04-11T20:25:34.927Z] + PACKAGES=rcp 16:25:34 [2024-04-11T20:25:34.927Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 16:25:34 [2024-04-11T20:25:34.927Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 16:25:34 [2024-04-11T20:25:34.927Z] + SCP=scp 16:25:34 [2024-04-11T20:25:34.927Z] + for PACKAGE in $PACKAGES 16:25:34 [2024-04-11T20:25:34.927Z] + pushd packages/org.eclipse.epp.package.rcp.product/target/products 16:25:34 [2024-04-11T20:25:34.927Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products ~/agent/workspace/epp_master 16:25:34 [2024-04-11T20:25:34.927Z] ++ 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 16:25:34 [2024-04-11T20:25:34.927Z] + for NAME in $(find * -type f -maxdepth 0) 16:25:34 [2024-04-11T20:25:34.927Z] ++ echo eclipse-rcp-2024-06-M1-linux.gtk.aarch64.tar.gz 16:25:34 [2024-04-11T20:25:34.927Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:25:34 [2024-04-11T20:25:34.927Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:25:34 [2024-04-11T20:25:34.927Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:25:34 [2024-04-11T20:25:34.927Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:25:34 [2024-04-11T20:25:34.927Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:25:34 [2024-04-11T20:25:34.927Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:25:34 [2024-04-11T20:25:34.927Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:25:34 [2024-04-11T20:25:34.927Z] + NEWNAME=eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 16:25:34 [2024-04-11T20:25:34.927Z] + mv eclipse-rcp-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 16:25:34 [2024-04-11T20:25:34.927Z] + md5sum eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 16:25:36 [2024-04-11T20:25:36.821Z] + sha1sum eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 16:25:38 [2024-04-11T20:25:38.188Z] + sha512sum -b eclipse-rcp-2024-06-M1-linux-gtk-aarch64.tar.gz 16:25:40 [2024-04-11T20:25:40.709Z] + 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// 16:25:52 [2024-04-11T20:25:52.889Z] + for NAME in $(find * -type f -maxdepth 0) 16:25:52 [2024-04-11T20:25:52.889Z] ++ echo eclipse-rcp-2024-06-M1-linux.gtk.x86_64.tar.gz 16:25:52 [2024-04-11T20:25:52.889Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:25:52 [2024-04-11T20:25:52.889Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:25:52 [2024-04-11T20:25:52.889Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:25:52 [2024-04-11T20:25:52.889Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:25:52 [2024-04-11T20:25:52.889Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:25:52 [2024-04-11T20:25:52.889Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:25:52 [2024-04-11T20:25:52.889Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:25:52 [2024-04-11T20:25:52.889Z] + NEWNAME=eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 16:25:52 [2024-04-11T20:25:52.889Z] + mv eclipse-rcp-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 16:25:52 [2024-04-11T20:25:52.889Z] + md5sum eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 16:25:52 [2024-04-11T20:25:52.889Z] + sha1sum eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 16:25:54 [2024-04-11T20:25:54.780Z] + sha512sum -b eclipse-rcp-2024-06-M1-linux-gtk-x86_64.tar.gz 16:25:57 [2024-04-11T20:25:57.300Z] + 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// 16:26:09 [2024-04-11T20:26:09.483Z] + for NAME in $(find * -type f -maxdepth 0) 16:26:09 [2024-04-11T20:26:09.483Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.dmg 16:26:09 [2024-04-11T20:26:09.483Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:26:09 [2024-04-11T20:26:09.483Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:26:09 [2024-04-11T20:26:09.483Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:26:09 [2024-04-11T20:26:09.483Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:26:09 [2024-04-11T20:26:09.483Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:26:09 [2024-04-11T20:26:09.483Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:26:09 [2024-04-11T20:26:09.483Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:26:09 [2024-04-11T20:26:09.483Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:26:09 [2024-04-11T20:26:09.483Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:26:09 [2024-04-11T20:26:09.483Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:26:09 [2024-04-11T20:26:09.483Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:26:10 [2024-04-11T20:26:10.853Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:26:14 [2024-04-11T20:26:14.122Z] + 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// 16:26:26 [2024-04-11T20:26:26.301Z] + for NAME in $(find * -type f -maxdepth 0) 16:26:26 [2024-04-11T20:26:26.301Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.tar.gz 16:26:26 [2024-04-11T20:26:26.301Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:26:26 [2024-04-11T20:26:26.301Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:26:26 [2024-04-11T20:26:26.301Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:26:26 [2024-04-11T20:26:26.301Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:26:26 [2024-04-11T20:26:26.301Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:26:26 [2024-04-11T20:26:26.301Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:26:26 [2024-04-11T20:26:26.301Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:26:26 [2024-04-11T20:26:26.301Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:26:26 [2024-04-11T20:26:26.301Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:26:26 [2024-04-11T20:26:26.301Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:26:26 [2024-04-11T20:26:26.301Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:26:27 [2024-04-11T20:26:27.669Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:26:30 [2024-04-11T20:26:30.188Z] + 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// 16:26:42 [2024-04-11T20:26:42.363Z] + for NAME in $(find * -type f -maxdepth 0) 16:26:42 [2024-04-11T20:26:42.363Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.dmg 16:26:42 [2024-04-11T20:26:42.363Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:26:42 [2024-04-11T20:26:42.363Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:26:42 [2024-04-11T20:26:42.363Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:26:42 [2024-04-11T20:26:42.363Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:26:42 [2024-04-11T20:26:42.363Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:26:42 [2024-04-11T20:26:42.363Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:26:42 [2024-04-11T20:26:42.363Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:26:42 [2024-04-11T20:26:42.363Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:26:42 [2024-04-11T20:26:42.363Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:26:42 [2024-04-11T20:26:42.363Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:26:42 [2024-04-11T20:26:42.363Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:26:43 [2024-04-11T20:26:43.294Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:26:46 [2024-04-11T20:26:46.564Z] + 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// 16:26:58 [2024-04-11T20:26:58.738Z] + for NAME in $(find * -type f -maxdepth 0) 16:26:58 [2024-04-11T20:26:58.738Z] ++ echo eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.tar.gz 16:26:58 [2024-04-11T20:26:58.738Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:26:58 [2024-04-11T20:26:58.738Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:26:58 [2024-04-11T20:26:58.738Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:26:58 [2024-04-11T20:26:58.738Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:26:58 [2024-04-11T20:26:58.738Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:26:58 [2024-04-11T20:26:58.738Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:26:58 [2024-04-11T20:26:58.738Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:26:58 [2024-04-11T20:26:58.738Z] + NEWNAME=eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:26:58 [2024-04-11T20:26:58.738Z] + mv eclipse-rcp-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:26:58 [2024-04-11T20:26:58.738Z] + md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:26:58 [2024-04-11T20:26:58.738Z] + sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:27:00 [2024-04-11T20:27:00.105Z] + sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:27:03 [2024-04-11T20:27:03.375Z] + 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// 16:27:13 [2024-04-11T20:27:13.330Z] + for NAME in $(find * -type f -maxdepth 0) 16:27:13 [2024-04-11T20:27:13.330Z] ++ echo eclipse-rcp-2024-06-M1-win32.win32.x86_64.zip 16:27:13 [2024-04-11T20:27:13.330Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:27:13 [2024-04-11T20:27:13.330Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:27:13 [2024-04-11T20:27:13.330Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:27:13 [2024-04-11T20:27:13.330Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:27:13 [2024-04-11T20:27:13.330Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:27:13 [2024-04-11T20:27:13.330Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:27:13 [2024-04-11T20:27:13.330Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:27:13 [2024-04-11T20:27:13.330Z] + NEWNAME=eclipse-rcp-2024-06-M1-win32-x86_64.zip 16:27:13 [2024-04-11T20:27:13.330Z] + mv eclipse-rcp-2024-06-M1-win32.win32.x86_64.zip eclipse-rcp-2024-06-M1-win32-x86_64.zip 16:27:13 [2024-04-11T20:27:13.330Z] + md5sum eclipse-rcp-2024-06-M1-win32-x86_64.zip 16:27:15 [2024-04-11T20:27:15.218Z] + sha1sum eclipse-rcp-2024-06-M1-win32-x86_64.zip 16:27:16 [2024-04-11T20:27:16.585Z] + sha512sum -b eclipse-rcp-2024-06-M1-win32-x86_64.zip 16:27:19 [2024-04-11T20:27:19.103Z] + 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// 16:27:31 [2024-04-11T20:27:31.283Z] + popd 16:27:31 [2024-04-11T20:27:31.283Z] ~/agent/workspace/epp_master 16:27:31 [2024-04-11T20:27:31.283Z] + 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 16:27:31 [2024-04-11T20:27:31.283Z] + 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 16:27:31 [2024-04-11T20:27:31.283Z] + 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] } 16:27:31 [2024-04-11T20:27:31.289Z] $ ssh-agent -k 16:27:31 [2024-04-11T20:27:31.295Z] unset SSH_AUTH_SOCK; 16:27:31 [2024-04-11T20:27:31.295Z] unset SSH_AGENT_PID; 16:27:31 [2024-04-11T20:27:31.295Z] echo Agent pid 13128 killed; 16:27:31 [2024-04-11T20:27:31.302Z] [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 16:27:31 [2024-04-11T20:27:31.663Z] + 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 16:27:31 [2024-04-11T20:27:31.918Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 16:27:31 [2024-04-11T20:27:31.918Z] Maven home: /opt/tools/apache-maven/latest 16:27:31 [2024-04-11T20:27:31.918Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 16:27:31 [2024-04-11T20:27:31.918Z] Default locale: en_US, platform encoding: UTF-8 16:27:31 [2024-04-11T20:27:31.918Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 16:27:34 [2024-04-11T20:27:34.451Z] [INFO] Scanning for projects... 16:27:36 [2024-04-11T20:27:36.979Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 16:27:36 [2024-04-11T20:27:36.979Z] [INFO] Tycho Mode: project 16:27:36 [2024-04-11T20:27:36.979Z] [INFO] Tycho Builder: maven 16:27:36 [2024-04-11T20:27:36.979Z] [INFO] Build Threads: 1 16:27:42 [2024-04-11T20:27:42.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. 16:27:42 [2024-04-11T20:27:42.254Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] ------------------------------------------------------------------------ 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] Reactor Build Order: 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] epp.package.scout [eclipse-repository] 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] org.eclipse.epp-buildall [pom] 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [1/2] 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml 16:27:42 [2024-04-11T20:27:42.254Z] [INFO] -------------------------[ eclipse-repository ]------------------------- 16:27:42 [2024-04-11T20:27:42.254Z] [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 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] Transport mode: online 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] Http Transport type: Java11Client 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] Update mode: cache first 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] Minimum cache duration: 60 minutes 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository 16:27:52 [2024-04-11T20:27:52.208Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-06/202404121000 16:27:54 [2024-04-11T20:27:54.728Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 16:27:54 [2024-04-11T20:27:54.985Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest 16:27:54 [2024-04-11T20:27:54.985Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest 16:28:04 [2024-04-11T20:28:04.954Z] [INFO] 16:28:04 [2024-04-11T20:28:04.954Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- 16:28:04 [2024-04-11T20:28:04.954Z] [INFO] The project's OSGi version is 4.32.0.20240411-1203 16:28:04 [2024-04-11T20:28:04.954Z] [INFO] 16:28:04 [2024-04-11T20:28:04.954Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.scout --- 16:28:04 [2024-04-11T20:28:04.954Z] [INFO] 16:28:04 [2024-04-11T20:28:04.954Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- 16:28:04 [2024-04-11T20:28:04.955Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.scout --- 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] 16:28:05 [2024-04-11T20:28:05.211Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] 16:28:05 [2024-04-11T20:28:05.469Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] 16:28:05 [2024-04-11T20:28:05.726Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] 16:28:05 [2024-04-11T20:28:05.726Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] 16:28:05 [2024-04-11T20:28:05.726Z] [INFO] 16:28:05 [2024-04-11T20:28:05.726Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.scout --- 16:28:06 [2024-04-11T20:28:06.656Z] [INFO] 16:28:06 [2024-04-11T20:28:06.656Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.scout --- 16:28:06 [2024-04-11T20:28:06.656Z] [INFO] 16:28:06 [2024-04-11T20:28:06.656Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- 16:28:06 [2024-04-11T20:28:06.656Z] [INFO] 16:28:06 [2024-04-11T20:28:06.656Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.scout --- 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.scout --- 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.scout --- 16:29:43 [2024-04-11T20:29:43.059Z] [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} 16:29:43 [2024-04-11T20:29:43.059Z] [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. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing epp.package.scout 4.32.0.20240411-1203. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.059Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 16:29:43 [2024-04-11T20:29:43.060Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Operation completed in 60324 ms. 16:30:39 [2024-04-11T20:30:39.254Z] [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} 16:30:39 [2024-04-11T20:30:39.254Z] [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. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing epp.package.scout 4.32.0.20240411-1203. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.254Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 16:30:39 [2024-04-11T20:30:39.255Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Operation completed in 54787 ms. 16:31:35 [2024-04-11T20:31:35.436Z] [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} 16:31:35 [2024-04-11T20:31:35.436Z] [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. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing epp.package.scout 4.32.0.20240411-1203. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.436Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 16:31:35 [2024-04-11T20:31:35.437Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Operation completed in 54934 ms. 16:32:31 [2024-04-11T20:32:31.618Z] [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} 16:32:31 [2024-04-11T20:32:31.618Z] [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. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing epp.package.scout 4.32.0.20240411-1203. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:32:31 [2024-04-11T20:32:31.618Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 16:32:31 [2024-04-11T20:32:31.619Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Operation completed in 53288 ms. 16:33:18 [2024-04-11T20:33:18.254Z] [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} 16:33:18 [2024-04-11T20:33:18.254Z] [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. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing epp.package.scout 4.32.0.20240411-1203. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240406-1800. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240317-0755. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240406-1800. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240406-1929. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240406-1929. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. 16:33:18 [2024-04-11T20:33:18.254Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.32. 16:33:18 [2024-04-11T20:33:18.255Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.33.0.v202402030243. 16:33:18 [2024-04-11T20:33:18.255Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202403030558. 16:33:18 [2024-04-11T20:33:18.255Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. 16:34:14 [2024-04-11T20:34:14.443Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Operation completed in 53231 ms. 16:34:14 [2024-04-11T20:34:14.443Z] [INFO] 16:34:14 [2024-04-11T20:34:14.443Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.scout --- 16:34:36 [2024-04-11T20:34:36.355Z] [INFO] [Thu Apr 11 20:34:34 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'... 16:35:44 [2024-04-11T20:35:44.002Z] [INFO] [Thu Apr 11 20:35:43 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'... 16:36:30 [2024-04-11T20:36:30.635Z] [INFO] 16:36:30 [2024-04-11T20:36:30.635Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.scout --- 16:36:30 [2024-04-11T20:36:30.635Z] [INFO] [Thu Apr 11 20:36:29 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' 16:36:30 [2024-04-11T20:36:30.635Z] [INFO] [Thu Apr 11 20:36:29 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' 16:36:30 [2024-04-11T20:36:30.635Z] [INFO] 16:36:30 [2024-04-11T20:36:30.635Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.scout --- 16:36:30 [2024-04-11T20:36:30.635Z] [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 16:36:57 [2024-04-11T20:36:57.141Z] [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 16:37:29 [2024-04-11T20:37:29.181Z] [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 16:37:41 [2024-04-11T20:37:41.360Z] [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 16:38:07 [2024-04-11T20:38:07.866Z] [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 16:38:34 [2024-04-11T20:38:34.379Z] [INFO] 16:38:34 [2024-04-11T20:38:34.379Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.scout --- 16:38:34 [2024-04-11T20:38:34.379Z] [INFO] [Thu Apr 11 20:38:31 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'... 16:39:13 [2024-04-11T20:39:13.065Z] [INFO] 16:39:13 [2024-04-11T20:39:13.065Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.scout --- 16:39:13 [2024-04-11T20:39:13.065Z] [INFO] [Thu Apr 11 20:39:09 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'... 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] from pom.xml 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- 16:39:51 [2024-04-11T20:39:51.752Z] [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... 16:39:51 [2024-04-11T20:39:51.752Z] [INFO] ------------------------------------------------------------------------ 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] epp.package.scout .................................. SUCCESS [12:06 min] 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.003 s] 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] ------------------------------------------------------------------------ 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] BUILD SUCCESS 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] ------------------------------------------------------------------------ 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] Total time: 12:14 min 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] Finished at: 2024-04-11T20:39:48Z 16:39:51 [2024-04-11T20:39:51.753Z] [INFO] ------------------------------------------------------------------------ 16:39:51 [2024-04-11T20:39:51.753Z] [WARNING] The requested profile "eclipse-sign-jar" could not be activated because it does not exist. [Pipeline] sshagent 16:39:51 [2024-04-11T20:39:51.765Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 16:39:51 [2024-04-11T20:39:51.766Z] [ssh-agent] Looking for ssh-agent implementation... 16:39:51 [2024-04-11T20:39:51.780Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:51 [2024-04-11T20:39:51.780Z] $ ssh-agent 16:39:51 [2024-04-11T20:39:51.794Z] SSH_AUTH_SOCK=/tmp/ssh-zAIIGh6v0GFR/agent.14279 16:39:51 [2024-04-11T20:39:51.794Z] SSH_AGENT_PID=14281 16:39:51 [2024-04-11T20:39:51.801Z] Running ssh-add (command line suppressed) 16:39:51 [2024-04-11T20:39:51.820Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_416608588919989815.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_416608588919989815.key) 16:39:51 [2024-04-11T20:39:51.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:52 [2024-04-11T20:39:52.111Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ scout 16:39:52 [2024-04-11T20:39:52.111Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ 16:39:52 [2024-04-11T20:39:52.111Z] + shift 16:39:52 [2024-04-11T20:39:52.111Z] + PACKAGES=scout 16:39:52 [2024-04-11T20:39:52.111Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 16:39:52 [2024-04-11T20:39:52.111Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 16:39:52 [2024-04-11T20:39:52.111Z] + SCP=scp 16:39:52 [2024-04-11T20:39:52.111Z] + for PACKAGE in $PACKAGES 16:39:52 [2024-04-11T20:39:52.111Z] + pushd packages/org.eclipse.epp.package.scout.product/target/products 16:39:52 [2024-04-11T20:39:52.111Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products ~/agent/workspace/epp_master 16:39:52 [2024-04-11T20:39:52.111Z] ++ 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 16:39:52 [2024-04-11T20:39:52.111Z] + for NAME in $(find * -type f -maxdepth 0) 16:39:52 [2024-04-11T20:39:52.111Z] ++ echo eclipse-scout-2024-06-M1-linux.gtk.aarch64.tar.gz 16:39:52 [2024-04-11T20:39:52.111Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:39:52 [2024-04-11T20:39:52.111Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:39:52 [2024-04-11T20:39:52.111Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:39:52 [2024-04-11T20:39:52.111Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:39:52 [2024-04-11T20:39:52.111Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:39:52 [2024-04-11T20:39:52.111Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:39:52 [2024-04-11T20:39:52.111Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:39:52 [2024-04-11T20:39:52.111Z] + NEWNAME=eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 16:39:52 [2024-04-11T20:39:52.111Z] + mv eclipse-scout-2024-06-M1-linux.gtk.aarch64.tar.gz eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 16:39:52 [2024-04-11T20:39:52.111Z] + md5sum eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 16:39:54 [2024-04-11T20:39:54.004Z] + sha1sum eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 16:39:55 [2024-04-11T20:39:55.372Z] + sha512sum -b eclipse-scout-2024-06-M1-linux-gtk-aarch64.tar.gz 16:39:57 [2024-04-11T20:39:57.890Z] + 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// 16:40:07 [2024-04-11T20:40:07.843Z] + for NAME in $(find * -type f -maxdepth 0) 16:40:07 [2024-04-11T20:40:07.843Z] ++ echo eclipse-scout-2024-06-M1-linux.gtk.x86_64.tar.gz 16:40:07 [2024-04-11T20:40:07.843Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:40:07 [2024-04-11T20:40:07.843Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:40:07 [2024-04-11T20:40:07.843Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:40:07 [2024-04-11T20:40:07.843Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:40:07 [2024-04-11T20:40:07.843Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:40:07 [2024-04-11T20:40:07.843Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:40:07 [2024-04-11T20:40:07.843Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:40:07 [2024-04-11T20:40:07.843Z] + NEWNAME=eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 16:40:07 [2024-04-11T20:40:07.843Z] + mv eclipse-scout-2024-06-M1-linux.gtk.x86_64.tar.gz eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 16:40:07 [2024-04-11T20:40:07.843Z] + md5sum eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 16:40:07 [2024-04-11T20:40:07.843Z] + sha1sum eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 16:40:09 [2024-04-11T20:40:09.736Z] + sha512sum -b eclipse-scout-2024-06-M1-linux-gtk-x86_64.tar.gz 16:40:12 [2024-04-11T20:40:12.255Z] + 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// 16:40:22 [2024-04-11T20:40:22.199Z] + for NAME in $(find * -type f -maxdepth 0) 16:40:22 [2024-04-11T20:40:22.199Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.dmg 16:40:22 [2024-04-11T20:40:22.199Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:40:22 [2024-04-11T20:40:22.199Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:40:22 [2024-04-11T20:40:22.199Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:40:22 [2024-04-11T20:40:22.199Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:40:22 [2024-04-11T20:40:22.199Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:40:22 [2024-04-11T20:40:22.199Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:40:22 [2024-04-11T20:40:22.199Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:40:22 [2024-04-11T20:40:22.200Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:40:22 [2024-04-11T20:40:22.200Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:40:22 [2024-04-11T20:40:22.200Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:40:22 [2024-04-11T20:40:22.456Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:40:24 [2024-04-11T20:40:24.347Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize 16:40:26 [2024-04-11T20:40:26.239Z] + 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// 16:40:36 [2024-04-11T20:40:36.186Z] + for NAME in $(find * -type f -maxdepth 0) 16:40:36 [2024-04-11T20:40:36.186Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.tar.gz 16:40:36 [2024-04-11T20:40:36.186Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:40:36 [2024-04-11T20:40:36.186Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:40:36 [2024-04-11T20:40:36.186Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:40:36 [2024-04-11T20:40:36.186Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:40:36 [2024-04-11T20:40:36.186Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:40:36 [2024-04-11T20:40:36.186Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:40:36 [2024-04-11T20:40:36.186Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:40:36 [2024-04-11T20:40:36.186Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:40:36 [2024-04-11T20:40:36.186Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.aarch64.tar.gz eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:40:36 [2024-04-11T20:40:36.186Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:40:37 [2024-04-11T20:40:37.115Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:40:39 [2024-04-11T20:40:39.007Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.tar.gz 16:40:41 [2024-04-11T20:40:41.527Z] + 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// 16:40:51 [2024-04-11T20:40:51.476Z] + for NAME in $(find * -type f -maxdepth 0) 16:40:51 [2024-04-11T20:40:51.476Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.dmg 16:40:51 [2024-04-11T20:40:51.476Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:40:51 [2024-04-11T20:40:51.476Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:40:51 [2024-04-11T20:40:51.476Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:40:51 [2024-04-11T20:40:51.476Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:40:51 [2024-04-11T20:40:51.476Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:40:51 [2024-04-11T20:40:51.476Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:40:51 [2024-04-11T20:40:51.476Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:40:51 [2024-04-11T20:40:51.476Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:40:51 [2024-04-11T20:40:51.476Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:40:51 [2024-04-11T20:40:51.476Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:40:51 [2024-04-11T20:40:51.733Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:40:53 [2024-04-11T20:40:53.625Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize 16:40:56 [2024-04-11T20:40:56.142Z] + 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// 16:41:06 [2024-04-11T20:41:06.096Z] + for NAME in $(find * -type f -maxdepth 0) 16:41:06 [2024-04-11T20:41:06.097Z] ++ echo eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.tar.gz 16:41:06 [2024-04-11T20:41:06.097Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:41:06 [2024-04-11T20:41:06.097Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:41:06 [2024-04-11T20:41:06.097Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:41:06 [2024-04-11T20:41:06.097Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:41:06 [2024-04-11T20:41:06.097Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:41:06 [2024-04-11T20:41:06.097Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:41:06 [2024-04-11T20:41:06.097Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:41:06 [2024-04-11T20:41:06.097Z] + NEWNAME=eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:41:06 [2024-04-11T20:41:06.097Z] + mv eclipse-scout-2024-06-M1-macosx.cocoa.x86_64.tar.gz eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:41:06 [2024-04-11T20:41:06.097Z] + md5sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:41:06 [2024-04-11T20:41:06.097Z] + sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:41:07 [2024-04-11T20:41:07.466Z] + sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.tar.gz 16:41:09 [2024-04-11T20:41:09.987Z] + 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// 16:41:19 [2024-04-11T20:41:19.933Z] + for NAME in $(find * -type f -maxdepth 0) 16:41:19 [2024-04-11T20:41:19.933Z] ++ echo eclipse-scout-2024-06-M1-win32.win32.x86_64.zip 16:41:19 [2024-04-11T20:41:19.933Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' 16:41:19 [2024-04-11T20:41:19.933Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' 16:41:19 [2024-04-11T20:41:19.933Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' 16:41:19 [2024-04-11T20:41:19.933Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' 16:41:19 [2024-04-11T20:41:19.933Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' 16:41:19 [2024-04-11T20:41:19.933Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ 16:41:19 [2024-04-11T20:41:19.933Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ 16:41:19 [2024-04-11T20:41:19.933Z] + NEWNAME=eclipse-scout-2024-06-M1-win32-x86_64.zip 16:41:19 [2024-04-11T20:41:19.933Z] + mv eclipse-scout-2024-06-M1-win32.win32.x86_64.zip eclipse-scout-2024-06-M1-win32-x86_64.zip 16:41:19 [2024-04-11T20:41:19.933Z] + md5sum eclipse-scout-2024-06-M1-win32-x86_64.zip 16:41:21 [2024-04-11T20:41:21.300Z] + sha1sum eclipse-scout-2024-06-M1-win32-x86_64.zip 16:41:22 [2024-04-11T20:41:22.666Z] + sha512sum -b eclipse-scout-2024-06-M1-win32-x86_64.zip 16:41:25 [2024-04-11T20:41:25.188Z] + 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// 16:41:35 [2024-04-11T20:41:35.140Z] + popd 16:41:35 [2024-04-11T20:41:35.140Z] ~/agent/workspace/epp_master 16:41:35 [2024-04-11T20:41:35.140Z] + 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 16:41:35 [2024-04-11T20:41:35.140Z] + 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 16:41:35 [2024-04-11T20:41:35.140Z] + 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] } 16:41:35 [2024-04-11T20:41:35.146Z] $ ssh-agent -k 16:41:35 [2024-04-11T20:41:35.151Z] unset SSH_AUTH_SOCK; 16:41:35 [2024-04-11T20:41:35.152Z] unset SSH_AGENT_PID; 16:41:35 [2024-04-11T20:41:35.152Z] echo Agent pid 14281 killed; 16:41:35 [2024-04-11T20:41:35.159Z] [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 16:41:35 [2024-04-11T20:41:35.259Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) 16:41:35 [2024-04-11T20:41:35.259Z] [ssh-agent] Looking for ssh-agent implementation... 16:41:35 [2024-04-11T20:41:35.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:41:35 [2024-04-11T20:41:35.271Z] $ ssh-agent 16:41:35 [2024-04-11T20:41:35.283Z] SSH_AUTH_SOCK=/tmp/ssh-9Bx4pvh55rK7/agent.14479 16:41:35 [2024-04-11T20:41:35.283Z] SSH_AGENT_PID=14481 16:41:35 [2024-04-11T20:41:35.290Z] Running ssh-add (command line suppressed) 16:41:35 [2024-04-11T20:41:35.306Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_2291499874040279466.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_2291499874040279466.key) 16:41:35 [2024-04-11T20:41:35.318Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:41:35 [2024-04-11T20:41:35.594Z] + ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh 16:41:35 [2024-04-11T20:41:35.594Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org 16:41:35 [2024-04-11T20:41:35.594Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' 16:41:35 [2024-04-11T20:41:35.594Z] + SCP=scp 16:41:35 [2024-04-11T20:41:35.594Z] +++ dirname ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh 16:41:35 [2024-04-11T20:41:35.594Z] ++ cd ./releng/org.eclipse.epp.config/tools 16:41:35 [2024-04-11T20:41:35.594Z] ++ pwd 16:41:35 [2024-04-11T20:41:35.594Z] + DIR=/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools 16:41:35 [2024-04-11T20:41:35.594Z] + echo Create the epp.properties file 16:41:35 [2024-04-11T20:41:35.594Z] Create the epp.properties file 16:41:35 [2024-04-11T20:41:35.594Z] + mvn clean package -f /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools 16:41:35 [2024-04-11T20:41:35.852Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 16:41:35 [2024-04-11T20:41:35.852Z] Maven home: /opt/tools/apache-maven/latest 16:41:35 [2024-04-11T20:41:35.852Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 16:41:35 [2024-04-11T20:41:35.852Z] Default locale: en_US, platform encoding: UTF-8 16:41:35 [2024-04-11T20:41:35.852Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 16:41:38 [2024-04-11T20:41:38.371Z] [INFO] Scanning for projects... 16:41:50 [2024-04-11T20:41:50.564Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (96ae7c819807677f84ea0cd14efd2733f09dd271) 16:41:50 [2024-04-11T20:41:50.564Z] [INFO] Tycho Mode: project 16:41:50 [2024-04-11T20:41:50.564Z] [INFO] Tycho Builder: maven 16:41:50 [2024-04-11T20:41:50.564Z] [INFO] Build Threads: 1 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] --------------------< org.eclipse.epp:releng.tools >-------------------- 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] Building releng.tools 4.32.0-SNAPSHOT 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] from pom.xml 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] --- clean:3.2.0:clean (default-clean) @ releng.tools --- 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] --- properties:1.1.0:write-project-properties (default) @ releng.tools --- 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] ------------------------------------------------------------------------ 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] BUILD SUCCESS 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] ------------------------------------------------------------------------ 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] Total time: 17.505 s 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] Finished at: 2024-04-11T20:41:55Z 16:41:55 [2024-04-11T20:41:55.814Z] [INFO] ------------------------------------------------------------------------ 16:41:55 [2024-04-11T20:41:55.814Z] ++ get_property RELEASE_NAME 16:41:55 [2024-04-11T20:41:55.814Z] ++ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 16:41:55 [2024-04-11T20:41:55.814Z] ++ cut -d= -f2 16:41:55 [2024-04-11T20:41:55.814Z] + RELEASE_NAME=2024-06 16:41:55 [2024-04-11T20:41:55.814Z] ++ get_property RELEASE_MILESTONE 16:41:55 [2024-04-11T20:41:55.815Z] ++ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 16:41:55 [2024-04-11T20:41:55.815Z] ++ cut -d= -f2 16:41:55 [2024-04-11T20:41:55.815Z] + RELEASE_MILESTONE=M1 16:41:55 [2024-04-11T20:41:55.815Z] ++ get_property RELEASE_DIR 16:41:55 [2024-04-11T20:41:55.815Z] ++ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 16:41:55 [2024-04-11T20:41:55.815Z] ++ cut -d= -f2 16:41:55 [2024-04-11T20:41:55.815Z] + RELEASE_DIR=202404111000 16:41:55 [2024-04-11T20:41:55.815Z] ++ get_property SIMREL_REPO 16:41:55 [2024-04-11T20:41:55.815Z] ++ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties 16:41:55 [2024-04-11T20:41:55.815Z] ++ cut -d= -f2 16:41:55 [2024-04-11T20:41:55.815Z] + SIMREL_REPO='https\://download.eclipse.org/releases/2024-06/202404121000' 16:41:55 [2024-04-11T20:41:55.815Z] + BUILDING=/home/data/httpd/download.eclipse.org/technology/epp/building 16:41:55 [2024-04-11T20:41:55.815Z] + STAGING=/home/data/httpd/download.eclipse.org/technology/epp/staging 16:41:55 [2024-04-11T20:41:55.815Z] + cat 16:41:55 [2024-04-11T20:41:55.815Z] + scp -rp _email.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building 16:41:56 [2024-04-11T20:41:56.379Z] ++ date 16:41:56 [2024-04-11T20:41:56.379Z] + echo 'TIMESTAMP: Thu 11 Apr 2024 08:41:56 PM UTC' 16:41:56 [2024-04-11T20:41:56.379Z] + echo 'CI URL: https://ci.eclipse.org/packaging/job/epp/job/master/26/' 16:41:56 [2024-04-11T20:41:56.379Z] + scp -rp _ci-info.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building 16:41:56 [2024-04-11T20:41:56.635Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous 16:41:56 [2024-04-11T20:41:56.891Z] + ssh genie.packaging@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/technology/epp/staging 16:41:57 [2024-04-11T20:41:57.454Z] + 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 16:41:57 [2024-04-11T20:41:57.710Z] + 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 16:41:57 [2024-04-11T20:41:57.966Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous [Pipeline] } 16:41:58 [2024-04-11T20:41:58.533Z] $ ssh-agent -k 16:41:58 [2024-04-11T20:41:58.539Z] unset SSH_AUTH_SOCK; 16:41:58 [2024-04-11T20:41:58.539Z] unset SSH_AGENT_PID; 16:41:58 [2024-04-11T20:41:58.539Z] echo Agent pid 14481 killed; 16:41:58 [2024-04-11T20:41:58.546Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs 16:41:58 [2024-04-11T20:41:58.687Z] [WS-CLEANUP] Deleting project workspace... 16:41:58 [2024-04-11T20:41:58.687Z] [WS-CLEANUP] Deferred wipeout is used... 16:41:58 [2024-04-11T20:41:58.694Z] [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