Started by timer Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from f95e6db98f9df81aabf68b687160c7a751cc831d [Pipeline] Start of Pipeline [Pipeline] node Agent basic-lsq09 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-lsq09" 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-lsq09" - 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-lsq09" - 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-lsq09 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 f95e6db98f9df81aabf68b687160c7a751cc831d (master) Commit message: "Prepare repo for 2024-06 M3 (#156)" > 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 f95e6db98f9df81aabf68b687160c7a751cc831d # timeout=10 > git rev-list --no-walk f95e6db98f9df81aabf68b687160c7a751cc831d # 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 [2024-05-10T01:59:16.211Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T01:59:16.211Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T01:59:16.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T01:59:16.255Z] $ ssh-agent [2024-05-10T01:59:16.268Z] SSH_AUTH_SOCK=/tmp/ssh-VN4WWSQVwA8I/agent.140 [2024-05-10T01:59:16.268Z] SSH_AGENT_PID=142 [2024-05-10T01:59:16.281Z] Running ssh-add (command line suppressed) [2024-05-10T01:59:16.297Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_7974830446531953800.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_7974830446531953800.key) [2024-05-10T01:59:16.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T01:59:16.648Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/building/ [Pipeline] sh [2024-05-10T01:59:17.862Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/building//repository [Pipeline] } [2024-05-10T01:59:17.870Z] $ ssh-agent -k [2024-05-10T01:59:17.875Z] unset SSH_AUTH_SOCK; [2024-05-10T01:59:17.875Z] unset SSH_AGENT_PID; [2024-05-10T01:59:17.875Z] echo Agent pid 142 killed; [2024-05-10T01:59:17.881Z] [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 [2024-05-10T01:59:18.277Z] + 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 [2024-05-10T01:59:18.534Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T01:59:18.534Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T01:59:18.534Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T01:59:18.534Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T01:59:18.534Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T01:59:19.903Z] [INFO] Scanning for projects... [2024-05-10T01:59:29.878Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T01:59:29.878Z] [INFO] Tycho Mode: project [2024-05-10T01:59:29.878Z] [INFO] Tycho Builder: maven [2024-05-10T01:59:29.878Z] [INFO] Build Threads: 1 [2024-05-10T01:59:42.098Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T01:59:42.098Z] [INFO] Reactor Build Order: [2024-05-10T01:59:42.098Z] [INFO] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.common [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.common.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.cpp [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.cpp.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.cpp [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.dsl [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.dsl.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.dsl [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.embedcpp [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.embedcpp.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.embedcpp [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.java [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.java.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.java [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.jee [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.jee.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.jee [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.modeling [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.modeling.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.modeling [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.php [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.php.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.php [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.rcp [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.rcp.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.rcp [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.scout [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.scout.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.scout [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.committers [eclipse-plugin] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp.package.committers.feature [eclipse-feature] [2024-05-10T01:59:42.098Z] [INFO] epp.package.committers [eclipse-repository] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp-parent-aggregation [pom] [2024-05-10T01:59:42.098Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T01:59:42.098Z] [INFO] [2024-05-10T01:59:42.098Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >----------- [2024-05-10T01:59:42.098Z] [INFO] Building org.eclipse.epp.package.common 4.32.0-SNAPSHOT [1/34] [2024-05-10T01:59:42.098Z] [INFO] from packages/org.eclipse.epp.package.common/pom.xml [2024-05-10T01:59:42.098Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T01:59:45.390Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T01:59:45.390Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T01:59:45.390Z] [INFO] Transport mode: online [2024-05-10T01:59:45.390Z] [INFO] Http Transport type: Java11Client [2024-05-10T01:59:45.390Z] [INFO] Update mode: cache first [2024-05-10T01:59:45.390Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T01:59:45.390Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T01:59:45.390Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T01:59:47.970Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T01:59:47.970Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T01:59:47.970Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T01:59:53.238Z] [INFO] Artifact commons-io:commons-io:jar:2.16.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.238Z] [INFO] Artifact commons-io:commons-io:jar:2.16.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.238Z] [INFO] Artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.238Z] [INFO] Artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.238Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.238Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.239Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.239Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.809Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:53.809Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:57.092Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:57.092Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:59.623Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [2024-05-10T01:59:59.623Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:59.623Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [2024-05-10T01:59:59.624Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T01:59:59.624Z] [INFO] [2024-05-10T01:59:59.624Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:02.900Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:00:02.900Z] [INFO] [2024-05-10T02:00:02.900Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:02.900Z] [INFO] [2024-05-10T02:00:02.900Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:02.900Z] [INFO] [2024-05-10T02:00:02.900Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:02.900Z] [INFO] [2024-05-10T02:00:02.900Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:02.900Z] [INFO] Resolving class path of org.eclipse.epp.package.common [2024-05-10T02:00:03.465Z] [INFO] [2024-05-10T02:00:03.465Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:06.746Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:06.746Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:06.746Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/main/resources [2024-05-10T02:00:06.746Z] [INFO] [2024-05-10T02:00:06.746Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:06.746Z] [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 [2024-05-10T02:00:08.120Z] [INFO] [2024-05-10T02:00:08.120Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:08.120Z] [INFO] [2024-05-10T02:00:08.120Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:08.120Z] [INFO] [2024-05-10T02:00:08.120Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:08.120Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:08.120Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:08.120Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/test/resources [2024-05-10T02:00:08.120Z] [INFO] [2024-05-10T02:00:08.121Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:08.121Z] [INFO] [2024-05-10T02:00:08.121Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:08.121Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:00:08.121Z] [INFO] [2024-05-10T02:00:08.121Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:08.121Z] [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 [2024-05-10T02:00:08.383Z] [INFO] [2024-05-10T02:00:08.383Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:08.383Z] [INFO] [2024-05-10T02:00:08.383Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:10.915Z] [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 [2024-05-10T02:00:11.854Z] [INFO] [2024-05-10T02:00:11.854Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common --- [2024-05-10T02:00:11.854Z] [INFO] [2024-05-10T02:00:11.854Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >------- [2024-05-10T02:00:11.854Z] [INFO] Building org.eclipse.epp.package.common.feature 4.32.0-SNAPSHOT [2/34] [2024-05-10T02:00:11.854Z] [INFO] from packages/org.eclipse.epp.package.common.feature/pom.xml [2024-05-10T02:00:11.854Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:00:11.854Z] [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 [2024-05-10T02:00:13.754Z] [INFO] Artifact org.slf4j:slf4j-api:jar:2.0.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:13.755Z] [INFO] Artifact org.slf4j:slf4j-api:jar:2.0.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:14.690Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:14.690Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:14.690Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:14.690Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:14.691Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:14.691Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:17.213Z] [INFO] [2024-05-10T02:00:17.213Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:17.473Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:00:17.473Z] [INFO] [2024-05-10T02:00:17.473Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:17.473Z] [INFO] [2024-05-10T02:00:17.473Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:17.473Z] [INFO] [2024-05-10T02:00:17.473Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:17.473Z] [INFO] [2024-05-10T02:00:17.473Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:17.473Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:17.473Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:17.473Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/src/main/resources [2024-05-10T02:00:17.473Z] [INFO] [2024-05-10T02:00:17.473Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:27.428Z] [INFO] 381 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:27.428Z] [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 [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:27.428Z] [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 [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common.feature --- [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.cpp >------------- [2024-05-10T02:00:27.428Z] [INFO] Building org.eclipse.epp.package.cpp 4.32.0-SNAPSHOT [3/34] [2024-05-10T02:00:27.428Z] [INFO] from packages/org.eclipse.epp.package.cpp/pom.xml [2024-05-10T02:00:27.428Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.428Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.428Z] [INFO] Resolving class path of org.eclipse.epp.package.cpp [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.428Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.428Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:27.428Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:27.428Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/main/resources [2024-05-10T02:00:27.428Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:27.429Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:27.429Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/test/resources [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:27.429Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:27.429Z] [INFO] Copying 1 resource [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [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 [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.429Z] [INFO] [2024-05-10T02:00:27.429Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:27.686Z] [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 [2024-05-10T02:00:28.616Z] [INFO] [2024-05-10T02:00:28.616Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp --- [2024-05-10T02:00:28.617Z] [INFO] [2024-05-10T02:00:28.617Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.cpp.feature >--------- [2024-05-10T02:00:28.617Z] [INFO] Building org.eclipse.epp.package.cpp.feature 4.32.0-SNAPSHOT [4/34] [2024-05-10T02:00:28.617Z] [INFO] from packages/org.eclipse.epp.package.cpp.feature/pom.xml [2024-05-10T02:00:28.617Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:00:28.617Z] [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 [2024-05-10T02:00:29.180Z] [INFO] [2024-05-10T02:00:29.181Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:29.181Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:00:29.181Z] [INFO] [2024-05-10T02:00:29.181Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:29.181Z] [INFO] [2024-05-10T02:00:29.181Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:29.181Z] [INFO] [2024-05-10T02:00:29.181Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:29.181Z] [INFO] [2024-05-10T02:00:29.181Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:29.181Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:29.181Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:29.181Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/src/main/resources [2024-05-10T02:00:29.181Z] [INFO] [2024-05-10T02:00:29.181Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:34.466Z] [INFO] 275 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:00:34.466Z] [INFO] [2024-05-10T02:00:34.466Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:34.466Z] [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 [2024-05-10T02:00:34.466Z] [INFO] [2024-05-10T02:00:34.466Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:34.466Z] [INFO] [2024-05-10T02:00:34.466Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:34.466Z] [INFO] [2024-05-10T02:00:34.466Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:34.466Z] [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 [2024-05-10T02:00:34.726Z] [INFO] [2024-05-10T02:00:34.726Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp.feature --- [2024-05-10T02:00:34.726Z] [INFO] [2024-05-10T02:00:34.726Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- [2024-05-10T02:00:34.726Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [5/34] [2024-05-10T02:00:34.726Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml [2024-05-10T02:00:34.726Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:00:34.726Z] [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 [2024-05-10T02:00:39.975Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:39.975Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:39.975Z] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:39.975Z] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:39.975Z] [INFO] Artifact org.apache.commons:commons-compress:jar:1.26.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:39.976Z] [INFO] Artifact org.apache.commons:commons-compress:jar:1.26.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:39.976Z] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:39.976Z] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:48.070Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:48.070Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:48.070Z] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:00:48.070Z] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:00:48.070Z] [INFO] Artifact org.apache.httpcomponents:httpmime:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:00:48.071Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:48.071Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:00:48.071Z] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:00:48.071Z] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:00:48.071Z] [INFO] Artifact org.apache.httpcomponents:httpmime:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:00:48.071Z] [INFO] [2024-05-10T02:00:48.071Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- [2024-05-10T02:00:48.328Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:00:48.328Z] [INFO] [2024-05-10T02:00:48.328Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- [2024-05-10T02:00:48.328Z] [INFO] [2024-05-10T02:00:48.328Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.cpp --- [2024-05-10T02:00:48.328Z] [INFO] [2024-05-10T02:00:48.328Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- [2024-05-10T02:00:48.328Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:00:48.328Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:00:48.328Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources [2024-05-10T02:00:48.328Z] [INFO] [2024-05-10T02:00:48.328Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- [2024-05-10T02:00:48.328Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:00:48.328Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:00:48.585Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:00:48.585Z] [INFO] [2024-05-10T02:00:48.585Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.cpp --- [2024-05-10T02:00:49.149Z] [INFO] [2024-05-10T02:00:49.149Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.cpp --- [2024-05-10T02:00:49.149Z] [INFO] [2024-05-10T02:00:49.149Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- [2024-05-10T02:00:49.149Z] [INFO] [2024-05-10T02:00:49.149Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.cpp --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.cpp --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.dsl >------------- [2024-05-10T02:02:40.593Z] [INFO] Building org.eclipse.epp.package.dsl 4.32.0-SNAPSHOT [6/34] [2024-05-10T02:02:40.593Z] [INFO] from packages/org.eclipse.epp.package.dsl/pom.xml [2024-05-10T02:02:40.593Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] Resolving class path of org.eclipse.epp.package.dsl [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:02:40.593Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:02:40.593Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/main/resources [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] [2024-05-10T02:02:40.593Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.593Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:02:40.593Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:02:40.594Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/test/resources [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.594Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.594Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:02:40.594Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:02:40.594Z] [INFO] Copying 1 resource [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.594Z] [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 [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.594Z] [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 [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.dsl.feature >--------- [2024-05-10T02:02:40.594Z] [INFO] Building org.eclipse.epp.package.dsl.feature 4.32.0-SNAPSHOT [7/34] [2024-05-10T02:02:40.594Z] [INFO] from packages/org.eclipse.epp.package.dsl.feature/pom.xml [2024-05-10T02:02:40.594Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:02:40.594Z] [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 [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:02:40.594Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:02:40.594Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/src/main/resources [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [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 [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [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 [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl.feature --- [2024-05-10T02:02:40.594Z] [INFO] [2024-05-10T02:02:40.594Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- [2024-05-10T02:02:40.594Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [8/34] [2024-05-10T02:02:40.594Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml [2024-05-10T02:02:40.594Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:02:40.594Z] [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 [2024-05-10T02:02:43.116Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.116Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.116Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.116Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.117Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.117Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.117Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.117Z] [INFO] Artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.117Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:43.117Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.222Z] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.223Z] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.223Z] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.223Z] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.223Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.223Z] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.223Z] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.224Z] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.224Z] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.224Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:02:51.224Z] [INFO] [2024-05-10T02:02:51.224Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- [2024-05-10T02:02:51.224Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:02:51.224Z] [INFO] [2024-05-10T02:02:51.224Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- [2024-05-10T02:02:51.224Z] [INFO] [2024-05-10T02:02:51.224Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.dsl --- [2024-05-10T02:02:51.224Z] [INFO] [2024-05-10T02:02:51.224Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- [2024-05-10T02:02:51.224Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:02:51.224Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:02:51.224Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources [2024-05-10T02:02:51.224Z] [INFO] [2024-05-10T02:02:51.224Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:02:51.224Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:02:51.224Z] [INFO] [2024-05-10T02:02:51.224Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.dsl --- [2024-05-10T02:02:51.787Z] [INFO] [2024-05-10T02:02:51.787Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.dsl --- [2024-05-10T02:02:51.787Z] [INFO] [2024-05-10T02:02:51.787Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- [2024-05-10T02:02:51.787Z] [INFO] [2024-05-10T02:02:51.787Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.dsl --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.dsl --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.embedcpp >---------- [2024-05-10T02:04:13.179Z] [INFO] Building org.eclipse.epp.package.embedcpp 4.32.0-SNAPSHOT [9/34] [2024-05-10T02:04:13.179Z] [INFO] from packages/org.eclipse.epp.package.embedcpp/pom.xml [2024-05-10T02:04:13.179Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] Resolving class path of org.eclipse.epp.package.embedcpp [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:04:13.179Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:04:13.179Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/main/resources [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:04:13.179Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:04:13.179Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/test/resources [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.179Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.179Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:04:13.179Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:04:13.179Z] [INFO] Copying 1 resource [2024-05-10T02:04:13.179Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.180Z] [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 [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.180Z] [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 [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp --- [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature >------ [2024-05-10T02:04:13.180Z] [INFO] Building org.eclipse.epp.package.embedcpp.feature 4.32.0-SNAPSHOT [10/34] [2024-05-10T02:04:13.180Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.feature/pom.xml [2024-05-10T02:04:13.180Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:04:13.180Z] [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 [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:04:13.180Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:04:13.180Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.feature/src/main/resources [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] 275 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [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 [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [INFO] [2024-05-10T02:04:13.180Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.180Z] [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 [2024-05-10T02:04:13.743Z] [INFO] [2024-05-10T02:04:13.743Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- [2024-05-10T02:04:13.743Z] [INFO] [2024-05-10T02:04:13.744Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- [2024-05-10T02:04:13.744Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [11/34] [2024-05-10T02:04:13.744Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml [2024-05-10T02:04:13.744Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:04:13.744Z] [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 [2024-05-10T02:04:20.287Z] [INFO] [2024-05-10T02:04:20.287Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- [2024-05-10T02:04:20.287Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:04:20.287Z] [INFO] [2024-05-10T02:04:20.287Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- [2024-05-10T02:04:20.287Z] [INFO] [2024-05-10T02:04:20.287Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.embedcpp --- [2024-05-10T02:04:20.287Z] [INFO] [2024-05-10T02:04:20.287Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- [2024-05-10T02:04:20.287Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:04:20.287Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:04:20.287Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources [2024-05-10T02:04:20.288Z] [INFO] [2024-05-10T02:04:20.288Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:04:20.288Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:04:20.288Z] [INFO] [2024-05-10T02:04:20.288Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.embedcpp --- [2024-05-10T02:04:20.544Z] [INFO] [2024-05-10T02:04:20.544Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.embedcpp --- [2024-05-10T02:04:20.544Z] [INFO] [2024-05-10T02:04:20.544Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- [2024-05-10T02:04:20.544Z] [INFO] [2024-05-10T02:04:20.544Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.embedcpp --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.java >------------ [2024-05-10T02:05:16.719Z] [INFO] Building org.eclipse.epp.package.java 4.32.0-SNAPSHOT [12/34] [2024-05-10T02:05:16.719Z] [INFO] from packages/org.eclipse.epp.package.java/pom.xml [2024-05-10T02:05:16.719Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] Resolving class path of org.eclipse.epp.package.java [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:05:16.719Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:05:16.719Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/main/resources [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:05:16.719Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:05:16.719Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/test/resources [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:05:16.719Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:05:16.719Z] [INFO] Copying 1 resource [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [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 [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [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 [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java --- [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.719Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.java.feature >-------- [2024-05-10T02:05:16.719Z] [INFO] Building org.eclipse.epp.package.java.feature 4.32.0-SNAPSHOT [13/34] [2024-05-10T02:05:16.719Z] [INFO] from packages/org.eclipse.epp.package.java.feature/pom.xml [2024-05-10T02:05:16.719Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:05:16.719Z] [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 [2024-05-10T02:05:16.719Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:05:16.720Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:05:16.720Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.feature/src/main/resources [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [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 [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [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 [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java.feature --- [2024-05-10T02:05:16.720Z] [INFO] [2024-05-10T02:05:16.720Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ [2024-05-10T02:05:16.720Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [14/34] [2024-05-10T02:05:16.720Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml [2024-05-10T02:05:16.720Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:05:16.720Z] [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 [2024-05-10T02:05:18.611Z] [INFO] [2024-05-10T02:05:18.611Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- [2024-05-10T02:05:18.611Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:05:18.611Z] [INFO] [2024-05-10T02:05:18.611Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- [2024-05-10T02:05:18.611Z] [INFO] [2024-05-10T02:05:18.611Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.java --- [2024-05-10T02:05:18.611Z] [INFO] [2024-05-10T02:05:18.611Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- [2024-05-10T02:05:18.611Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:05:18.611Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:05:18.611Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources [2024-05-10T02:05:18.611Z] [INFO] [2024-05-10T02:05:18.612Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:05:18.612Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:05:18.612Z] [INFO] [2024-05-10T02:05:18.612Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.java --- [2024-05-10T02:05:18.612Z] [INFO] [2024-05-10T02:05:18.612Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.java --- [2024-05-10T02:05:18.612Z] [INFO] [2024-05-10T02:05:18.612Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.java --- [2024-05-10T02:05:18.612Z] [INFO] [2024-05-10T02:05:18.612Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.java --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.java --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.jee >------------- [2024-05-10T02:06:05.239Z] [INFO] Building org.eclipse.epp.package.jee 4.32.0-SNAPSHOT [15/34] [2024-05-10T02:06:05.239Z] [INFO] from packages/org.eclipse.epp.package.jee/pom.xml [2024-05-10T02:06:05.239Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] Resolving class path of org.eclipse.epp.package.jee [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:06:05.239Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:06:05.239Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/main/resources [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:06:05.239Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:06:05.239Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/test/resources [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:06:05.239Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:06:05.239Z] [INFO] Copying 1 resource [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [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 [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [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 [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee --- [2024-05-10T02:06:05.239Z] [INFO] [2024-05-10T02:06:05.239Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.jee.feature >--------- [2024-05-10T02:06:05.240Z] [INFO] Building org.eclipse.epp.package.jee.feature 4.32.0-SNAPSHOT [16/34] [2024-05-10T02:06:05.240Z] [INFO] from packages/org.eclipse.epp.package.jee.feature/pom.xml [2024-05-10T02:06:05.240Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:06:05.240Z] [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 [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:06:05.240Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:06:05.240Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.feature/src/main/resources [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] 136 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [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 [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [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 [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee.feature --- [2024-05-10T02:06:05.240Z] [INFO] [2024-05-10T02:06:05.240Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- [2024-05-10T02:06:05.240Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [17/34] [2024-05-10T02:06:05.240Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml [2024-05-10T02:06:05.240Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:06:05.240Z] [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 [2024-05-10T02:06:15.188Z] [INFO] [2024-05-10T02:06:15.188Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- [2024-05-10T02:06:15.445Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:06:15.445Z] [INFO] [2024-05-10T02:06:15.445Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- [2024-05-10T02:06:15.445Z] [INFO] [2024-05-10T02:06:15.445Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.jee --- [2024-05-10T02:06:15.445Z] [INFO] [2024-05-10T02:06:15.445Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- [2024-05-10T02:06:15.445Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:06:15.445Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:06:15.445Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources [2024-05-10T02:06:15.445Z] [INFO] [2024-05-10T02:06:15.445Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:06:15.445Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:06:15.445Z] [INFO] [2024-05-10T02:06:15.445Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.jee --- [2024-05-10T02:06:16.009Z] [INFO] [2024-05-10T02:06:16.009Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.jee --- [2024-05-10T02:06:16.009Z] [INFO] [2024-05-10T02:06:16.009Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- [2024-05-10T02:06:16.009Z] [INFO] [2024-05-10T02:06:16.009Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.jee --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.jee --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.modeling >---------- [2024-05-10T02:08:07.444Z] [INFO] Building org.eclipse.epp.package.modeling 4.32.0-SNAPSHOT [18/34] [2024-05-10T02:08:07.444Z] [INFO] from packages/org.eclipse.epp.package.modeling/pom.xml [2024-05-10T02:08:07.444Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] Resolving class path of org.eclipse.epp.package.modeling [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:08:07.444Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:08:07.444Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/main/resources [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:08:07.444Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:08:07.444Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/test/resources [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] 118 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.444Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:08:07.444Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:08:07.444Z] [INFO] Copying 1 resource [2024-05-10T02:08:07.444Z] [INFO] [2024-05-10T02:08:07.444Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.445Z] [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 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.445Z] [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 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.modeling.feature >------ [2024-05-10T02:08:07.445Z] [INFO] Building org.eclipse.epp.package.modeling.feature 4.32.0-SNAPSHOT [19/34] [2024-05-10T02:08:07.445Z] [INFO] from packages/org.eclipse.epp.package.modeling.feature/pom.xml [2024-05-10T02:08:07.445Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:08:07.445Z] [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 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:08:07.445Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:08:07.445Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.feature/src/main/resources [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] 119 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [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 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [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 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling.feature --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- [2024-05-10T02:08:07.445Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [20/34] [2024-05-10T02:08:07.445Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml [2024-05-10T02:08:07.445Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:08:07.445Z] [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 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- [2024-05-10T02:08:07.445Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.modeling --- [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- [2024-05-10T02:08:07.445Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:08:07.445Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:08:07.445Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:08:07.445Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:08:07.445Z] [INFO] [2024-05-10T02:08:07.445Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.modeling --- [2024-05-10T02:08:07.446Z] [INFO] [2024-05-10T02:08:07.446Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.modeling --- [2024-05-10T02:08:07.446Z] [INFO] [2024-05-10T02:08:07.446Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- [2024-05-10T02:08:07.446Z] [INFO] [2024-05-10T02:08:07.446Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.modeling --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.modeling --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.php >------------- [2024-05-10T02:09:28.841Z] [INFO] Building org.eclipse.epp.package.php 4.32.0-SNAPSHOT [21/34] [2024-05-10T02:09:28.841Z] [INFO] from packages/org.eclipse.epp.package.php/pom.xml [2024-05-10T02:09:28.841Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] Resolving class path of org.eclipse.epp.package.php [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:09:28.841Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:09:28.841Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/main/resources [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:09:28.841Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:09:28.841Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/test/resources [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:09:28.841Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:09:28.841Z] [INFO] Copying 1 resource [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [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 [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [INFO] [2024-05-10T02:09:28.841Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:28.841Z] [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 [2024-05-10T02:09:29.097Z] [INFO] [2024-05-10T02:09:29.097Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php --- [2024-05-10T02:09:29.097Z] [INFO] [2024-05-10T02:09:29.097Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.php.feature >--------- [2024-05-10T02:09:29.097Z] [INFO] Building org.eclipse.epp.package.php.feature 4.32.0-SNAPSHOT [22/34] [2024-05-10T02:09:29.097Z] [INFO] from packages/org.eclipse.epp.package.php.feature/pom.xml [2024-05-10T02:09:29.097Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:09:29.097Z] [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 [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:09:29.661Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:09:29.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.feature/src/main/resources [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [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 [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [INFO] [2024-05-10T02:09:29.661Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:29.661Z] [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 [2024-05-10T02:09:30.223Z] [INFO] [2024-05-10T02:09:30.223Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php.feature --- [2024-05-10T02:09:30.223Z] [INFO] [2024-05-10T02:09:30.223Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- [2024-05-10T02:09:30.223Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [23/34] [2024-05-10T02:09:30.223Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml [2024-05-10T02:09:30.223Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:09:30.223Z] [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 [2024-05-10T02:09:33.491Z] [INFO] [2024-05-10T02:09:33.491Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- [2024-05-10T02:09:33.491Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:09:33.491Z] [INFO] [2024-05-10T02:09:33.491Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- [2024-05-10T02:09:33.491Z] [INFO] [2024-05-10T02:09:33.491Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.php --- [2024-05-10T02:09:33.491Z] [INFO] [2024-05-10T02:09:33.491Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- [2024-05-10T02:09:33.491Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:09:33.491Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:09:33.491Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources [2024-05-10T02:09:33.491Z] [INFO] [2024-05-10T02:09:33.491Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- [2024-05-10T02:09:33.491Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:09:33.491Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:09:33.491Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:09:33.491Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:09:33.491Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:09:33.491Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:09:33.492Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:09:33.492Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:09:33.492Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:09:33.492Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:09:33.492Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:09:33.747Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:09:33.747Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:09:33.747Z] [INFO] [2024-05-10T02:09:33.747Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.php --- [2024-05-10T02:09:34.003Z] [INFO] [2024-05-10T02:09:34.003Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.php --- [2024-05-10T02:09:34.003Z] [INFO] [2024-05-10T02:09:34.003Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.php --- [2024-05-10T02:09:34.003Z] [INFO] [2024-05-10T02:09:34.003Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.php --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.php --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.rcp >------------- [2024-05-10T02:10:41.635Z] [INFO] Building org.eclipse.epp.package.rcp 4.32.0-SNAPSHOT [24/34] [2024-05-10T02:10:41.635Z] [INFO] from packages/org.eclipse.epp.package.rcp/pom.xml [2024-05-10T02:10:41.635Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] Resolving class path of org.eclipse.epp.package.rcp [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:10:41.635Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:10:41.635Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/main/resources [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:10:41.635Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:10:41.635Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/test/resources [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:10:41.635Z] [INFO] [2024-05-10T02:10:41.635Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.635Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:10:41.636Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:10:41.636Z] [INFO] Copying 1 resource [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.636Z] [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 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.636Z] [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 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.rcp.feature >--------- [2024-05-10T02:10:41.636Z] [INFO] Building org.eclipse.epp.package.rcp.feature 4.32.0-SNAPSHOT [25/34] [2024-05-10T02:10:41.636Z] [INFO] from packages/org.eclipse.epp.package.rcp.feature/pom.xml [2024-05-10T02:10:41.636Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:10:41.636Z] [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 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:10:41.636Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:10:41.636Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.feature/src/main/resources [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] 477 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [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 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [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 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp.feature --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- [2024-05-10T02:10:41.636Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [26/34] [2024-05-10T02:10:41.636Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml [2024-05-10T02:10:41.636Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:10:41.636Z] [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 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- [2024-05-10T02:10:41.636Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.rcp --- [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- [2024-05-10T02:10:41.636Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:10:41.636Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:10:41.636Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.636Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:10:41.636Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:10:41.636Z] [INFO] [2024-05-10T02:10:41.637Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.rcp --- [2024-05-10T02:10:41.637Z] [INFO] [2024-05-10T02:10:41.637Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.rcp --- [2024-05-10T02:10:41.637Z] [INFO] [2024-05-10T02:10:41.637Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- [2024-05-10T02:10:41.637Z] [INFO] [2024-05-10T02:10:41.637Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.rcp --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.rcp --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.scout >------------ [2024-05-10T02:11:37.819Z] [INFO] Building org.eclipse.epp.package.scout 4.32.0-SNAPSHOT [27/34] [2024-05-10T02:11:37.819Z] [INFO] from packages/org.eclipse.epp.package.scout/pom.xml [2024-05-10T02:11:37.819Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] Resolving class path of org.eclipse.epp.package.scout [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:11:37.819Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:11:37.819Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/main/resources [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] [2024-05-10T02:11:37.819Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.819Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:11:37.819Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:11:37.819Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/test/resources [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.820Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.820Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:11:37.820Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:11:37.820Z] [INFO] Copying 1 resource [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.820Z] [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 [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.820Z] [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 [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.scout.feature >-------- [2024-05-10T02:11:37.820Z] [INFO] Building org.eclipse.epp.package.scout.feature 4.32.0-SNAPSHOT [28/34] [2024-05-10T02:11:37.820Z] [INFO] from packages/org.eclipse.epp.package.scout.feature/pom.xml [2024-05-10T02:11:37.820Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:11:37.820Z] [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 [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:11:37.820Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:11:37.820Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.feature/src/main/resources [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [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 [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [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 [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout.feature --- [2024-05-10T02:11:37.820Z] [INFO] [2024-05-10T02:11:37.820Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ [2024-05-10T02:11:37.820Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [29/34] [2024-05-10T02:11:37.820Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml [2024-05-10T02:11:37.820Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:11:37.820Z] [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 [2024-05-10T02:11:41.091Z] [INFO] [2024-05-10T02:11:41.091Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- [2024-05-10T02:11:41.347Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:11:41.347Z] [INFO] [2024-05-10T02:11:41.347Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- [2024-05-10T02:11:41.347Z] [INFO] [2024-05-10T02:11:41.347Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.scout --- [2024-05-10T02:11:41.347Z] [INFO] [2024-05-10T02:11:41.347Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- [2024-05-10T02:11:41.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:11:41.347Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:11:41.347Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources [2024-05-10T02:11:41.347Z] [INFO] [2024-05-10T02:11:41.347Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:11:41.347Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:11:41.347Z] [INFO] [2024-05-10T02:11:41.347Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.scout --- [2024-05-10T02:11:41.603Z] [INFO] [2024-05-10T02:11:41.604Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.scout --- [2024-05-10T02:11:41.604Z] [INFO] [2024-05-10T02:11:41.604Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- [2024-05-10T02:11:41.604Z] [INFO] [2024-05-10T02:11:41.604Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.scout --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.scout --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp.package.committers >--------- [2024-05-10T02:12:37.774Z] [INFO] Building org.eclipse.epp.package.committers 4.32.0-SNAPSHOT [30/34] [2024-05-10T02:12:37.774Z] [INFO] from packages/org.eclipse.epp.package.committers/pom.xml [2024-05-10T02:12:37.774Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] The project's OSGi version is 4.32.0.20240502-0721 [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] Resolving class path of org.eclipse.epp.package.committers [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:12:37.774Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:12:37.774Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/main/resources [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:12:37.774Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:12:37.774Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/test/resources [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] 184 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:12:37.774Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:12:37.774Z] [INFO] Copying 1 resource [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [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 [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [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 [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers --- [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] -----< org.eclipse.epp:org.eclipse.epp.package.committers.feature >----- [2024-05-10T02:12:37.774Z] [INFO] Building org.eclipse.epp.package.committers.feature 4.32.0-SNAPSHOT [31/34] [2024-05-10T02:12:37.774Z] [INFO] from packages/org.eclipse.epp.package.committers.feature/pom.xml [2024-05-10T02:12:37.774Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-05-10T02:12:37.774Z] [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 [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.774Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:12:37.774Z] [INFO] [2024-05-10T02:12:37.774Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:12:37.775Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:12:37.775Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.feature/src/main/resources [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] 185 system scoped dependencies were not mapped to maven artifacts [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [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 [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [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 [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers.feature --- [2024-05-10T02:12:37.775Z] [INFO] [2024-05-10T02:12:37.775Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- [2024-05-10T02:12:37.775Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [32/34] [2024-05-10T02:12:37.775Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml [2024-05-10T02:12:37.775Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:12:37.775Z] [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 [2024-05-10T02:12:38.033Z] [INFO] [2024-05-10T02:12:38.033Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- [2024-05-10T02:12:38.288Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:12:38.288Z] [INFO] [2024-05-10T02:12:38.288Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- [2024-05-10T02:12:38.288Z] [INFO] [2024-05-10T02:12:38.288Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.committers --- [2024-05-10T02:12:38.288Z] [INFO] [2024-05-10T02:12:38.289Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- [2024-05-10T02:12:38.289Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:12:38.289Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:12:38.289Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources [2024-05-10T02:12:38.289Z] [INFO] [2024-05-10T02:12:38.289Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:12:38.289Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:12:38.289Z] [INFO] [2024-05-10T02:12:38.289Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.committers --- [2024-05-10T02:12:38.849Z] [INFO] [2024-05-10T02:12:38.850Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.committers --- [2024-05-10T02:12:38.850Z] [INFO] [2024-05-10T02:12:38.850Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- [2024-05-10T02:12:38.850Z] [INFO] [2024-05-10T02:12:38.850Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.committers --- [2024-05-10T02:13:46.479Z] [INFO] [2024-05-10T02:13:46.479Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.committers --- [2024-05-10T02:13:46.479Z] [INFO] [2024-05-10T02:13:46.479Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp-parent-aggregation >--------- [2024-05-10T02:13:46.479Z] [INFO] Building org.eclipse.epp-parent-aggregation 4.32.0-SNAPSHOT [33/34] [2024-05-10T02:13:46.479Z] [INFO] from releng/org.eclipse.epp.config/aggregation/pom.xml [2024-05-10T02:13:46.479Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T02:13:46.479Z] [INFO] [2024-05-10T02:13:46.479Z] [INFO] --- tycho-eclipse:4.0.8-SNAPSHOT:eclipse-run (build-repo) @ org.eclipse.epp-parent-aggregation --- [2024-05-10T02:13:46.479Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest [2024-05-10T02:13:46.479Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest] [2024-05-10T02:13:46.479Z] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/data/.metadata/.log [2024-05-10T02:13:46.479Z] [INFO] Command line: [2024-05-10T02:13:46.479Z] [/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Xms256M, -Xmx2048M, -Duser.home=/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target, -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclientjava, -Dpackages.clone.location.uri=file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../.., -Dsimrel.uri=https://download.eclipse.org/staging/2024-06, -Djustj.jres.uri=https://download.eclipse.org/justj/jres/21/updates/release/latest, -Djustj.epp.uri=https://download.eclipse.org/justj/epp/milestone/latest, -jar, /home/jenkins/agent/workspace/epp_master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240330-1250/org.eclipse.equinox.launcher-1.6.800.v20240330-1250.jar, -install, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/data, -application, org.eclipse.cbi.p2repo.cli.headless, aggregate, --buildModel, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/packaging.aggr, --buildRoot, /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository, --eclipseLogLevel, INFO, --logLevel, INFO, --action, CLEAN_BUILD] [2024-05-10T02:13:46.479Z] Loading all repositories [2024-05-10T02:13:46.479Z] SLF4J(W): No SLF4J providers were found. [2024-05-10T02:13:46.479Z] SLF4J(W): Defaulting to no-operation (NOP) logger implementation [2024-05-10T02:13:46.479Z] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [2024-05-10T02:13:54.770Z] Starting generation of composite repository [2024-05-10T02:13:54.770Z] 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 [2024-05-10T02:13:54.770Z] Done. Took 0 seconds [2024-05-10T02:13:54.770Z] Starting generation of verification feature for validationSet: Main [2024-05-10T02:13:54.770Z] Done. Took 0 seconds [2024-05-10T02:13:54.770Z] Starting planner verification for validationSet: Main [2024-05-10T02:13:54.770Z] Verifying config linux,gtk,aarch64... [2024-05-10T02:13:54.770Z] Verifying config linux,gtk,x86_64... [2024-05-10T02:13:54.770Z] Verifying config macosx,cocoa,aarch64... [2024-05-10T02:13:54.770Z] Verifying config macosx,cocoa,x86_64... [2024-05-10T02:13:54.770Z] Verifying config win32,win32,x86_64... [2024-05-10T02:14:21.782Z] Verified config linux,gtk,aarch64... [2024-05-10T02:14:21.782Z] Verified config linux,gtk,x86_64... [2024-05-10T02:14:21.782Z] Verified config macosx,cocoa,aarch64... [2024-05-10T02:14:21.782Z] Verified config macosx,cocoa,x86_64... [2024-05-10T02:14:21.782Z] Verified config win32,win32,x86_64... [2024-05-10T02:14:21.782Z] Verification successful [2024-05-10T02:14:21.782Z] Done. Took 26 seconds [2024-05-10T02:14:21.782Z] Starting mirroring of meta-data for validationSet: Main [2024-05-10T02:14:21.782Z] 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 [2024-05-10T02:14:21.782Z] Done. Took 0 seconds [2024-05-10T02:14:21.782Z] Starting generation of categories [2024-05-10T02:14:21.782Z] Done. Took 0 seconds [2024-05-10T02:14:21.782Z] Starting artifacts mirroring [2024-05-10T02:14:21.782Z] Mirroring artifacts from file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../../releng/org.eclipse.epp.config/aggregation/all-repos [2024-05-10T02:14:21.782Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.782Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.782Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.782Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240502-0721 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.783Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirroring artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.784Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240502-0721 [2024-05-10T02:14:21.784Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240502-0721 [2024-05-10T02:14:21.785Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240502-0721 [2024-05-10T02:14:21.785Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] - mirrored artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240502-1415 [2024-05-10T02:14:21.785Z] Saving: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate [2024-05-10T02:14:21.785Z] XZ compressing: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate [2024-05-10T02:14:22.346Z] Done. Took 2 seconds [2024-05-10T02:14:22.346Z] Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final [2024-05-10T02:14:22.346Z] Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final [2024-05-10T02:14:22.909Z] [INFO] [2024-05-10T02:14:22.909Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T02:14:22.909Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [34/34] [2024-05-10T02:14:22.909Z] [INFO] from pom.xml [2024-05-10T02:14:22.909Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T02:14:22.909Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:14:22.909Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T02:14:22.909Z] [INFO] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.common ..................... SUCCESS [ 30.480 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [ 14.833 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.cpp ........................ SUCCESS [ 1.745 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.cpp.feature ................ SUCCESS [ 6.346 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.cpp .................................... SUCCESS [02:02 min] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.dsl ........................ SUCCESS [ 1.797 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.dsl.feature ................ SUCCESS [ 1.323 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.dsl .................................... SUCCESS [01:30 min] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.embedcpp ................... SUCCESS [ 1.813 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.embedcpp.feature ........... SUCCESS [ 1.257 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.embedcpp ............................... SUCCESS [ 58.159 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.java ....................... SUCCESS [ 1.647 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.java.feature ............... SUCCESS [ 1.269 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.java ................................... SUCCESS [ 46.713 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.jee ........................ SUCCESS [ 1.645 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.jee.feature ................ SUCCESS [ 1.546 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.jee .................................... SUCCESS [01:50 min] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.modeling ................... SUCCESS [ 2.301 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.modeling.feature ........... SUCCESS [ 1.155 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.modeling ............................... SUCCESS [01:28 min] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.php ........................ SUCCESS [ 2.257 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.php.feature ................ SUCCESS [ 1.071 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.php .................................... SUCCESS [01:00 min] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.rcp ........................ SUCCESS [ 2.201 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.rcp.feature ................ SUCCESS [ 2.058 s] [2024-05-10T02:14:22.909Z] [INFO] epp.package.rcp .................................... SUCCESS [ 58.664 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.scout ...................... SUCCESS [ 2.365 s] [2024-05-10T02:14:22.909Z] [INFO] org.eclipse.epp.package.scout.feature .............. SUCCESS [ 1.113 s] [2024-05-10T02:14:22.910Z] [INFO] epp.package.scout .................................. SUCCESS [ 52.999 s] [2024-05-10T02:14:22.910Z] [INFO] org.eclipse.epp.package.committers ................. SUCCESS [ 1.885 s] [2024-05-10T02:14:22.910Z] [INFO] org.eclipse.epp.package.committers.feature ......... SUCCESS [ 2.100 s] [2024-05-10T02:14:22.910Z] [INFO] epp.package.committers ............................. SUCCESS [01:04 min] [2024-05-10T02:14:22.910Z] [INFO] org.eclipse.epp-parent-aggregation ................. SUCCESS [ 44.397 s] [2024-05-10T02:14:22.910Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.001 s] [2024-05-10T02:14:22.910Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:14:22.910Z] [INFO] BUILD SUCCESS [2024-05-10T02:14:22.910Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:14:22.910Z] [INFO] Total time: 15:03 min [2024-05-10T02:14:22.910Z] [INFO] Finished at: 2024-05-10T02:14:22Z [2024-05-10T02:14:22.910Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T02:14:23.487Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T02:14:23.487Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T02:14:23.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T02:14:23.503Z] $ ssh-agent [2024-05-10T02:14:23.513Z] SSH_AUTH_SOCK=/tmp/ssh-Tg1PkHuFNZrJ/agent.1590 [2024-05-10T02:14:23.513Z] SSH_AGENT_PID=1592 [2024-05-10T02:14:23.521Z] Running ssh-add (command line suppressed) [2024-05-10T02:14:23.536Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_1032354708429078626.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_1032354708429078626.key) [2024-05-10T02:14:23.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T02:14:23.830Z] + 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/ [2024-05-10T02:14:23.830Z] 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/ [2024-05-10T02:14:23.830Z] OpenSSH_7.9p1 Debian-10+deb10u4, OpenSSL 1.1.1n 15 Mar 2022 [2024-05-10T02:14:23.830Z] debug1: Reading configuration data /etc/ssh/ssh_config [2024-05-10T02:14:23.830Z] debug1: /etc/ssh/ssh_config line 19: Applying options for * [2024-05-10T02:14:23.830Z] debug1: Connecting to projects-storage.eclipse.org [172.25.25.150] port 22. [2024-05-10T02:14:23.830Z] debug1: Connection established. [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_rsa type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_rsa-cert type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_dsa type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_dsa-cert type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa-cert type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_ed25519 type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_ed25519-cert type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_xmss type -1 [2024-05-10T02:14:23.830Z] debug1: identity file /home/jenkins/.ssh/id_xmss-cert type -1 [2024-05-10T02:14:23.830Z] debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u4 [2024-05-10T02:14:23.830Z] debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3ubuntu0.7 [2024-05-10T02:14:23.830Z] debug1: match: OpenSSH_8.9p1 Ubuntu-3ubuntu0.7 pat OpenSSH* compat 0x04000000 [2024-05-10T02:14:23.830Z] debug1: Authenticating to projects-storage.eclipse.org:22 as 'genie.packaging' [2024-05-10T02:14:23.830Z] debug1: SSH2_MSG_KEXINIT sent [2024-05-10T02:14:23.830Z] debug1: SSH2_MSG_KEXINIT received [2024-05-10T02:14:23.830Z] debug1: kex: algorithm: curve25519-sha256 [2024-05-10T02:14:23.830Z] debug1: kex: host key algorithm: ecdsa-sha2-nistp256 [2024-05-10T02:14:23.830Z] debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: compression: none [2024-05-10T02:14:23.830Z] debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: compression: none [2024-05-10T02:14:23.830Z] debug1: expecting SSH2_MSG_KEX_ECDH_REPLY [2024-05-10T02:14:23.830Z] debug1: Server host key: ecdsa-sha2-nistp256 SHA256:CkY4klkLCBGlAzScHQgPcKKA8hyzEfrUl9BZAWMdYlc [2024-05-10T02:14:23.830Z] debug1: Host 'projects-storage.eclipse.org' is known and matches the ECDSA host key. [2024-05-10T02:14:23.830Z] debug1: Found key in /home/jenkins/.ssh/known_hosts:2 [2024-05-10T02:14:23.830Z] debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 [2024-05-10T02:14:23.830Z] debug1: rekey after 134217728 blocks [2024-05-10T02:14:23.830Z] debug1: SSH2_MSG_NEWKEYS sent [2024-05-10T02:14:23.830Z] debug1: expecting SSH2_MSG_NEWKEYS [2024-05-10T02:14:23.830Z] debug1: ssh_packet_read_poll2: resetting read seqnr 3 [2024-05-10T02:14:23.830Z] debug1: SSH2_MSG_NEWKEYS received [2024-05-10T02:14:23.830Z] debug1: rekey after 134217728 blocks [2024-05-10T02:14:23.830Z] debug1: Will attempt key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_1032354708429078626.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent [2024-05-10T02:14:23.830Z] debug1: Will attempt key: /home/jenkins/.ssh/id_rsa [2024-05-10T02:14:23.830Z] debug1: Will attempt key: /home/jenkins/.ssh/id_dsa [2024-05-10T02:14:23.830Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ecdsa [2024-05-10T02:14:23.830Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ed25519 [2024-05-10T02:14:23.830Z] debug1: Will attempt key: /home/jenkins/.ssh/id_xmss [2024-05-10T02:14:23.830Z] debug1: SSH2_MSG_EXT_INFO received [2024-05-10T02:14:23.830Z] debug1: kex_input_ext_info: server-sig-algs= [2024-05-10T02:14:23.831Z] debug1: kex_input_ext_info: publickey-hostbound@openssh.com (unrecognised) [2024-05-10T02:14:23.831Z] debug1: SSH2_MSG_SERVICE_ACCEPT received [2024-05-10T02:14:23.831Z] debug1: Authentications that can continue: publickey,password [2024-05-10T02:14:23.831Z] debug1: Next authentication method: publickey [2024-05-10T02:14:23.831Z] debug1: Offering public key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_1032354708429078626.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent [2024-05-10T02:14:23.831Z] debug1: Server accepts key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_1032354708429078626.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent [2024-05-10T02:14:23.831Z] debug1: Authentication succeeded (publickey). [2024-05-10T02:14:23.831Z] Authenticated to projects-storage.eclipse.org ([172.25.25.150]:22). [2024-05-10T02:14:23.831Z] debug1: channel 0: new [client-session] [2024-05-10T02:14:23.831Z] debug1: Requesting no-more-sessions@openssh.com [2024-05-10T02:14:23.831Z] debug1: Entering interactive session. [2024-05-10T02:14:23.831Z] debug1: pledge: network [2024-05-10T02:14:24.086Z] debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 [2024-05-10T02:14:24.087Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding [2024-05-10T02:14:24.342Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding [2024-05-10T02:14:24.342Z] debug1: Sending environment. [2024-05-10T02:14:24.342Z] debug1: Sending env LANG = en_US.UTF-8 [2024-05-10T02:14:24.342Z] debug1: Sending env LC_ALL = en_US.UTF-8 [2024-05-10T02:14:24.342Z] debug1: Sending command: scp -v -r -p -d -t /home/data/httpd/download.eclipse.org/technology/epp/building//repository/ [2024-05-10T02:14:24.342Z] File mtime 1715307260 atime 1715307261 [2024-05-10T02:14:24.342Z] Sending file timestamps: T1715307260 0 1715307261 0 [2024-05-10T02:14:24.342Z] Sink: T1715307260 0 1715307261 0 [2024-05-10T02:14:24.342Z] Sending file modes: C0644 11273 artifacts.jar [2024-05-10T02:14:24.342Z] Sink: C0644 11273 artifacts.jar [2024-05-10T02:14:24.342Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.342Z] File mtime 1715307262 atime 1715307261 [2024-05-10T02:14:24.342Z] Sending file timestamps: T1715307262 0 1715307261 0 [2024-05-10T02:14:24.342Z] Sink: T1715307262 0 1715307261 0 [2024-05-10T02:14:24.342Z] Sending file modes: C0644 9456 artifacts.xml.xz [2024-05-10T02:14:24.342Z] Sink: C0644 9456 artifacts.xml.xz [2024-05-10T02:14:24.342Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.342Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.342Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.342Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.342Z] Entering directory: D2755 0 binary [2024-05-10T02:14:24.342Z] Sink: D2755 0 binary [2024-05-10T02:14:24.342Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.342Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.342Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.342Z] Sending file modes: C0644 46740 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.342Z] Sink: C0644 46740 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.342Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.342Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.342Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.342Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.342Z] Sending file modes: C0644 46740 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.342Z] Sink: C0644 46740 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.342Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.342Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.342Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 214030 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 214030 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 214026 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 214026 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 46864 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 46864 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 276885 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 276885 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 276885 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 276885 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 214025 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 214025 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 46864 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 46864 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 46740 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 46740 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 46864 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 46864 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 276885 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 276885 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 214029 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 214029 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 213859 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 213859 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 213856 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 213856 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 213857 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 213857 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.343Z] Sending file modes: C0644 214027 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] Sink: C0644 214027 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.343Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.343Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.343Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.344Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.344Z] Sending file modes: C0644 214026 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.344Z] Sink: C0644 214026 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.344Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.344Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.344Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.344Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.344Z] Sending file modes: C0644 276885 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.344Z] Sink: C0644 276885 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 276885 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 276885 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 214026 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 214026 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 46740 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 46740 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 213861 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 213861 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 276885 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 276885 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 213856 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 213856 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 46740 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 46740 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 46864 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 46864 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 214026 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 214026 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 46864 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 46864 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sending file modes: C0644 46864 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] Sink: C0644 46864 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.600Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.600Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.600Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.600Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 276885 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 276885 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 46864 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 46864 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 214027 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 214027 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 46740 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 46740 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 276885 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 276885 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 46864 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 46864 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 213857 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 213857 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 214026 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 214026 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 276885 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 276885 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 213856 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 213856 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 46740 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 46740 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 46864 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 46864 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.601Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.601Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.601Z] Sending file modes: C0644 46864 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.601Z] Sink: C0644 46864 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.857Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.857Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.857Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.857Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.857Z] Sending file modes: C0644 46740 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.857Z] Sink: C0644 46740 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.857Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.857Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.857Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.857Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 213859 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] Sink: C0644 213859 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 213856 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] Sink: C0644 213856 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 46740 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] Sink: C0644 46740 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 213856 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] Sink: C0644 213856 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 46740 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] Sink: C0644 46740 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 276885 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] Sink: C0644 276885 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240502-1415 [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] Sink: E [2024-05-10T02:14:24.858Z] File mtime 1715307259 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307259 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307259 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 104759 content.jar [2024-05-10T02:14:24.858Z] Sink: C0644 104759 content.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307261 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307261 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307261 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 22064 content.xml.xz [2024-05-10T02:14:24.858Z] Sink: C0644 22064 content.xml.xz [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Entering directory: D2755 0 features [2024-05-10T02:14:24.858Z] Sink: D2755 0 features [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21874 org.eclipse.epp.package.modeling.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21874 org.eclipse.epp.package.modeling.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21837 org.eclipse.epp.package.java.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21837 org.eclipse.epp.package.java.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 22102 org.eclipse.epp.package.cpp.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 22102 org.eclipse.epp.package.cpp.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21875 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21875 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21908 org.eclipse.epp.package.scout.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21908 org.eclipse.epp.package.scout.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 22373 org.eclipse.epp.package.jee.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 22373 org.eclipse.epp.package.jee.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21898 org.eclipse.epp.package.committers.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21898 org.eclipse.epp.package.committers.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21852 org.eclipse.epp.package.php.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21852 org.eclipse.epp.package.php.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 22022 org.eclipse.epp.package.rcp.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 22022 org.eclipse.epp.package.rcp.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21999 org.eclipse.epp.package.common.feature_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21999 org.eclipse.epp.package.common.feature_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 21858 org.eclipse.epp.package.dsl.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] Sink: C0644 21858 org.eclipse.epp.package.dsl.feature_4.32.0.20240502-1415.jar [2024-05-10T02:14:24.858Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.858Z] Sink: E [2024-05-10T02:14:24.858Z] File mtime 1715307262 atime 1715307262 [2024-05-10T02:14:24.858Z] Sending file timestamps: T1715307262 0 1715307262 0 [2024-05-10T02:14:24.858Z] Sink: T1715307262 0 1715307262 0 [2024-05-10T02:14:24.858Z] Sending file modes: C0644 365 p2.index [2024-05-10T02:14:24.858Z] Sink: C0644 365 p2.index [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Entering directory: D2755 0 plugins [2024-05-10T02:14:24.859Z] Sink: D2755 0 plugins [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 262927 org.eclipse.epp.package.common_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 262927 org.eclipse.epp.package.common_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 279175 org.eclipse.epp.package.java_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 279175 org.eclipse.epp.package.java_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 279261 org.eclipse.epp.package.dsl_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 279261 org.eclipse.epp.package.dsl_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 289047 org.eclipse.epp.package.committers_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 289047 org.eclipse.epp.package.committers_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 279329 org.eclipse.epp.package.rcp_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 279329 org.eclipse.epp.package.rcp_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 280305 org.eclipse.epp.package.php_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 280305 org.eclipse.epp.package.php_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 278873 org.eclipse.epp.package.modeling_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 278873 org.eclipse.epp.package.modeling_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:24.859Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:24.859Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:24.859Z] Sending file modes: C0644 283691 org.eclipse.epp.package.scout_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] Sink: C0644 283691 org.eclipse.epp.package.scout_4.32.0.20240502-0721.jar [2024-05-10T02:14:24.859Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:25.115Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:25.115Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:25.115Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:25.115Z] Sending file modes: C0644 280138 org.eclipse.epp.package.embedcpp_4.32.0.20240502-0721.jar [2024-05-10T02:14:25.115Z] Sink: C0644 280138 org.eclipse.epp.package.embedcpp_4.32.0.20240502-0721.jar [2024-05-10T02:14:25.115Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:25.115Z] File mtime 1715307260 atime 1715307260 [2024-05-10T02:14:25.115Z] Sending file timestamps: T1715307260 0 1715307260 0 [2024-05-10T02:14:25.115Z] Sink: T1715307260 0 1715307260 0 [2024-05-10T02:14:25.115Z] Sending file modes: C0644 279195 org.eclipse.epp.package.cpp_4.32.0.20240502-0721.jar [2024-05-10T02:14:25.115Z] Sink: C0644 279195 org.eclipse.epp.package.cpp_4.32.0.20240502-0721.jar [2024-05-10T02:14:25.115Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:25.115Z] Sink: E [2024-05-10T02:14:25.115Z] debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 [2024-05-10T02:14:25.115Z] debug1: channel 0: free: client-session, nchannels 1 [2024-05-10T02:14:25.115Z] debug1: fd 0 clearing O_NONBLOCK [2024-05-10T02:14:25.115Z] debug1: fd 2 clearing O_NONBLOCK [2024-05-10T02:14:25.115Z] Transferred: sent 11195180, received 28808 bytes, in 1.2 seconds [2024-05-10T02:14:25.115Z] Bytes per second: sent 9626358.8, received 24771.0 [2024-05-10T02:14:25.115Z] debug1: Exit status 0 [Pipeline] } [2024-05-10T02:14:25.121Z] $ ssh-agent -k [2024-05-10T02:14:25.127Z] unset SSH_AUTH_SOCK; [2024-05-10T02:14:25.128Z] unset SSH_AGENT_PID; [2024-05-10T02:14:25.128Z] echo Agent pid 1592 killed; [2024-05-10T02:14:25.138Z] [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 [2024-05-10T02:14:25.508Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T02:14:25.508Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T02:14:25.508Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T02:14:25.508Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T02:14:25.508Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T02:14:25.508Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T02:14:27.397Z] [INFO] Scanning for projects... [2024-05-10T02:14:28.773Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T02:14:28.773Z] [INFO] Tycho Mode: project [2024-05-10T02:14:28.773Z] [INFO] Tycho Builder: maven [2024-05-10T02:14:28.773Z] [INFO] Build Threads: 1 [2024-05-10T02:14:34.025Z] [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. [2024-05-10T02:14:34.025Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:14:34.025Z] [INFO] Reactor Build Order: [2024-05-10T02:14:34.025Z] [INFO] [2024-05-10T02:14:34.025Z] [INFO] epp.package.committers [eclipse-repository] [2024-05-10T02:14:34.025Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T02:14:34.025Z] [INFO] [2024-05-10T02:14:34.025Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- [2024-05-10T02:14:34.025Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [1/2] [2024-05-10T02:14:34.026Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml [2024-05-10T02:14:34.026Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:14:34.026Z] [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 [2024-05-10T02:14:38.194Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T02:14:38.194Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T02:14:38.194Z] [INFO] Transport mode: online [2024-05-10T02:14:38.194Z] [INFO] Http Transport type: Java11Client [2024-05-10T02:14:38.194Z] [INFO] Update mode: cache first [2024-05-10T02:14:38.194Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T02:14:38.194Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T02:14:38.194Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T02:14:38.194Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T02:14:40.084Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T02:14:40.084Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T02:14:40.084Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T02:14:46.620Z] [INFO] Artifact org.osgi:org.osgi.dto:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.620Z] [INFO] Artifact org.osgi:org.osgi.dto:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.620Z] [INFO] Artifact org.osgi:org.osgi.resource:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.620Z] [INFO] Artifact org.osgi:org.osgi.resource:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.620Z] [INFO] Artifact org.osgi:org.osgi.framework:pom:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.621Z] [INFO] Artifact org.osgi:org.osgi.framework:pom:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.621Z] [INFO] Artifact org.osgi:org.osgi.service.log:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.621Z] [INFO] Artifact org.osgi:org.osgi.service.log:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.621Z] [INFO] Artifact org.osgi:org.osgi.util.promise:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.621Z] [INFO] Artifact org.osgi:org.osgi.util.promise:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.622Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:pom:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.622Z] [INFO] Artifact org.osgi:org.osgi.service.coordinator:pom:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.622Z] [INFO] Artifact com.google.guava:guava-parent:pom:26.0-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.622Z] [INFO] Artifact com.google.guava:guava-parent:pom:26.0-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.622Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.623Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.623Z] [INFO] Artifact com.google.guava:listenablefuture:pom:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.623Z] [INFO] Artifact com.google.guava:listenablefuture:pom:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.623Z] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.623Z] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.623Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.624Z] [INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.624Z] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.624Z] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.624Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.624Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:14:46.624Z] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.625Z] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.625Z] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.625Z] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.625Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.625Z] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.626Z] [INFO] Artifact org.apache.httpcomponents:httpmime:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.626Z] [INFO] Artifact org.apache.httpcomponents:httpmime:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [2024-05-10T02:14:46.884Z] [INFO] [2024-05-10T02:14:46.884Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- [2024-05-10T02:14:47.473Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:14:47.473Z] [INFO] [2024-05-10T02:14:47.473Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.committers --- [2024-05-10T02:14:50.739Z] [INFO] [2024-05-10T02:14:50.739Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- [2024-05-10T02:14:50.739Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target [2024-05-10T02:14:50.739Z] [INFO] [2024-05-10T02:14:50.739Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.committers --- [2024-05-10T02:14:50.739Z] [INFO] [2024-05-10T02:14:50.739Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- [2024-05-10T02:14:50.995Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:14:50.995Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:14:50.995Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources [2024-05-10T02:14:50.995Z] [INFO] [2024-05-10T02:14:50.995Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:14:50.995Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:14:50.995Z] [INFO] [2024-05-10T02:14:50.995Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.committers --- [2024-05-10T02:14:51.970Z] [INFO] [2024-05-10T02:14:51.970Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.committers --- [2024-05-10T02:14:51.970Z] [INFO] [2024-05-10T02:14:51.970Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- [2024-05-10T02:14:51.970Z] [INFO] [2024-05-10T02:14:51.970Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.committers --- [2024-05-10T02:15:59.598Z] [INFO] [2024-05-10T02:15:59.598Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.committers --- [2024-05-10T02:15:59.598Z] [INFO] [2024-05-10T02:15:59.598Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.committers --- [2024-05-10T02:15:59.598Z] [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} [2024-05-10T02:15:59.598Z] [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. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing epp.package.committers 4.32.0.20240502-1415. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:15:59.598Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:15:59.599Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Operation completed in 59011 ms. [2024-05-10T02:16:55.768Z] [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} [2024-05-10T02:16:55.768Z] [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. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing epp.package.committers 4.32.0.20240502-1415. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T02:16:55.768Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:16:55.769Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Operation completed in 47815 ms. [2024-05-10T02:17:51.948Z] [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} [2024-05-10T02:17:51.948Z] [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. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing epp.package.committers 4.32.0.20240502-1415. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:17:51.948Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:17:51.949Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:17:51.950Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Operation completed in 45945 ms. [2024-05-10T02:18:30.614Z] [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} [2024-05-10T02:18:30.614Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing epp.package.committers 4.32.0.20240502-1415. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:18:30.614Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:18:30.615Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Operation completed in 46616 ms. [2024-05-10T02:19:17.258Z] [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} [2024-05-10T02:19:17.258Z] [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. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing epp.package.committers 4.32.0.20240502-1415. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240428-1800. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-05-10T02:19:17.258Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202403050737-r. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:19:17.259Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:20:03.875Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Operation completed in 45967 ms. [2024-05-10T02:20:03.875Z] [INFO] [2024-05-10T02:20:03.875Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.committers --- [2024-05-10T02:20:35.903Z] [INFO] [Fri May 10 02:20:33 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'... [2024-05-10T02:22:12.306Z] [INFO] [Fri May 10 02:22:10 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'... [2024-05-10T02:23:19.951Z] [INFO] [2024-05-10T02:23:19.951Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.committers --- [2024-05-10T02:23:20.880Z] [INFO] [Fri May 10 02:23:20 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' [2024-05-10T02:23:21.442Z] [INFO] [Fri May 10 02:23:21 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' [2024-05-10T02:23:24.711Z] [INFO] [2024-05-10T02:23:24.711Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.committers --- [2024-05-10T02:23:24.711Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T02:23:56.728Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T02:24:35.387Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T02:24:47.552Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T02:25:19.576Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T02:25:51.603Z] [INFO] [2024-05-10T02:25:51.603Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.committers --- [2024-05-10T02:25:51.603Z] [INFO] [Fri May 10 02:25:50 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T02:26:59.243Z] [INFO] [2024-05-10T02:26:59.243Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.committers --- [2024-05-10T02:26:59.243Z] [INFO] [Fri May 10 02:26:48 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T02:27:55.444Z] [INFO] [2024-05-10T02:27:55.444Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T02:27:55.444Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T02:27:55.444Z] [INFO] from pom.xml [2024-05-10T02:27:55.444Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T02:27:55.444Z] [INFO] [2024-05-10T02:27:55.444Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T02:27:55.444Z] [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... [2024-05-10T02:27:55.444Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:27:55.444Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T02:27:55.444Z] [INFO] [2024-05-10T02:27:55.444Z] [INFO] epp.package.committers ............................. SUCCESS [13:15 min] [2024-05-10T02:27:55.444Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.009 s] [2024-05-10T02:27:55.444Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:27:55.444Z] [INFO] BUILD SUCCESS [2024-05-10T02:27:55.444Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:27:55.444Z] [INFO] Total time: 13:22 min [2024-05-10T02:27:55.444Z] [INFO] Finished at: 2024-05-10T02:27:49Z [2024-05-10T02:27:55.444Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T02:27:55.461Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T02:27:55.461Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T02:27:55.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T02:27:55.479Z] $ ssh-agent [2024-05-10T02:27:55.490Z] SSH_AUTH_SOCK=/tmp/ssh-MhSeq3hwDEO3/agent.2623 [2024-05-10T02:27:55.490Z] SSH_AGENT_PID=2625 [2024-05-10T02:27:55.499Z] Running ssh-add (command line suppressed) [2024-05-10T02:27:55.515Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_9277172211788783136.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_9277172211788783136.key) [2024-05-10T02:27:55.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T02:27:55.810Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ committers [2024-05-10T02:27:55.810Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T02:27:55.810Z] + shift [2024-05-10T02:27:55.810Z] + PACKAGES=committers [2024-05-10T02:27:55.810Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T02:27:55.810Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T02:27:55.810Z] + SCP=scp [2024-05-10T02:27:55.810Z] + for PACKAGE in $PACKAGES [2024-05-10T02:27:55.810Z] + pushd packages/org.eclipse.epp.package.committers.product/target/products [2024-05-10T02:27:55.810Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products ~/agent/workspace/epp_master [2024-05-10T02:27:55.810Z] ++ find eclipse-committers-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-committers-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-committers-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-committers-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-committers-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-committers-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-committers-2024-06-M3-win32.win32.x86_64.zip epp.package.committers -type f -maxdepth 0 [2024-05-10T02:27:55.810Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:27:55.810Z] ++ echo eclipse-committers-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T02:27:55.810Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:27:55.810Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:27:55.810Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:27:55.810Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:27:55.810Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:27:55.810Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:27:55.810Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:27:55.810Z] + NEWNAME=eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:27:55.810Z] + mv eclipse-committers-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:27:55.810Z] + md5sum eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:27:57.178Z] + sha1sum eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:27:58.542Z] + sha512sum -b eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:28:00.430Z] + scp eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-committers-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:28:12.604Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:28:12.604Z] ++ echo eclipse-committers-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T02:28:12.604Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:28:12.604Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:28:12.604Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:28:12.604Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:28:12.604Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:28:12.604Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:28:12.604Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:28:12.604Z] + NEWNAME=eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:28:12.604Z] + mv eclipse-committers-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:28:12.604Z] + md5sum eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:28:13.968Z] + sha1sum eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:28:15.337Z] + sha512sum -b eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:28:17.225Z] + scp eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-committers-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:28:29.396Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:28:29.396Z] ++ echo eclipse-committers-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T02:28:29.397Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:28:29.397Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:28:29.397Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:28:29.397Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:28:29.397Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:28:29.397Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:28:29.397Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:28:29.397Z] + NEWNAME=eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:28:29.397Z] + mv eclipse-committers-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:28:29.397Z] + md5sum eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:28:29.958Z] + sha1sum eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:28:31.323Z] + sha512sum -b eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:28:33.211Z] + scp eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:28:45.382Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:28:45.382Z] ++ echo eclipse-committers-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T02:28:45.382Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:28:45.382Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:28:45.382Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:28:45.382Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:28:45.382Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:28:45.382Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:28:45.382Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:28:45.382Z] + NEWNAME=eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:28:45.382Z] + mv eclipse-committers-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:28:45.382Z] + md5sum eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:28:46.747Z] + sha1sum eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:28:48.112Z] + sha512sum -b eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:28:50.001Z] + scp eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-committers-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:29:02.169Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:29:02.169Z] ++ echo eclipse-committers-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T02:29:02.169Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:29:02.169Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:29:02.169Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:29:02.169Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:29:02.169Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:29:02.169Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:29:02.170Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:29:02.170Z] + NEWNAME=eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:29:02.170Z] + mv eclipse-committers-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:29:02.170Z] + md5sum eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:29:03.098Z] + sha1sum eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:29:04.463Z] + sha512sum -b eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:29:06.354Z] + scp eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:29:18.524Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:29:18.524Z] ++ echo eclipse-committers-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T02:29:18.524Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:29:18.524Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:29:18.524Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:29:18.524Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:29:18.524Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:29:18.524Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:29:18.524Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:29:18.524Z] + NEWNAME=eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:29:18.524Z] + mv eclipse-committers-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:29:18.524Z] + md5sum eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:29:18.524Z] + sha1sum eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:29:19.892Z] + sha512sum -b eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:29:21.781Z] + scp eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-committers-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:29:33.948Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:29:33.949Z] ++ echo eclipse-committers-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T02:29:33.949Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:29:33.949Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:29:33.949Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:29:33.949Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:29:33.949Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:29:33.949Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:29:33.949Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:29:33.949Z] + NEWNAME=eclipse-committers-2024-06-M3-win32-x86_64.zip [2024-05-10T02:29:33.949Z] + mv eclipse-committers-2024-06-M3-win32.win32.x86_64.zip eclipse-committers-2024-06-M3-win32-x86_64.zip [2024-05-10T02:29:33.949Z] + md5sum eclipse-committers-2024-06-M3-win32-x86_64.zip [2024-05-10T02:29:34.876Z] + sha1sum eclipse-committers-2024-06-M3-win32-x86_64.zip [2024-05-10T02:29:36.242Z] + sha512sum -b eclipse-committers-2024-06-M3-win32-x86_64.zip [2024-05-10T02:29:38.132Z] + scp eclipse-committers-2024-06-M3-win32-x86_64.zip eclipse-committers-2024-06-M3-win32-x86_64.zip.md5 eclipse-committers-2024-06-M3-win32-x86_64.zip.sha1 eclipse-committers-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:29:50.308Z] + popd [2024-05-10T02:29:50.308Z] ~/agent/workspace/epp_master [2024-05-10T02:29:50.308Z] + 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 [2024-05-10T02:29:50.308Z] + 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 [2024-05-10T02:29:50.564Z] + 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] } [2024-05-10T02:29:50.829Z] $ ssh-agent -k [2024-05-10T02:29:50.836Z] unset SSH_AUTH_SOCK; [2024-05-10T02:29:50.836Z] unset SSH_AGENT_PID; [2024-05-10T02:29:50.836Z] echo Agent pid 2625 killed; [2024-05-10T02:29:50.841Z] [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 [2024-05-10T02:29:51.709Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T02:29:51.966Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T02:29:51.966Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T02:29:51.966Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T02:29:51.966Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T02:29:51.966Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T02:29:53.857Z] [INFO] Scanning for projects... [2024-05-10T02:29:55.771Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T02:29:55.771Z] [INFO] Tycho Mode: project [2024-05-10T02:29:55.771Z] [INFO] Tycho Builder: maven [2024-05-10T02:29:55.771Z] [INFO] Build Threads: 1 [2024-05-10T02:29:59.939Z] [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. [2024-05-10T02:29:59.939Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:29:59.939Z] [INFO] Reactor Build Order: [2024-05-10T02:29:59.939Z] [INFO] [2024-05-10T02:29:59.939Z] [INFO] epp.package.cpp [eclipse-repository] [2024-05-10T02:29:59.939Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T02:29:59.939Z] [INFO] [2024-05-10T02:29:59.939Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- [2024-05-10T02:29:59.939Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [1/2] [2024-05-10T02:29:59.939Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml [2024-05-10T02:29:59.939Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:29:59.939Z] [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 [2024-05-10T02:30:04.104Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T02:30:04.104Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T02:30:04.104Z] [INFO] Transport mode: online [2024-05-10T02:30:04.104Z] [INFO] Http Transport type: Java11Client [2024-05-10T02:30:04.104Z] [INFO] Update mode: cache first [2024-05-10T02:30:04.104Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T02:30:04.104Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T02:30:04.104Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T02:30:04.104Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T02:30:06.004Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T02:30:06.004Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T02:30:06.270Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T02:30:12.814Z] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:30:12.814Z] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:30:16.083Z] [INFO] [2024-05-10T02:30:16.083Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- [2024-05-10T02:30:16.338Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:30:16.338Z] [INFO] [2024-05-10T02:30:16.338Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.cpp --- [2024-05-10T02:30:16.594Z] [INFO] [2024-05-10T02:30:16.594Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- [2024-05-10T02:30:16.594Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target [2024-05-10T02:30:16.594Z] [INFO] [2024-05-10T02:30:16.594Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.cpp --- [2024-05-10T02:30:16.594Z] [INFO] [2024-05-10T02:30:16.594Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- [2024-05-10T02:30:16.851Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:30:16.851Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:30:16.851Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources [2024-05-10T02:30:16.851Z] [INFO] [2024-05-10T02:30:16.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:30:16.851Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:30:16.851Z] [INFO] [2024-05-10T02:30:16.851Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.cpp --- [2024-05-10T02:30:17.781Z] [INFO] [2024-05-10T02:30:17.781Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.cpp --- [2024-05-10T02:30:17.781Z] [INFO] [2024-05-10T02:30:17.781Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- [2024-05-10T02:30:17.781Z] [INFO] [2024-05-10T02:30:17.781Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.cpp --- [2024-05-10T02:31:13.956Z] [INFO] [2024-05-10T02:31:13.956Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.cpp --- [2024-05-10T02:31:13.956Z] [INFO] [2024-05-10T02:31:13.956Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.cpp --- [2024-05-10T02:31:13.956Z] [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} [2024-05-10T02:31:13.956Z] [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. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing epp.package.cpp 4.32.0.20240502-1415. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:13.956Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202404301607. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:31:13.957Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Operation completed in 37214 ms. [2024-05-10T02:31:45.989Z] [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} [2024-05-10T02:31:45.989Z] [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. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing epp.package.cpp 4.32.0.20240502-1415. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:45.989Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202404301607. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:31:45.990Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Operation completed in 33250 ms. [2024-05-10T02:32:24.651Z] [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} [2024-05-10T02:32:24.651Z] [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. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing epp.package.cpp 4.32.0.20240502-1415. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:32:24.651Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202404301607. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:32:24.652Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:32:51.155Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Operation completed in 31462 ms. [2024-05-10T02:32:51.155Z] [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} [2024-05-10T02:32:51.155Z] [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. [2024-05-10T02:32:51.411Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing epp.package.cpp 4.32.0.20240502-1415. [2024-05-10T02:32:51.411Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:32:51.411Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:32:51.411Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:32:51.411Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202404301607. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:32:51.412Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:32:51.413Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Operation completed in 31276 ms. [2024-05-10T02:33:23.437Z] [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} [2024-05-10T02:33:23.437Z] [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. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing epp.package.cpp 4.32.0.20240502-1415. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.437Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202404301607. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:33:23.438Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:33:55.461Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Operation completed in 31751 ms. [2024-05-10T02:33:55.461Z] [INFO] [2024-05-10T02:33:55.461Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.cpp --- [2024-05-10T02:34:13.506Z] [INFO] [Fri May 10 02:34:11 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'... [2024-05-10T02:35:21.173Z] [INFO] [Fri May 10 02:35:11 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'... [2024-05-10T02:35:59.849Z] [INFO] [2024-05-10T02:35:59.849Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.cpp --- [2024-05-10T02:35:59.849Z] [INFO] [Fri May 10 02:35: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/eclipse.exe' [2024-05-10T02:35:59.849Z] [INFO] [Fri May 10 02:35:56 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' [2024-05-10T02:36:00.104Z] [INFO] [2024-05-10T02:36:00.104Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.cpp --- [2024-05-10T02:36:00.104Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T02:36:21.983Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T02:36:40.028Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T02:36:48.110Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T02:37:06.156Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T02:37:24.202Z] [INFO] [2024-05-10T02:37:24.202Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.cpp --- [2024-05-10T02:37:24.202Z] [INFO] [Fri May 10 02:37:22 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T02:38:02.888Z] [INFO] [2024-05-10T02:38:02.888Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.cpp --- [2024-05-10T02:38:02.888Z] [INFO] [Fri May 10 02:38:01 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T02:38:41.560Z] [INFO] [2024-05-10T02:38:41.560Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T02:38:41.560Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T02:38:41.560Z] [INFO] from pom.xml [2024-05-10T02:38:41.560Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T02:38:41.560Z] [INFO] [2024-05-10T02:38:41.560Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T02:38:41.560Z] [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... [2024-05-10T02:38:41.560Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:38:41.560Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T02:38:41.560Z] [INFO] [2024-05-10T02:38:41.560Z] [INFO] epp.package.cpp .................................... SUCCESS [08:40 min] [2024-05-10T02:38:41.560Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.005 s] [2024-05-10T02:38:41.560Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:38:41.560Z] [INFO] BUILD SUCCESS [2024-05-10T02:38:41.560Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:38:41.560Z] [INFO] Total time: 08:46 min [2024-05-10T02:38:41.560Z] [INFO] Finished at: 2024-05-10T02:38:40Z [2024-05-10T02:38:41.560Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T02:38:41.576Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T02:38:41.576Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T02:38:41.590Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T02:38:41.592Z] $ ssh-agent [2024-05-10T02:38:41.602Z] SSH_AUTH_SOCK=/tmp/ssh-0neTkd2FszYi/agent.3674 [2024-05-10T02:38:41.602Z] SSH_AGENT_PID=3676 [2024-05-10T02:38:41.609Z] Running ssh-add (command line suppressed) [2024-05-10T02:38:41.624Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_163213761130534433.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_163213761130534433.key) [2024-05-10T02:38:41.632Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T02:38:44.853Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ cpp [2024-05-10T02:38:44.854Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T02:38:44.854Z] + shift [2024-05-10T02:38:44.854Z] + PACKAGES=cpp [2024-05-10T02:38:44.854Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T02:38:44.854Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T02:38:44.854Z] + SCP=scp [2024-05-10T02:38:44.854Z] + for PACKAGE in $PACKAGES [2024-05-10T02:38:44.854Z] + pushd packages/org.eclipse.epp.package.cpp.product/target/products [2024-05-10T02:38:44.854Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products ~/agent/workspace/epp_master [2024-05-10T02:38:44.854Z] ++ find eclipse-cpp-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-cpp-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-cpp-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-cpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-cpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2024-06-M3-win32.win32.x86_64.zip epp.package.cpp -type f -maxdepth 0 [2024-05-10T02:38:44.854Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:38:44.854Z] ++ echo eclipse-cpp-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T02:38:44.854Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:38:44.854Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:38:44.854Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:38:44.854Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:38:44.854Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:38:44.854Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:38:44.854Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:38:44.854Z] + NEWNAME=eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:38:44.854Z] + mv eclipse-cpp-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:38:44.854Z] + md5sum eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:38:45.783Z] + sha1sum eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:38:46.712Z] + sha512sum -b eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:38:48.077Z] + scp eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-cpp-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:38:58.029Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:38:58.029Z] ++ echo eclipse-cpp-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T02:38:58.029Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:38:58.029Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:38:58.029Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:38:58.029Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:38:58.029Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:38:58.029Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:38:58.029Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:38:58.029Z] + NEWNAME=eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:38:58.029Z] + mv eclipse-cpp-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:38:58.029Z] + md5sum eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:38:58.284Z] + sha1sum eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:38:59.213Z] + sha512sum -b eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:39:00.577Z] + scp eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-cpp-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:39:10.523Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:39:10.523Z] ++ echo eclipse-cpp-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T02:39:10.523Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:39:10.523Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:39:10.523Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:39:10.523Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:39:10.524Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:39:10.524Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:39:10.524Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:39:10.524Z] + NEWNAME=eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:39:10.524Z] + mv eclipse-cpp-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:39:10.524Z] + md5sum eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:39:10.524Z] + sha1sum eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:39:11.450Z] + sha512sum -b eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:39:12.814Z] + scp eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:39:20.925Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:39:20.925Z] ++ echo eclipse-cpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T02:39:20.925Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:39:20.925Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:39:20.925Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:39:20.925Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:39:20.925Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:39:20.925Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:39:20.925Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:39:20.925Z] + NEWNAME=eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:39:20.925Z] + mv eclipse-cpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:39:20.925Z] + md5sum eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:39:21.180Z] + sha1sum eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:39:22.106Z] + sha512sum -b eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:39:23.472Z] + scp eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-cpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:39:31.559Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:39:31.559Z] ++ echo eclipse-cpp-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T02:39:31.559Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:39:31.559Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:39:31.559Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:39:31.559Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:39:31.559Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:39:31.559Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:39:31.559Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:39:31.559Z] + NEWNAME=eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:39:31.559Z] + mv eclipse-cpp-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:39:31.559Z] + md5sum eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:39:31.559Z] + sha1sum eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:39:32.486Z] + sha512sum -b eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:39:33.850Z] + scp eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:39:43.792Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:39:43.792Z] ++ echo eclipse-cpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T02:39:43.792Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:39:43.792Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:39:43.792Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:39:43.792Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:39:43.792Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:39:43.792Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:39:43.792Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:39:43.792Z] + NEWNAME=eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:39:43.792Z] + mv eclipse-cpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:39:43.792Z] + md5sum eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:39:44.353Z] + sha1sum eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:39:45.282Z] + sha512sum -b eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:39:46.649Z] + scp eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-cpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:39:56.595Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:39:56.595Z] ++ echo eclipse-cpp-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T02:39:56.595Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:39:56.595Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:39:56.595Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:39:56.595Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:39:56.595Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:39:56.595Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:39:56.595Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:39:56.595Z] + NEWNAME=eclipse-cpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:39:56.595Z] + mv eclipse-cpp-2024-06-M3-win32.win32.x86_64.zip eclipse-cpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:39:56.595Z] + md5sum eclipse-cpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:39:56.851Z] + sha1sum eclipse-cpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:39:57.779Z] + sha512sum -b eclipse-cpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:39:59.144Z] + scp eclipse-cpp-2024-06-M3-win32-x86_64.zip eclipse-cpp-2024-06-M3-win32-x86_64.zip.md5 eclipse-cpp-2024-06-M3-win32-x86_64.zip.sha1 eclipse-cpp-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:40:09.093Z] + popd [2024-05-10T02:40:09.093Z] ~/agent/workspace/epp_master [2024-05-10T02:40:09.094Z] + 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 [2024-05-10T02:40:09.350Z] + 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 [2024-05-10T02:40:09.914Z] + 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] } [2024-05-10T02:40:10.179Z] $ ssh-agent -k [2024-05-10T02:40:10.185Z] unset SSH_AUTH_SOCK; [2024-05-10T02:40:10.185Z] unset SSH_AGENT_PID; [2024-05-10T02:40:10.186Z] echo Agent pid 3676 killed; [2024-05-10T02:40:10.192Z] [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 [2024-05-10T02:40:10.996Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T02:40:11.270Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T02:40:11.270Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T02:40:11.270Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T02:40:11.270Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T02:40:11.270Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T02:40:13.161Z] [INFO] Scanning for projects... [2024-05-10T02:40:16.432Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T02:40:16.432Z] [INFO] Tycho Mode: project [2024-05-10T02:40:16.432Z] [INFO] Tycho Builder: maven [2024-05-10T02:40:16.432Z] [INFO] Build Threads: 1 [2024-05-10T02:40:19.722Z] [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. [2024-05-10T02:40:19.722Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:40:19.722Z] [INFO] Reactor Build Order: [2024-05-10T02:40:19.722Z] [INFO] [2024-05-10T02:40:19.722Z] [INFO] epp.package.embedcpp [eclipse-repository] [2024-05-10T02:40:19.722Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T02:40:19.722Z] [INFO] [2024-05-10T02:40:19.722Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- [2024-05-10T02:40:19.722Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [1/2] [2024-05-10T02:40:19.722Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml [2024-05-10T02:40:19.722Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:40:19.722Z] [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 [2024-05-10T02:40:23.892Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T02:40:23.892Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T02:40:23.892Z] [INFO] Transport mode: online [2024-05-10T02:40:23.892Z] [INFO] Http Transport type: Java11Client [2024-05-10T02:40:23.892Z] [INFO] Update mode: cache first [2024-05-10T02:40:23.892Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T02:40:23.892Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T02:40:23.892Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T02:40:24.147Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T02:40:26.068Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T02:40:26.068Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T02:40:26.324Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T02:40:34.410Z] [INFO] [2024-05-10T02:40:34.410Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- [2024-05-10T02:40:34.410Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:40:34.410Z] [INFO] [2024-05-10T02:40:34.410Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.embedcpp --- [2024-05-10T02:40:34.669Z] [INFO] [2024-05-10T02:40:34.669Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- [2024-05-10T02:40:34.669Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target [2024-05-10T02:40:34.669Z] [INFO] [2024-05-10T02:40:34.669Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.embedcpp --- [2024-05-10T02:40:34.669Z] [INFO] [2024-05-10T02:40:34.669Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- [2024-05-10T02:40:34.925Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:40:34.925Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:40:34.925Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources [2024-05-10T02:40:34.925Z] [INFO] [2024-05-10T02:40:34.925Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:40:34.925Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:40:34.926Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:40:34.926Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:40:34.926Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:40:34.926Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:40:34.926Z] [INFO] [2024-05-10T02:40:34.926Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.embedcpp --- [2024-05-10T02:40:35.853Z] [INFO] [2024-05-10T02:40:35.853Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.embedcpp --- [2024-05-10T02:40:35.853Z] [INFO] [2024-05-10T02:40:35.853Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- [2024-05-10T02:40:35.853Z] [INFO] [2024-05-10T02:40:35.853Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- [2024-05-10T02:41:32.017Z] [INFO] [2024-05-10T02:41:32.017Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.embedcpp --- [2024-05-10T02:41:32.017Z] [INFO] [2024-05-10T02:41:32.017Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.embedcpp --- [2024-05-10T02:41:32.017Z] [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} [2024-05-10T02:41:32.017Z] [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. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing epp.package.embedcpp 4.32.0.20240502-1415. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:41:32.017Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.018Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-05-10T02:41:32.019Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Operation completed in 41330 ms. [2024-05-10T02:42:10.674Z] [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} [2024-05-10T02:42:10.674Z] [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. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing epp.package.embedcpp 4.32.0.20240502-1415. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:42:10.674Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.675Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-05-10T02:42:10.676Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Operation completed in 35239 ms. [2024-05-10T02:42:49.353Z] [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} [2024-05-10T02:42:49.353Z] [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. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing epp.package.embedcpp 4.32.0.20240502-1415. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.353Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-05-10T02:42:49.354Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:43:21.385Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Operation completed in 33412 ms. [2024-05-10T02:43:21.385Z] [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} [2024-05-10T02:43:21.385Z] [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. [2024-05-10T02:43:21.385Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing epp.package.embedcpp 4.32.0.20240502-1415. [2024-05-10T02:43:21.385Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:43:21.385Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:43:21.385Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:43:21.386Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-05-10T02:43:21.387Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:43:53.419Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Operation completed in 33184 ms. [2024-05-10T02:43:53.419Z] [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} [2024-05-10T02:43:53.419Z] [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. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing epp.package.embedcpp 4.32.0.20240502-1415. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202404271024. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202404191916. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202404302356. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202404302356. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202404302356. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202404302356. [2024-05-10T02:43:53.420Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202404302356. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 9.3.0.202405011719. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 9.3.0.202405011719. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 9.3.0.202405011719. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 9.3.0.202405011719. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-05-10T02:43:53.421Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240406-0935. [2024-05-10T02:44:25.470Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Operation completed in 32706 ms. [2024-05-10T02:44:25.470Z] [INFO] [2024-05-10T02:44:25.470Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- [2024-05-10T02:44:47.361Z] [INFO] [Fri May 10 02:44:45 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/aarch64/Eclipse.app'... [2024-05-10T02:46:08.750Z] [INFO] [Fri May 10 02:45:56 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'... [2024-05-10T02:46:47.432Z] [INFO] [2024-05-10T02:46:47.432Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- [2024-05-10T02:46:47.432Z] [INFO] [Fri May 10 02:46:46 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' [2024-05-10T02:46:47.432Z] [INFO] [Fri May 10 02:46:47 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' [2024-05-10T02:46:47.688Z] [INFO] [2024-05-10T02:46:47.688Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.embedcpp --- [2024-05-10T02:46:47.688Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T02:47:14.188Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T02:47:40.686Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T02:47:48.769Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T02:48:10.657Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T02:48:37.149Z] [INFO] [2024-05-10T02:48:37.149Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.embedcpp --- [2024-05-10T02:48:37.149Z] [INFO] [Fri May 10 02:48:33 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T02:49:23.778Z] [INFO] [2024-05-10T02:49:23.778Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.embedcpp --- [2024-05-10T02:49:23.778Z] [INFO] [Fri May 10 02:49:19 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T02:50:10.406Z] [INFO] [2024-05-10T02:50:10.406Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T02:50:10.406Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T02:50:10.406Z] [INFO] from pom.xml [2024-05-10T02:50:10.406Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T02:50:10.406Z] [INFO] [2024-05-10T02:50:10.406Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T02:50:10.406Z] [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... [2024-05-10T02:50:10.406Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:50:10.406Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T02:50:10.406Z] [INFO] [2024-05-10T02:50:10.406Z] [INFO] epp.package.embedcpp ............................... SUCCESS [09:46 min] [2024-05-10T02:50:10.406Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] [2024-05-10T02:50:10.406Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:50:10.406Z] [INFO] BUILD SUCCESS [2024-05-10T02:50:10.406Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:50:10.406Z] [INFO] Total time: 09:53 min [2024-05-10T02:50:10.406Z] [INFO] Finished at: 2024-05-10T02:50:06Z [2024-05-10T02:50:10.406Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T02:50:10.420Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T02:50:10.420Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T02:50:10.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T02:50:10.436Z] $ ssh-agent [2024-05-10T02:50:10.447Z] SSH_AUTH_SOCK=/tmp/ssh-Jgov9T2ZM1Zw/agent.4753 [2024-05-10T02:50:10.447Z] SSH_AGENT_PID=4755 [2024-05-10T02:50:10.454Z] Running ssh-add (command line suppressed) [2024-05-10T02:50:10.467Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_7296236959683958388.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_7296236959683958388.key) [2024-05-10T02:50:10.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T02:50:10.762Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ embedcpp [2024-05-10T02:50:10.763Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T02:50:10.763Z] + shift [2024-05-10T02:50:10.763Z] + PACKAGES=embedcpp [2024-05-10T02:50:10.763Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T02:50:10.763Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T02:50:10.763Z] + SCP=scp [2024-05-10T02:50:10.763Z] + for PACKAGE in $PACKAGES [2024-05-10T02:50:10.763Z] + pushd packages/org.eclipse.epp.package.embedcpp.product/target/products [2024-05-10T02:50:10.763Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products ~/agent/workspace/epp_master [2024-05-10T02:50:10.763Z] ++ find eclipse-embedcpp-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2024-06-M3-win32.win32.x86_64.zip epp.package.embedcpp -type f -maxdepth 0 [2024-05-10T02:50:10.763Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:50:10.763Z] ++ echo eclipse-embedcpp-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T02:50:10.763Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:50:10.763Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:50:10.763Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:50:10.763Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:50:10.763Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:50:10.763Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:50:10.763Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:50:10.763Z] + NEWNAME=eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:50:10.763Z] + mv eclipse-embedcpp-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:50:10.763Z] + md5sum eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:50:11.690Z] + sha1sum eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:50:13.056Z] + sha512sum -b eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T02:50:14.420Z] + scp eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-embedcpp-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:50:29.267Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:50:29.267Z] ++ echo eclipse-embedcpp-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T02:50:29.267Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:50:29.267Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:50:29.267Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:50:29.267Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:50:29.267Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:50:29.267Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:50:29.267Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:50:29.267Z] + NEWNAME=eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:50:29.267Z] + mv eclipse-embedcpp-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:50:29.267Z] + md5sum eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:50:29.267Z] + sha1sum eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:50:29.267Z] + sha512sum -b eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T02:50:31.156Z] + scp eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-embedcpp-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:50:45.997Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:50:45.997Z] ++ echo eclipse-embedcpp-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T02:50:45.997Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:50:45.997Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:50:45.997Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:50:45.997Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:50:45.997Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:50:45.997Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:50:45.997Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:50:45.997Z] + NEWNAME=eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:50:45.997Z] + mv eclipse-embedcpp-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:50:45.997Z] + md5sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:50:45.997Z] + sha1sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:50:46.252Z] + sha512sum -b eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T02:50:48.138Z] + scp eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:51:02.976Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:51:02.976Z] ++ echo eclipse-embedcpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T02:51:02.976Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:51:02.976Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:51:02.976Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:51:02.976Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:51:02.976Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:51:02.976Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:51:02.976Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:51:02.976Z] + NEWNAME=eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:51:02.976Z] + mv eclipse-embedcpp-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:51:02.976Z] + md5sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:51:02.976Z] + sha1sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:51:03.537Z] + sha512sum -b eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T02:51:05.427Z] + scp eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-embedcpp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:51:15.371Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:51:15.371Z] ++ echo eclipse-embedcpp-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T02:51:15.371Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:51:15.371Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:51:15.371Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:51:15.371Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:51:15.371Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:51:15.371Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:51:15.371Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:51:15.371Z] + NEWNAME=eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:51:15.371Z] + mv eclipse-embedcpp-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:51:15.371Z] + md5sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:51:15.371Z] + sha1sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:51:16.298Z] + sha512sum -b eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T02:51:17.661Z] + scp eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:51:27.602Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:51:27.602Z] ++ echo eclipse-embedcpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T02:51:27.602Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:51:27.602Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:51:27.602Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:51:27.602Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:51:27.602Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:51:27.602Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:51:27.602Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:51:27.602Z] + NEWNAME=eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:51:27.602Z] + mv eclipse-embedcpp-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:51:27.602Z] + md5sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:51:27.602Z] + sha1sum eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:51:28.528Z] + sha512sum -b eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T02:51:29.891Z] + scp eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-embedcpp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:51:39.830Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T02:51:39.830Z] ++ echo eclipse-embedcpp-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T02:51:39.830Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T02:51:39.830Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T02:51:39.830Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T02:51:39.830Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T02:51:39.830Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T02:51:39.830Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T02:51:39.830Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T02:51:39.830Z] + NEWNAME=eclipse-embedcpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:51:39.830Z] + mv eclipse-embedcpp-2024-06-M3-win32.win32.x86_64.zip eclipse-embedcpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:51:39.830Z] + md5sum eclipse-embedcpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:51:40.390Z] + sha1sum eclipse-embedcpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:51:41.315Z] + sha512sum -b eclipse-embedcpp-2024-06-M3-win32-x86_64.zip [2024-05-10T02:51:43.201Z] + scp eclipse-embedcpp-2024-06-M3-win32-x86_64.zip eclipse-embedcpp-2024-06-M3-win32-x86_64.zip.md5 eclipse-embedcpp-2024-06-M3-win32-x86_64.zip.sha1 eclipse-embedcpp-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T02:51:53.141Z] + popd [2024-05-10T02:51:53.141Z] ~/agent/workspace/epp_master [2024-05-10T02:51:53.141Z] + 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 [2024-05-10T02:51:53.141Z] + 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 [2024-05-10T02:51:53.397Z] + 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] } [2024-05-10T02:51:53.967Z] $ ssh-agent -k [2024-05-10T02:51:53.973Z] unset SSH_AUTH_SOCK; [2024-05-10T02:51:53.974Z] unset SSH_AGENT_PID; [2024-05-10T02:51:53.974Z] echo Agent pid 4755 killed; [2024-05-10T02:51:53.979Z] [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 [2024-05-10T02:51:55.087Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T02:51:55.342Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T02:51:55.342Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T02:51:55.342Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T02:51:55.342Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T02:51:55.342Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T02:51:57.231Z] [INFO] Scanning for projects... [2024-05-10T02:51:59.131Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T02:51:59.132Z] [INFO] Tycho Mode: project [2024-05-10T02:51:59.132Z] [INFO] Tycho Builder: maven [2024-05-10T02:51:59.132Z] [INFO] Build Threads: 1 [2024-05-10T02:52:03.307Z] [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. [2024-05-10T02:52:03.308Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T02:52:03.308Z] [INFO] Reactor Build Order: [2024-05-10T02:52:03.308Z] [INFO] [2024-05-10T02:52:03.308Z] [INFO] epp.package.dsl [eclipse-repository] [2024-05-10T02:52:03.308Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T02:52:03.308Z] [INFO] [2024-05-10T02:52:03.308Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- [2024-05-10T02:52:03.308Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [1/2] [2024-05-10T02:52:03.308Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml [2024-05-10T02:52:03.308Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T02:52:03.308Z] [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 [2024-05-10T02:52:07.473Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T02:52:07.473Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T02:52:07.473Z] [INFO] Transport mode: online [2024-05-10T02:52:07.473Z] [INFO] Http Transport type: Java11Client [2024-05-10T02:52:07.473Z] [INFO] Update mode: cache first [2024-05-10T02:52:07.473Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T02:52:07.473Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T02:52:07.473Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T02:52:07.473Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T02:52:09.370Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T02:52:09.370Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T02:52:09.370Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T02:52:14.611Z] [INFO] Artifact com.google.guava:failureaccess:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:52:14.611Z] [INFO] Artifact com.google.guava:failureaccess:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-05-10T02:52:14.867Z] [INFO] Artifact com.google.j2objc:j2objc-annotations:pom:2.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [2024-05-10T02:52:14.867Z] [INFO] Artifact com.google.j2objc:j2objc-annotations:pom:2.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/staging/2024-06, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/21/updates/release/latest, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [2024-05-10T02:52:15.123Z] [INFO] [2024-05-10T02:52:15.123Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- [2024-05-10T02:52:16.048Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T02:52:16.048Z] [INFO] [2024-05-10T02:52:16.048Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.dsl --- [2024-05-10T02:52:16.048Z] [INFO] [2024-05-10T02:52:16.048Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- [2024-05-10T02:52:16.048Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target [2024-05-10T02:52:16.305Z] [INFO] [2024-05-10T02:52:16.305Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.dsl --- [2024-05-10T02:52:16.305Z] [INFO] [2024-05-10T02:52:16.305Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- [2024-05-10T02:52:16.305Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T02:52:16.305Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T02:52:16.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources [2024-05-10T02:52:16.305Z] [INFO] [2024-05-10T02:52:16.305Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- [2024-05-10T02:52:16.305Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T02:52:16.305Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T02:52:16.305Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T02:52:16.305Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T02:52:16.305Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T02:52:16.305Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T02:52:16.569Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T02:52:16.569Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T02:52:16.569Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T02:52:16.569Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T02:52:16.569Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T02:52:16.569Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T02:52:16.569Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T02:52:16.569Z] [INFO] [2024-05-10T02:52:16.569Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.dsl --- [2024-05-10T02:52:17.496Z] [INFO] [2024-05-10T02:52:17.496Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.dsl --- [2024-05-10T02:52:17.496Z] [INFO] [2024-05-10T02:52:17.496Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- [2024-05-10T02:52:17.496Z] [INFO] [2024-05-10T02:52:17.496Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.dsl --- [2024-05-10T02:53:25.129Z] [INFO] [2024-05-10T02:53:25.129Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.dsl --- [2024-05-10T02:53:25.129Z] [INFO] [2024-05-10T02:53:25.129Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.dsl --- [2024-05-10T02:53:25.129Z] [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} [2024-05-10T02:53:25.129Z] [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. [2024-05-10T02:53:25.129Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing epp.package.dsl 4.32.0.20240502-1415. [2024-05-10T02:53:25.129Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:53:25.129Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:53:25.129Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:53:25.129Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:53:25.129Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:53:25.129Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240426-0736. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240430-1012. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T02:53:25.130Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Operation completed in 51987 ms. [2024-05-10T02:54:11.746Z] [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} [2024-05-10T02:54:11.746Z] [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. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing epp.package.dsl 4.32.0.20240502-1415. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240426-0736. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240430-1012. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T02:54:11.746Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Operation completed in 46687 ms. [2024-05-10T02:54:58.371Z] [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} [2024-05-10T02:54:58.371Z] [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. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing epp.package.dsl 4.32.0.20240502-1415. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240426-0736. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240430-1012. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T02:54:58.371Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:55:44.992Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Operation completed in 47268 ms. [2024-05-10T02:55:44.992Z] [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} [2024-05-10T02:55:44.992Z] [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. [2024-05-10T02:55:44.992Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing epp.package.dsl 4.32.0.20240502-1415. [2024-05-10T02:55:44.992Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:55:44.992Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240426-0736. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240430-1012. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T02:55:44.993Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Operation completed in 46236 ms. [2024-05-10T02:56:31.610Z] [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} [2024-05-10T02:56:31.610Z] [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. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing epp.package.dsl 4.32.0.20240502-1415. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240426-0736. [2024-05-10T02:56:31.610Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T02:56:31.611Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240430-1012. [2024-05-10T02:56:31.611Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.22.0.v20240213-2013. [2024-05-10T02:56:31.611Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T02:56:31.611Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T02:56:31.611Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T02:56:31.611Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T02:56:31.611Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T02:57:18.226Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Operation completed in 45320 ms. [2024-05-10T02:57:18.226Z] [INFO] [2024-05-10T02:57:18.226Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.dsl --- [2024-05-10T02:57:36.265Z] [INFO] [Fri May 10 02:57:36 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'... [2024-05-10T02:58:57.699Z] [INFO] [Fri May 10 02:58:52 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'... [2024-05-10T02:59:53.868Z] [INFO] [2024-05-10T02:59:53.868Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.dsl --- [2024-05-10T02:59:53.868Z] [INFO] [Fri May 10 02:59:49 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' [2024-05-10T02:59:53.868Z] [INFO] [Fri May 10 02:59:50 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' [2024-05-10T02:59:53.868Z] [INFO] [2024-05-10T02:59:53.868Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.dsl --- [2024-05-10T02:59:53.868Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:00:15.750Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:00:42.240Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:00:54.406Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:01:20.901Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:01:42.784Z] [INFO] [2024-05-10T03:01:42.784Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.dsl --- [2024-05-10T03:01:42.784Z] [INFO] [Fri May 10 03:01:41 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T03:02:29.415Z] [INFO] [2024-05-10T03:02:29.415Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.dsl --- [2024-05-10T03:02:29.415Z] [INFO] [Fri May 10 03:02:28 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T03:03:25.619Z] [INFO] [2024-05-10T03:03:25.619Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T03:03:25.619Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T03:03:25.619Z] [INFO] from pom.xml [2024-05-10T03:03:25.619Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T03:03:25.619Z] [INFO] [2024-05-10T03:03:25.619Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T03:03:25.619Z] [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... [2024-05-10T03:03:25.619Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:03:25.619Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T03:03:25.619Z] [INFO] [2024-05-10T03:03:25.619Z] [INFO] epp.package.dsl .................................... SUCCESS [11:15 min] [2024-05-10T03:03:25.619Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] [2024-05-10T03:03:25.619Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:03:25.619Z] [INFO] BUILD SUCCESS [2024-05-10T03:03:25.619Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:03:25.619Z] [INFO] Total time: 11:21 min [2024-05-10T03:03:25.619Z] [INFO] Finished at: 2024-05-10T03:03:18Z [2024-05-10T03:03:25.619Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T03:03:25.637Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T03:03:25.637Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T03:03:25.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T03:03:25.657Z] $ ssh-agent [2024-05-10T03:03:25.671Z] SSH_AUTH_SOCK=/tmp/ssh-s9Mcr9schDc3/agent.5877 [2024-05-10T03:03:25.671Z] SSH_AGENT_PID=5879 [2024-05-10T03:03:25.680Z] Running ssh-add (command line suppressed) [2024-05-10T03:03:25.696Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_8523397588623779577.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_8523397588623779577.key) [2024-05-10T03:03:25.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T03:03:25.989Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ dsl [2024-05-10T03:03:25.989Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T03:03:25.989Z] + shift [2024-05-10T03:03:25.989Z] + PACKAGES=dsl [2024-05-10T03:03:25.989Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T03:03:25.989Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T03:03:25.989Z] + SCP=scp [2024-05-10T03:03:25.989Z] + for PACKAGE in $PACKAGES [2024-05-10T03:03:25.989Z] + pushd packages/org.eclipse.epp.package.dsl.product/target/products [2024-05-10T03:03:25.989Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products ~/agent/workspace/epp_master [2024-05-10T03:03:25.989Z] ++ find eclipse-dsl-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-dsl-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-dsl-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-dsl-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-dsl-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2024-06-M3-win32.win32.x86_64.zip epp.package.dsl -type f -maxdepth 0 [2024-05-10T03:03:25.989Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:03:25.989Z] ++ echo eclipse-dsl-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:03:25.989Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:03:25.990Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:03:25.990Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:03:25.990Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:03:25.990Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:03:25.990Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:03:25.990Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:03:25.990Z] + NEWNAME=eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:03:25.990Z] + mv eclipse-dsl-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:03:25.990Z] + md5sum eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:03:27.356Z] + sha1sum eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:03:28.719Z] + sha512sum -b eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:03:30.605Z] + scp eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-dsl-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:03:42.774Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:03:42.774Z] ++ echo eclipse-dsl-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:03:42.774Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:03:42.774Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:03:42.774Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:03:42.774Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:03:42.774Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:03:42.774Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:03:42.774Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:03:42.774Z] + NEWNAME=eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:03:42.774Z] + mv eclipse-dsl-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:03:42.774Z] + md5sum eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:03:43.337Z] + sha1sum eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:03:44.701Z] + sha512sum -b eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:03:46.660Z] + scp eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-dsl-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:03:58.832Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:03:58.832Z] ++ echo eclipse-dsl-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T03:03:58.832Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:03:58.832Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:03:58.832Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:03:58.832Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:03:58.832Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:03:58.832Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:03:58.832Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:03:58.832Z] + NEWNAME=eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:03:58.832Z] + mv eclipse-dsl-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:03:58.832Z] + md5sum eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:03:58.832Z] + sha1sum eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:04:00.198Z] + sha512sum -b eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:04:02.086Z] + scp eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:04:14.255Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:04:14.255Z] ++ echo eclipse-dsl-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:04:14.255Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:04:14.255Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:04:14.255Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:04:14.255Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:04:14.255Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:04:14.255Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:04:14.255Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:04:14.255Z] + NEWNAME=eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:04:14.255Z] + mv eclipse-dsl-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:04:14.255Z] + md5sum eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:04:14.255Z] + sha1sum eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:04:15.182Z] + sha512sum -b eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:04:17.071Z] + scp eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-dsl-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:04:29.242Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:04:29.242Z] ++ echo eclipse-dsl-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T03:04:29.242Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:04:29.243Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:04:29.243Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:04:29.243Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:04:29.243Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:04:29.243Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:04:29.243Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:04:29.243Z] + NEWNAME=eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:04:29.243Z] + mv eclipse-dsl-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:04:29.243Z] + md5sum eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:04:29.243Z] + sha1sum eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:04:30.171Z] + sha512sum -b eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:04:32.057Z] + scp eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:04:44.223Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:04:44.223Z] ++ echo eclipse-dsl-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:04:44.223Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:04:44.223Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:04:44.223Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:04:44.223Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:04:44.223Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:04:44.223Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:04:44.223Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:04:44.223Z] + NEWNAME=eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:04:44.223Z] + mv eclipse-dsl-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:04:44.223Z] + md5sum eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:04:44.223Z] + sha1sum eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:04:45.148Z] + sha512sum -b eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:04:47.033Z] + scp eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-dsl-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:04:59.197Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:04:59.197Z] ++ echo eclipse-dsl-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:04:59.197Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:04:59.197Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:04:59.197Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:04:59.197Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:04:59.197Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:04:59.197Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:04:59.197Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:04:59.197Z] + NEWNAME=eclipse-dsl-2024-06-M3-win32-x86_64.zip [2024-05-10T03:04:59.197Z] + mv eclipse-dsl-2024-06-M3-win32.win32.x86_64.zip eclipse-dsl-2024-06-M3-win32-x86_64.zip [2024-05-10T03:04:59.197Z] + md5sum eclipse-dsl-2024-06-M3-win32-x86_64.zip [2024-05-10T03:04:59.197Z] + sha1sum eclipse-dsl-2024-06-M3-win32-x86_64.zip [2024-05-10T03:04:59.757Z] + sha512sum -b eclipse-dsl-2024-06-M3-win32-x86_64.zip [2024-05-10T03:05:01.646Z] + scp eclipse-dsl-2024-06-M3-win32-x86_64.zip eclipse-dsl-2024-06-M3-win32-x86_64.zip.md5 eclipse-dsl-2024-06-M3-win32-x86_64.zip.sha1 eclipse-dsl-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:05:13.811Z] + popd [2024-05-10T03:05:13.811Z] ~/agent/workspace/epp_master [2024-05-10T03:05:13.811Z] + 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 [2024-05-10T03:05:13.812Z] + 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 [2024-05-10T03:05:13.812Z] + 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] } [2024-05-10T03:05:13.820Z] $ ssh-agent -k [2024-05-10T03:05:13.826Z] unset SSH_AUTH_SOCK; [2024-05-10T03:05:13.826Z] unset SSH_AGENT_PID; [2024-05-10T03:05:13.826Z] echo Agent pid 5879 killed; [2024-05-10T03:05:13.830Z] [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 [2024-05-10T03:05:14.382Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T03:05:14.638Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T03:05:14.638Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T03:05:14.638Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T03:05:14.638Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T03:05:14.638Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T03:05:16.526Z] [INFO] Scanning for projects... [2024-05-10T03:05:18.415Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T03:05:18.415Z] [INFO] Tycho Mode: project [2024-05-10T03:05:18.415Z] [INFO] Tycho Builder: maven [2024-05-10T03:05:18.415Z] [INFO] Build Threads: 1 [2024-05-10T03:05:21.678Z] [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. [2024-05-10T03:05:21.936Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:05:21.936Z] [INFO] Reactor Build Order: [2024-05-10T03:05:21.936Z] [INFO] [2024-05-10T03:05:21.936Z] [INFO] epp.package.java [eclipse-repository] [2024-05-10T03:05:21.936Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T03:05:21.936Z] [INFO] [2024-05-10T03:05:21.936Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ [2024-05-10T03:05:21.936Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [1/2] [2024-05-10T03:05:21.936Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml [2024-05-10T03:05:21.936Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T03:05:21.936Z] [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 [2024-05-10T03:05:26.099Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T03:05:26.099Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T03:05:26.099Z] [INFO] Transport mode: online [2024-05-10T03:05:26.099Z] [INFO] Http Transport type: Java11Client [2024-05-10T03:05:26.099Z] [INFO] Update mode: cache first [2024-05-10T03:05:26.099Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T03:05:26.100Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T03:05:26.100Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T03:05:26.660Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T03:05:28.548Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T03:05:28.548Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T03:05:28.548Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T03:05:35.085Z] [INFO] [2024-05-10T03:05:35.085Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- [2024-05-10T03:05:35.085Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T03:05:35.085Z] [INFO] [2024-05-10T03:05:35.085Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.java --- [2024-05-10T03:05:35.085Z] [INFO] [2024-05-10T03:05:35.085Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- [2024-05-10T03:05:35.085Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target [2024-05-10T03:05:35.085Z] [INFO] [2024-05-10T03:05:35.085Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.java --- [2024-05-10T03:05:35.085Z] [INFO] [2024-05-10T03:05:35.085Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- [2024-05-10T03:05:35.085Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T03:05:35.085Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T03:05:35.085Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources [2024-05-10T03:05:35.085Z] [INFO] [2024-05-10T03:05:35.085Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T03:05:35.085Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T03:05:35.085Z] [INFO] [2024-05-10T03:05:35.085Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.java --- [2024-05-10T03:05:36.012Z] [INFO] [2024-05-10T03:05:36.012Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.java --- [2024-05-10T03:05:36.012Z] [INFO] [2024-05-10T03:05:36.012Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.java --- [2024-05-10T03:05:36.012Z] [INFO] [2024-05-10T03:05:36.012Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.java --- [2024-05-10T03:06:32.175Z] [INFO] [2024-05-10T03:06:32.175Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.java --- [2024-05-10T03:06:32.175Z] [INFO] [2024-05-10T03:06:32.175Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.java --- [2024-05-10T03:06:32.175Z] [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} [2024-05-10T03:06:32.175Z] [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. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing epp.package.java 4.32.0.20240502-1415. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:06:32.175Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Operation completed in 32016 ms. [2024-05-10T03:06:58.677Z] [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} [2024-05-10T03:06:58.677Z] [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. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing epp.package.java 4.32.0.20240502-1415. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:06:58.677Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:06:58.678Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:06:58.678Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:06:58.678Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:06:58.678Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:06:58.678Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. [2024-05-10T03:06:58.678Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:06:58.678Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Operation completed in 28369 ms. [2024-05-10T03:07:25.170Z] [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} [2024-05-10T03:07:25.170Z] [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. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing epp.package.java 4.32.0.20240502-1415. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.170Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:07:25.171Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Operation completed in 27749 ms. [2024-05-10T03:07:57.197Z] [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} [2024-05-10T03:07:57.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. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing epp.package.java 4.32.0.20240502-1415. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:07:57.197Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:07:57.198Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Operation completed in 28057 ms. [2024-05-10T03:08:23.698Z] [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} [2024-05-10T03:08:23.698Z] [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. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing epp.package.java 4.32.0.20240502-1415. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.1.202310310352. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:08:23.698Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:08:50.196Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Operation completed in 27803 ms. [2024-05-10T03:08:50.196Z] [INFO] [2024-05-10T03:08:50.196Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.java --- [2024-05-10T03:09:05.033Z] [INFO] [Fri May 10 03:09:04 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'... [2024-05-10T03:10:01.212Z] [INFO] [Fri May 10 03:09:56 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'... [2024-05-10T03:10:39.900Z] [INFO] [2024-05-10T03:10:39.900Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.java --- [2024-05-10T03:10:39.900Z] [INFO] [Fri May 10 03:10:34 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' [2024-05-10T03:10:39.900Z] [INFO] [Fri May 10 03:10:35 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' [2024-05-10T03:10:39.900Z] [INFO] [2024-05-10T03:10:39.900Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.java --- [2024-05-10T03:10:39.900Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:10:54.740Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:11:12.786Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:11:19.316Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:11:37.353Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:11:52.194Z] [INFO] [2024-05-10T03:11:52.194Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.java --- [2024-05-10T03:11:52.194Z] [INFO] [Fri May 10 03:11:49 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T03:12:24.220Z] [INFO] [2024-05-10T03:12:24.220Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.java --- [2024-05-10T03:12:24.220Z] [INFO] [Fri May 10 03:12:24 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T03:13:02.915Z] [INFO] [2024-05-10T03:13:02.915Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T03:13:02.915Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T03:13:02.915Z] [INFO] from pom.xml [2024-05-10T03:13:02.915Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T03:13:02.915Z] [INFO] [2024-05-10T03:13:02.915Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T03:13:02.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... [2024-05-10T03:13:02.915Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:13:02.915Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T03:13:02.915Z] [INFO] [2024-05-10T03:13:02.915Z] [INFO] epp.package.java ................................... SUCCESS [07:37 min] [2024-05-10T03:13:02.915Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] [2024-05-10T03:13:02.915Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:13:02.915Z] [INFO] BUILD SUCCESS [2024-05-10T03:13:02.915Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:13:02.915Z] [INFO] Total time: 07:42 min [2024-05-10T03:13:02.915Z] [INFO] Finished at: 2024-05-10T03:12:58Z [2024-05-10T03:13:02.915Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T03:13:02.930Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T03:13:02.930Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T03:13:02.943Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T03:13:02.945Z] $ ssh-agent [2024-05-10T03:13:02.958Z] SSH_AUTH_SOCK=/tmp/ssh-1CaTWdNyJ8NE/agent.6855 [2024-05-10T03:13:02.958Z] SSH_AGENT_PID=6857 [2024-05-10T03:13:02.966Z] Running ssh-add (command line suppressed) [2024-05-10T03:13:02.979Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_15825955907666823836.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_15825955907666823836.key) [2024-05-10T03:13:02.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T03:13:03.266Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ java [2024-05-10T03:13:03.266Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T03:13:03.266Z] + shift [2024-05-10T03:13:03.266Z] + PACKAGES=java [2024-05-10T03:13:03.266Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T03:13:03.266Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T03:13:03.266Z] + SCP=scp [2024-05-10T03:13:03.266Z] + for PACKAGE in $PACKAGES [2024-05-10T03:13:03.266Z] + pushd packages/org.eclipse.epp.package.java.product/target/products [2024-05-10T03:13:03.266Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products ~/agent/workspace/epp_master [2024-05-10T03:13:03.267Z] ++ find eclipse-java-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-java-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-java-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-java-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-java-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-java-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-java-2024-06-M3-win32.win32.x86_64.zip epp.package.java -type f -maxdepth 0 [2024-05-10T03:13:03.267Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:13:03.267Z] ++ echo eclipse-java-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:13:03.267Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:13:03.267Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:13:03.267Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:13:03.267Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:13:03.267Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:13:03.267Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:13:03.267Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:13:03.267Z] + NEWNAME=eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:13:03.267Z] + mv eclipse-java-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:13:03.267Z] + md5sum eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:13:03.830Z] + sha1sum eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:13:04.757Z] + sha512sum -b eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:13:06.122Z] + scp eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-java-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:13:14.208Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:13:14.208Z] ++ echo eclipse-java-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:13:14.208Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:13:14.208Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:13:14.208Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:13:14.208Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:13:14.208Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:13:14.208Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:13:14.208Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:13:14.208Z] + NEWNAME=eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:13:14.208Z] + mv eclipse-java-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:13:14.208Z] + md5sum eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:13:14.769Z] + sha1sum eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:13:15.697Z] + sha512sum -b eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:13:17.062Z] + scp eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-java-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:13:25.145Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:13:25.145Z] ++ echo eclipse-java-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T03:13:25.145Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:13:25.145Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:13:25.145Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:13:25.145Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:13:25.145Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:13:25.145Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:13:25.145Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:13:25.145Z] + NEWNAME=eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:13:25.145Z] + mv eclipse-java-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:13:25.146Z] + md5sum eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:13:25.401Z] + sha1sum eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:13:26.331Z] + sha512sum -b eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:13:27.698Z] + scp eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-java-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:13:35.789Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:13:35.789Z] ++ echo eclipse-java-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:13:35.789Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:13:35.789Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:13:35.789Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:13:35.789Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:13:35.789Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:13:35.789Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:13:35.789Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:13:35.789Z] + NEWNAME=eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:13:35.789Z] + mv eclipse-java-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:13:35.789Z] + md5sum eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:13:36.352Z] + sha1sum eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:13:37.280Z] + sha512sum -b eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:13:38.645Z] + scp eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-java-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:13:46.728Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:13:46.728Z] ++ echo eclipse-java-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T03:13:46.728Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:13:46.728Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:13:46.728Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:13:46.728Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:13:46.728Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:13:46.728Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:13:46.728Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:13:46.728Z] + NEWNAME=eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:13:46.728Z] + mv eclipse-java-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:13:46.728Z] + md5sum eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:13:46.728Z] + sha1sum eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:13:47.289Z] + sha512sum -b eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:13:48.652Z] + scp eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-java-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:13:56.733Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:13:56.733Z] ++ echo eclipse-java-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:13:56.733Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:13:56.733Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:13:56.733Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:13:56.733Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:13:56.733Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:13:56.733Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:13:56.733Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:13:56.733Z] + NEWNAME=eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:13:56.733Z] + mv eclipse-java-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:13:56.733Z] + md5sum eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:13:56.733Z] + sha1sum eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:13:57.659Z] + sha512sum -b eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:13:59.026Z] + scp eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-java-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:14:07.111Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:14:07.111Z] ++ echo eclipse-java-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:14:07.111Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:14:07.111Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:14:07.111Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:14:07.111Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:14:07.111Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:14:07.111Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:14:07.111Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:14:07.111Z] + NEWNAME=eclipse-java-2024-06-M3-win32-x86_64.zip [2024-05-10T03:14:07.111Z] + mv eclipse-java-2024-06-M3-win32.win32.x86_64.zip eclipse-java-2024-06-M3-win32-x86_64.zip [2024-05-10T03:14:07.111Z] + md5sum eclipse-java-2024-06-M3-win32-x86_64.zip [2024-05-10T03:14:07.366Z] + sha1sum eclipse-java-2024-06-M3-win32-x86_64.zip [2024-05-10T03:14:08.293Z] + sha512sum -b eclipse-java-2024-06-M3-win32-x86_64.zip [2024-05-10T03:14:09.657Z] + scp eclipse-java-2024-06-M3-win32-x86_64.zip eclipse-java-2024-06-M3-win32-x86_64.zip.md5 eclipse-java-2024-06-M3-win32-x86_64.zip.sha1 eclipse-java-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:14:19.597Z] + popd [2024-05-10T03:14:19.597Z] ~/agent/workspace/epp_master [2024-05-10T03:14:19.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 [2024-05-10T03:14:19.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 [2024-05-10T03:14:19.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] } [2024-05-10T03:14:19.660Z] $ ssh-agent -k [2024-05-10T03:14:19.665Z] unset SSH_AUTH_SOCK; [2024-05-10T03:14:19.665Z] unset SSH_AGENT_PID; [2024-05-10T03:14:19.665Z] echo Agent pid 6857 killed; [2024-05-10T03:14:19.668Z] [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 [2024-05-10T03:14:22.007Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T03:14:22.270Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T03:14:22.270Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T03:14:22.270Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T03:14:22.270Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T03:14:22.270Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T03:14:24.169Z] [INFO] Scanning for projects... [2024-05-10T03:14:25.534Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T03:14:25.534Z] [INFO] Tycho Mode: project [2024-05-10T03:14:25.534Z] [INFO] Tycho Builder: maven [2024-05-10T03:14:25.534Z] [INFO] Build Threads: 1 [2024-05-10T03:14:29.717Z] [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. [2024-05-10T03:14:29.717Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:14:29.717Z] [INFO] Reactor Build Order: [2024-05-10T03:14:29.717Z] [INFO] [2024-05-10T03:14:29.717Z] [INFO] epp.package.jee [eclipse-repository] [2024-05-10T03:14:29.717Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T03:14:29.717Z] [INFO] [2024-05-10T03:14:29.717Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- [2024-05-10T03:14:29.717Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [1/2] [2024-05-10T03:14:29.717Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml [2024-05-10T03:14:29.717Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T03:14:29.717Z] [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 [2024-05-10T03:14:33.884Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T03:14:33.884Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T03:14:33.884Z] [INFO] Transport mode: online [2024-05-10T03:14:33.884Z] [INFO] Http Transport type: Java11Client [2024-05-10T03:14:33.884Z] [INFO] Update mode: cache first [2024-05-10T03:14:33.884Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T03:14:33.884Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T03:14:33.884Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T03:14:33.884Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T03:14:35.770Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T03:14:35.770Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T03:14:36.026Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T03:14:48.195Z] [INFO] [2024-05-10T03:14:48.195Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- [2024-05-10T03:14:48.195Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T03:14:48.195Z] [INFO] [2024-05-10T03:14:48.195Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.jee --- [2024-05-10T03:14:48.195Z] [INFO] [2024-05-10T03:14:48.195Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- [2024-05-10T03:14:48.195Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target [2024-05-10T03:14:48.195Z] [INFO] [2024-05-10T03:14:48.195Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.jee --- [2024-05-10T03:14:48.195Z] [INFO] [2024-05-10T03:14:48.195Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- [2024-05-10T03:14:48.195Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T03:14:48.195Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T03:14:48.195Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources [2024-05-10T03:14:48.195Z] [INFO] [2024-05-10T03:14:48.195Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T03:14:48.195Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T03:14:48.195Z] [INFO] [2024-05-10T03:14:48.195Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.jee --- [2024-05-10T03:14:49.122Z] [INFO] [2024-05-10T03:14:49.122Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.jee --- [2024-05-10T03:14:49.122Z] [INFO] [2024-05-10T03:14:49.122Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- [2024-05-10T03:14:49.122Z] [INFO] [2024-05-10T03:14:49.122Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.jee --- [2024-05-10T03:15:56.747Z] [INFO] [2024-05-10T03:15:56.747Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.jee --- [2024-05-10T03:15:56.747Z] [INFO] [2024-05-10T03:15:56.747Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.jee --- [2024-05-10T03:15:56.747Z] [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} [2024-05-10T03:15:56.747Z] [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. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing epp.package.jee 4.32.0.20240502-1415. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-05-10T03:15:56.748Z] [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. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-05-10T03:15:56.748Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:15:56.749Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-05-10T03:15:56.750Z] [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. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. [2024-05-10T03:15:56.750Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:15:56.751Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:15:56.752Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Operation completed in 54685 ms. [2024-05-10T03:16:52.917Z] [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} [2024-05-10T03:16:52.917Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing epp.package.jee 4.32.0.20240502-1415. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.917Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-05-10T03:16:52.918Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:16:52.919Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Operation completed in 50455 ms. [2024-05-10T03:17:49.089Z] [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} [2024-05-10T03:17:49.089Z] [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. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing epp.package.jee 4.32.0.20240502-1415. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-05-10T03:17:49.089Z] [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. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.089Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. [2024-05-10T03:17:49.090Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-05-10T03:17:49.091Z] [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. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:17:49.091Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Operation completed in 52123 ms. [2024-05-10T03:18:35.705Z] [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} [2024-05-10T03:18:35.705Z] [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. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing epp.package.jee 4.32.0.20240502-1415. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.705Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-05-10T03:18:35.706Z] [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. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:18:35.706Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-05-10T03:18:35.707Z] [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. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:18:35.707Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:18:35.708Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Operation completed in 49578 ms. [2024-05-10T03:19:31.886Z] [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} [2024-05-10T03:19:31.886Z] [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. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing epp.package.jee 4.32.0.20240502-1415. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.886Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:19:31.887Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.7.100.v202404052025. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.0.v202308300413. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.33.0.v202401292308. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.29.0.v202308161955. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.8.0.v202307262303. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.900.v202402192305. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202403250324. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202307262216. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202308010354. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:19:31.888Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202404080234. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:19:31.889Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:20:18.507Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Operation completed in 49350 ms. [2024-05-10T03:20:18.507Z] [INFO] [2024-05-10T03:20:18.507Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.jee --- [2024-05-10T03:20:40.388Z] [INFO] [Fri May 10 03:20:39 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'... [2024-05-10T03:22:16.782Z] [INFO] [Fri May 10 03:22:13 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'... [2024-05-10T03:23:24.437Z] [INFO] [2024-05-10T03:23:24.437Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.jee --- [2024-05-10T03:23:24.437Z] [INFO] [Fri May 10 03:23:24 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' [2024-05-10T03:23:24.998Z] [INFO] [Fri May 10 03:23:24 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' [2024-05-10T03:23:24.998Z] [INFO] [2024-05-10T03:23:24.998Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.jee --- [2024-05-10T03:23:24.998Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:24:03.652Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:24:35.678Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:24:50.909Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:25:22.932Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:25:54.955Z] [INFO] [2024-05-10T03:25:54.955Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.jee --- [2024-05-10T03:25:54.955Z] [INFO] [Fri May 10 03:25:52 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T03:27:02.598Z] [INFO] [2024-05-10T03:27:02.598Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.jee --- [2024-05-10T03:27:02.598Z] [INFO] [Fri May 10 03:26:54 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T03:27:58.783Z] [INFO] [2024-05-10T03:27:58.783Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T03:27:58.783Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T03:27:58.783Z] [INFO] from pom.xml [2024-05-10T03:27:58.783Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T03:27:58.783Z] [INFO] [2024-05-10T03:27:58.783Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T03:27:58.783Z] [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... [2024-05-10T03:27:58.784Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:27:58.784Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T03:27:58.784Z] [INFO] [2024-05-10T03:27:58.784Z] [INFO] epp.package.jee .................................... SUCCESS [13:27 min] [2024-05-10T03:27:58.784Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.005 s] [2024-05-10T03:27:58.784Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:27:58.784Z] [INFO] BUILD SUCCESS [2024-05-10T03:27:58.784Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:27:58.784Z] [INFO] Total time: 13:33 min [2024-05-10T03:27:58.784Z] [INFO] Finished at: 2024-05-10T03:27:57Z [2024-05-10T03:27:58.784Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T03:27:58.800Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T03:27:58.800Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T03:27:58.815Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T03:27:58.818Z] $ ssh-agent [2024-05-10T03:27:58.831Z] SSH_AUTH_SOCK=/tmp/ssh-tMzDUqY4hOCK/agent.8045 [2024-05-10T03:27:58.831Z] SSH_AGENT_PID=8047 [2024-05-10T03:27:58.839Z] Running ssh-add (command line suppressed) [2024-05-10T03:27:58.856Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_10817429465003723928.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_10817429465003723928.key) [2024-05-10T03:27:58.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T03:27:59.150Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ jee [2024-05-10T03:27:59.150Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T03:27:59.150Z] + shift [2024-05-10T03:27:59.150Z] + PACKAGES=jee [2024-05-10T03:27:59.150Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T03:27:59.150Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T03:27:59.150Z] + SCP=scp [2024-05-10T03:27:59.150Z] + for PACKAGE in $PACKAGES [2024-05-10T03:27:59.150Z] + pushd packages/org.eclipse.epp.package.jee.product/target/products [2024-05-10T03:27:59.150Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products ~/agent/workspace/epp_master [2024-05-10T03:27:59.150Z] ++ find eclipse-jee-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-jee-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-jee-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-jee-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-jee-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-jee-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-jee-2024-06-M3-win32.win32.x86_64.zip epp.package.jee -type f -maxdepth 0 [2024-05-10T03:27:59.150Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:27:59.150Z] ++ echo eclipse-jee-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:27:59.150Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:27:59.150Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:27:59.150Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:27:59.150Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:27:59.150Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:27:59.150Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:27:59.150Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:27:59.150Z] + NEWNAME=eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:27:59.150Z] + mv eclipse-jee-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:27:59.150Z] + md5sum eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:28:00.515Z] + sha1sum eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:28:01.879Z] + sha512sum -b eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:28:03.769Z] + scp eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-jee-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:28:18.616Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:28:18.616Z] ++ echo eclipse-jee-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:28:18.616Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:28:18.616Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:28:18.616Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:28:18.616Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:28:18.616Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:28:18.616Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:28:18.616Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:28:18.616Z] + NEWNAME=eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:28:18.616Z] + mv eclipse-jee-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:28:18.616Z] + md5sum eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:28:18.616Z] + sha1sum eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:28:19.543Z] + sha512sum -b eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:28:21.434Z] + scp eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-jee-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:28:33.600Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:28:33.600Z] ++ echo eclipse-jee-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T03:28:33.600Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:28:33.600Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:28:33.600Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:28:33.600Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:28:33.600Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:28:33.600Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:28:33.600Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:28:33.600Z] + NEWNAME=eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:28:33.600Z] + mv eclipse-jee-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:28:33.600Z] + md5sum eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:28:34.965Z] + sha1sum eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:28:36.329Z] + sha512sum -b eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:28:38.843Z] + scp eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:28:51.009Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:28:51.009Z] ++ echo eclipse-jee-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:28:51.009Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:28:51.009Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:28:51.009Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:28:51.009Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:28:51.009Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:28:51.009Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:28:51.009Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:28:51.009Z] + NEWNAME=eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:28:51.009Z] + mv eclipse-jee-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:28:51.009Z] + md5sum eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:28:51.009Z] + sha1sum eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:28:52.373Z] + sha512sum -b eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:28:54.261Z] + scp eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-jee-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:29:06.427Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:29:06.427Z] ++ echo eclipse-jee-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T03:29:06.427Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:29:06.427Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:29:06.427Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:29:06.427Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:29:06.427Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:29:06.427Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:29:06.427Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:29:06.427Z] + NEWNAME=eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:29:06.427Z] + mv eclipse-jee-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:29:06.427Z] + md5sum eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:29:06.427Z] + sha1sum eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:29:07.353Z] + sha512sum -b eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:29:09.240Z] + scp eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:29:21.422Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:29:21.422Z] ++ echo eclipse-jee-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:29:21.422Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:29:21.422Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:29:21.422Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:29:21.422Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:29:21.422Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:29:21.422Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:29:21.422Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:29:21.422Z] + NEWNAME=eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:29:21.422Z] + mv eclipse-jee-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:29:21.422Z] + md5sum eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:29:21.983Z] + sha1sum eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:29:23.348Z] + sha512sum -b eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:29:25.863Z] + scp eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-jee-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:29:38.028Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:29:38.028Z] ++ echo eclipse-jee-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:29:38.028Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:29:38.028Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:29:38.028Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:29:38.028Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:29:38.028Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:29:38.028Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:29:38.028Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:29:38.028Z] + NEWNAME=eclipse-jee-2024-06-M3-win32-x86_64.zip [2024-05-10T03:29:38.028Z] + mv eclipse-jee-2024-06-M3-win32.win32.x86_64.zip eclipse-jee-2024-06-M3-win32-x86_64.zip [2024-05-10T03:29:38.028Z] + md5sum eclipse-jee-2024-06-M3-win32-x86_64.zip [2024-05-10T03:29:38.028Z] + sha1sum eclipse-jee-2024-06-M3-win32-x86_64.zip [2024-05-10T03:29:38.954Z] + sha512sum -b eclipse-jee-2024-06-M3-win32-x86_64.zip [2024-05-10T03:29:40.840Z] + scp eclipse-jee-2024-06-M3-win32-x86_64.zip eclipse-jee-2024-06-M3-win32-x86_64.zip.md5 eclipse-jee-2024-06-M3-win32-x86_64.zip.sha1 eclipse-jee-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:29:53.006Z] + popd [2024-05-10T03:29:53.006Z] ~/agent/workspace/epp_master [2024-05-10T03:29:53.006Z] + 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 [2024-05-10T03:29:53.007Z] + 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 [2024-05-10T03:29:53.007Z] + 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] } [2024-05-10T03:29:53.273Z] $ ssh-agent -k [2024-05-10T03:29:53.279Z] unset SSH_AUTH_SOCK; [2024-05-10T03:29:53.279Z] unset SSH_AGENT_PID; [2024-05-10T03:29:53.279Z] echo Agent pid 8047 killed; [2024-05-10T03:29:53.283Z] [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 [2024-05-10T03:29:53.643Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T03:29:53.898Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T03:29:53.899Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T03:29:53.899Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T03:29:53.899Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T03:29:53.899Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T03:29:55.795Z] [INFO] Scanning for projects... [2024-05-10T03:29:57.171Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T03:29:57.171Z] [INFO] Tycho Mode: project [2024-05-10T03:29:57.171Z] [INFO] Tycho Builder: maven [2024-05-10T03:29:57.171Z] [INFO] Build Threads: 1 [2024-05-10T03:30:01.369Z] [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. [2024-05-10T03:30:01.369Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:30:01.369Z] [INFO] Reactor Build Order: [2024-05-10T03:30:01.369Z] [INFO] [2024-05-10T03:30:01.369Z] [INFO] epp.package.modeling [eclipse-repository] [2024-05-10T03:30:01.369Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T03:30:01.369Z] [INFO] [2024-05-10T03:30:01.369Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- [2024-05-10T03:30:01.369Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [1/2] [2024-05-10T03:30:01.369Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml [2024-05-10T03:30:01.369Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T03:30:01.369Z] [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 [2024-05-10T03:30:07.906Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T03:30:07.906Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T03:30:07.906Z] [INFO] Transport mode: online [2024-05-10T03:30:07.906Z] [INFO] Http Transport type: Java11Client [2024-05-10T03:30:07.906Z] [INFO] Update mode: cache first [2024-05-10T03:30:07.906Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T03:30:07.906Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T03:30:07.906Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T03:30:08.167Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T03:30:10.055Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T03:30:10.055Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T03:30:10.311Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T03:30:18.395Z] [INFO] [2024-05-10T03:30:18.395Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- [2024-05-10T03:30:18.395Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T03:30:18.395Z] [INFO] [2024-05-10T03:30:18.395Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.modeling --- [2024-05-10T03:30:18.649Z] [INFO] [2024-05-10T03:30:18.649Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- [2024-05-10T03:30:18.649Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target [2024-05-10T03:30:18.649Z] [INFO] [2024-05-10T03:30:18.649Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.modeling --- [2024-05-10T03:30:18.650Z] [INFO] [2024-05-10T03:30:18.650Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- [2024-05-10T03:30:18.905Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T03:30:18.905Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T03:30:18.906Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources [2024-05-10T03:30:18.906Z] [INFO] [2024-05-10T03:30:18.906Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T03:30:18.906Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T03:30:18.906Z] [INFO] [2024-05-10T03:30:18.906Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.modeling --- [2024-05-10T03:30:19.833Z] [INFO] [2024-05-10T03:30:19.833Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.modeling --- [2024-05-10T03:30:19.833Z] [INFO] [2024-05-10T03:30:19.833Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- [2024-05-10T03:30:19.833Z] [INFO] [2024-05-10T03:30:19.833Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.modeling --- [2024-05-10T03:31:27.461Z] [INFO] [2024-05-10T03:31:27.462Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.modeling --- [2024-05-10T03:31:27.462Z] [INFO] [2024-05-10T03:31:27.462Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.modeling --- [2024-05-10T03:31:27.462Z] [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} [2024-05-10T03:31:27.462Z] [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. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing epp.package.modeling 4.32.0.20240502-1415. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:31:27.462Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:31:27.463Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Operation completed in 63694 ms. [2024-05-10T03:32:35.092Z] [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} [2024-05-10T03:32:35.092Z] [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. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing epp.package.modeling 4.32.0.20240502-1415. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:32:35.092Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:32:35.093Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Operation completed in 58778 ms. [2024-05-10T03:33:31.267Z] [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} [2024-05-10T03:33:31.267Z] [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. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing epp.package.modeling 4.32.0.20240502-1415. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.267Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:33:31.268Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Operation completed in 58117 ms. [2024-05-10T03:34:27.447Z] [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} [2024-05-10T03:34:27.447Z] [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. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing epp.package.modeling 4.32.0.20240502-1415. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T03:34:27.447Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:34:27.448Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Operation completed in 57287 ms. [2024-05-10T03:35:23.604Z] [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} [2024-05-10T03:35:23.604Z] [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. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing epp.package.modeling 4.32.0.20240502-1415. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T03:35:23.604Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240318-1854. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240410-0711. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.3.202403010913. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.20.0.v20240305-1416. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240413-1529. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:35:23.605Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:36:19.767Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Operation completed in 56929 ms. [2024-05-10T03:36:19.767Z] [INFO] [2024-05-10T03:36:19.767Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.modeling --- [2024-05-10T03:36:46.257Z] [INFO] [Fri May 10 03:36:43 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'... [2024-05-10T03:38:22.677Z] [INFO] [Fri May 10 03:38:13 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'... [2024-05-10T03:39:30.320Z] [INFO] [2024-05-10T03:39:30.320Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.modeling --- [2024-05-10T03:39:30.320Z] [INFO] [Fri May 10 03:39:21 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' [2024-05-10T03:39:30.320Z] [INFO] [Fri May 10 03:39:21 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' [2024-05-10T03:39:30.320Z] [INFO] [2024-05-10T03:39:30.320Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.modeling --- [2024-05-10T03:39:30.320Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:39:56.806Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:40:23.293Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:40:38.130Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:41:10.146Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:41:36.637Z] [INFO] [2024-05-10T03:41:36.637Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.modeling --- [2024-05-10T03:41:36.637Z] [INFO] [Fri May 10 03:41:34 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T03:42:32.830Z] [INFO] [2024-05-10T03:42:32.830Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.modeling --- [2024-05-10T03:42:32.830Z] [INFO] [Fri May 10 03:42:27 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T03:43:29.000Z] [INFO] [2024-05-10T03:43:29.000Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T03:43:29.000Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T03:43:29.000Z] [INFO] from pom.xml [2024-05-10T03:43:29.000Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T03:43:29.000Z] [INFO] [2024-05-10T03:43:29.000Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T03:43:29.001Z] [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... [2024-05-10T03:43:29.001Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:43:29.001Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T03:43:29.001Z] [INFO] [2024-05-10T03:43:29.001Z] [INFO] epp.package.modeling ............................... SUCCESS [13:22 min] [2024-05-10T03:43:29.001Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] [2024-05-10T03:43:29.001Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:43:29.001Z] [INFO] BUILD SUCCESS [2024-05-10T03:43:29.001Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:43:29.001Z] [INFO] Total time: 13:28 min [2024-05-10T03:43:29.001Z] [INFO] Finished at: 2024-05-10T03:43:23Z [2024-05-10T03:43:29.001Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T03:43:29.015Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T03:43:29.015Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T03:43:29.030Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T03:43:29.034Z] $ ssh-agent [2024-05-10T03:43:29.044Z] SSH_AUTH_SOCK=/tmp/ssh-UwgYgpRpeZDs/agent.9266 [2024-05-10T03:43:29.044Z] SSH_AGENT_PID=9268 [2024-05-10T03:43:29.052Z] Running ssh-add (command line suppressed) [2024-05-10T03:43:29.066Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_13971299619979439585.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_13971299619979439585.key) [2024-05-10T03:43:29.073Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T03:43:29.351Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ modeling [2024-05-10T03:43:29.351Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T03:43:29.351Z] + shift [2024-05-10T03:43:29.351Z] + PACKAGES=modeling [2024-05-10T03:43:29.351Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T03:43:29.351Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T03:43:29.351Z] + SCP=scp [2024-05-10T03:43:29.351Z] + for PACKAGE in $PACKAGES [2024-05-10T03:43:29.351Z] + pushd packages/org.eclipse.epp.package.modeling.product/target/products [2024-05-10T03:43:29.351Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products ~/agent/workspace/epp_master [2024-05-10T03:43:29.351Z] ++ find eclipse-modeling-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-modeling-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-modeling-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-modeling-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2024-06-M3-win32.win32.x86_64.zip epp.package.modeling -type f -maxdepth 0 [2024-05-10T03:43:29.351Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:43:29.351Z] ++ echo eclipse-modeling-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:43:29.351Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:43:29.351Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:43:29.351Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:43:29.351Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:43:29.351Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:43:29.351Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:43:29.351Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:43:29.351Z] + NEWNAME=eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:43:29.351Z] + mv eclipse-modeling-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:43:29.351Z] + md5sum eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:43:30.714Z] + sha1sum eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:43:32.601Z] + sha512sum -b eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:43:34.489Z] + scp eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-modeling-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:43:49.327Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:43:49.327Z] ++ echo eclipse-modeling-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:43:49.327Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:43:49.327Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:43:49.327Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:43:49.327Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:43:49.327Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:43:49.327Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:43:49.327Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:43:49.327Z] + NEWNAME=eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:43:49.327Z] + mv eclipse-modeling-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:43:49.327Z] + md5sum eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:43:49.327Z] + sha1sum eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:43:51.212Z] + sha512sum -b eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:43:53.725Z] + scp eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-modeling-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:44:05.884Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:44:05.884Z] ++ echo eclipse-modeling-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T03:44:05.884Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:44:05.884Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:44:05.884Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:44:05.884Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:44:05.884Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:44:05.884Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:44:05.884Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:44:05.884Z] + NEWNAME=eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:44:05.884Z] + mv eclipse-modeling-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:44:05.884Z] + md5sum eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:44:06.139Z] + sha1sum eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:44:08.024Z] + sha512sum -b eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:44:09.912Z] + scp eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:44:22.076Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:44:22.076Z] ++ echo eclipse-modeling-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:44:22.076Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:44:22.076Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:44:22.076Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:44:22.076Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:44:22.076Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:44:22.076Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:44:22.076Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:44:22.076Z] + NEWNAME=eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:44:22.076Z] + mv eclipse-modeling-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:44:22.076Z] + md5sum eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:44:23.003Z] + sha1sum eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:44:24.890Z] + sha512sum -b eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:44:27.403Z] + scp eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-modeling-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:44:42.242Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:44:42.242Z] ++ echo eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T03:44:42.242Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:44:42.242Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:44:42.242Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:44:42.242Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:44:42.242Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:44:42.242Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:44:42.242Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:44:42.242Z] + NEWNAME=eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:44:42.242Z] + mv eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:44:42.242Z] + md5sum eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:44:42.242Z] + sha1sum eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:44:43.170Z] + sha512sum -b eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:44:45.682Z] + scp eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:45:00.519Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:45:00.520Z] ++ echo eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:45:00.520Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:45:00.520Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:45:00.520Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:45:00.520Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:45:00.520Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:45:00.520Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:45:00.520Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:45:00.520Z] + NEWNAME=eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:45:00.520Z] + mv eclipse-modeling-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:45:00.520Z] + md5sum eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:45:00.520Z] + sha1sum eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:45:01.079Z] + sha512sum -b eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:45:03.593Z] + scp eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-modeling-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:45:18.429Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:45:18.429Z] ++ echo eclipse-modeling-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:45:18.429Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:45:18.429Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:45:18.429Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:45:18.429Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:45:18.429Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:45:18.429Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:45:18.429Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:45:18.429Z] + NEWNAME=eclipse-modeling-2024-06-M3-win32-x86_64.zip [2024-05-10T03:45:18.429Z] + mv eclipse-modeling-2024-06-M3-win32.win32.x86_64.zip eclipse-modeling-2024-06-M3-win32-x86_64.zip [2024-05-10T03:45:18.429Z] + md5sum eclipse-modeling-2024-06-M3-win32-x86_64.zip [2024-05-10T03:45:18.429Z] + sha1sum eclipse-modeling-2024-06-M3-win32-x86_64.zip [2024-05-10T03:45:20.318Z] + sha512sum -b eclipse-modeling-2024-06-M3-win32-x86_64.zip [2024-05-10T03:45:22.206Z] + scp eclipse-modeling-2024-06-M3-win32-x86_64.zip eclipse-modeling-2024-06-M3-win32-x86_64.zip.md5 eclipse-modeling-2024-06-M3-win32-x86_64.zip.sha1 eclipse-modeling-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:45:37.040Z] + popd [2024-05-10T03:45:37.040Z] ~/agent/workspace/epp_master [2024-05-10T03:45:37.040Z] + 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 [2024-05-10T03:45:37.040Z] + 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 [2024-05-10T03:45:37.040Z] + 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] } [2024-05-10T03:45:37.050Z] $ ssh-agent -k [2024-05-10T03:45:37.056Z] unset SSH_AUTH_SOCK; [2024-05-10T03:45:37.056Z] unset SSH_AGENT_PID; [2024-05-10T03:45:37.056Z] echo Agent pid 9268 killed; [2024-05-10T03:45:37.061Z] [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 [2024-05-10T03:45:37.424Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T03:45:37.679Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T03:45:37.679Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T03:45:37.679Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T03:45:37.679Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T03:45:37.679Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T03:45:39.567Z] [INFO] Scanning for projects... [2024-05-10T03:45:40.934Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T03:45:40.934Z] [INFO] Tycho Mode: project [2024-05-10T03:45:40.934Z] [INFO] Tycho Builder: maven [2024-05-10T03:45:40.934Z] [INFO] Build Threads: 1 [2024-05-10T03:45:45.104Z] [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. [2024-05-10T03:45:45.104Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:45:45.104Z] [INFO] Reactor Build Order: [2024-05-10T03:45:45.104Z] [INFO] [2024-05-10T03:45:45.104Z] [INFO] epp.package.php [eclipse-repository] [2024-05-10T03:45:45.104Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T03:45:45.104Z] [INFO] [2024-05-10T03:45:45.104Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- [2024-05-10T03:45:45.104Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [1/2] [2024-05-10T03:45:45.105Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml [2024-05-10T03:45:45.105Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T03:45:45.105Z] [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 [2024-05-10T03:45:49.269Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T03:45:49.270Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T03:45:49.270Z] [INFO] Transport mode: online [2024-05-10T03:45:49.270Z] [INFO] Http Transport type: Java11Client [2024-05-10T03:45:49.270Z] [INFO] Update mode: cache first [2024-05-10T03:45:49.270Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T03:45:49.270Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T03:45:49.270Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T03:45:49.270Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T03:45:51.168Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T03:45:51.168Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T03:45:51.168Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T03:45:56.423Z] [INFO] [2024-05-10T03:45:56.423Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- [2024-05-10T03:45:56.986Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T03:45:56.986Z] [INFO] [2024-05-10T03:45:56.986Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.php --- [2024-05-10T03:45:57.241Z] [INFO] [2024-05-10T03:45:57.241Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- [2024-05-10T03:45:57.241Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target [2024-05-10T03:45:57.241Z] [INFO] [2024-05-10T03:45:57.241Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.php --- [2024-05-10T03:45:57.241Z] [INFO] [2024-05-10T03:45:57.241Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- [2024-05-10T03:45:57.497Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T03:45:57.497Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T03:45:57.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources [2024-05-10T03:45:57.497Z] [INFO] [2024-05-10T03:45:57.497Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T03:45:57.497Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T03:45:57.752Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T03:45:57.752Z] [INFO] [2024-05-10T03:45:57.752Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.php --- [2024-05-10T03:45:58.313Z] [INFO] [2024-05-10T03:45:58.313Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.php --- [2024-05-10T03:45:58.313Z] [INFO] [2024-05-10T03:45:58.313Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.php --- [2024-05-10T03:45:58.313Z] [INFO] [2024-05-10T03:45:58.313Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.php --- [2024-05-10T03:46:54.478Z] [INFO] [2024-05-10T03:46:54.478Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.php --- [2024-05-10T03:46:54.479Z] [INFO] [2024-05-10T03:46:54.479Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.php --- [2024-05-10T03:46:54.479Z] [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} [2024-05-10T03:46:54.479Z] [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. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing epp.package.php 4.32.0.20240502-1415. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:46:54.479Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-05-10T03:47:33.135Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Operation completed in 36842 ms. [2024-05-10T03:47:33.136Z] [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} [2024-05-10T03:47:33.136Z] [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. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing epp.package.php 4.32.0.20240502-1415. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:47:33.136Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Operation completed in 33121 ms. [2024-05-10T03:48:05.159Z] [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} [2024-05-10T03:48:05.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. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing epp.package.php 4.32.0.20240502-1415. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:05.159Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:48:05.160Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Operation completed in 31668 ms. [2024-05-10T03:48:37.181Z] [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} [2024-05-10T03:48:37.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. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing epp.package.php 4.32.0.20240502-1415. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:48:37.181Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:48:37.182Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-05-10T03:49:09.200Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Operation completed in 32289 ms. [2024-05-10T03:49:09.200Z] [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} [2024-05-10T03:49:09.200Z] [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. [2024-05-10T03:49:09.455Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing epp.package.php 4.32.0.20240502-1415. [2024-05-10T03:49:09.455Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:49:09.455Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:49:09.455Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:49:09.455Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-05-10T03:49:09.456Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-05-10T03:49:41.477Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Operation completed in 31631 ms. [2024-05-10T03:49:41.477Z] [INFO] [2024-05-10T03:49:41.477Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.php --- [2024-05-10T03:50:03.356Z] [INFO] [Fri May 10 03:50:02 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'... [2024-05-10T03:51:24.738Z] [INFO] [Fri May 10 03:51:19 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'... [2024-05-10T03:52:20.923Z] [INFO] [2024-05-10T03:52:20.923Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.php --- [2024-05-10T03:52:20.923Z] [INFO] [Fri May 10 03:52:16 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' [2024-05-10T03:52:20.923Z] [INFO] [Fri May 10 03:52:16 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' [2024-05-10T03:52:20.923Z] [INFO] [2024-05-10T03:52:20.923Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.php --- [2024-05-10T03:52:20.923Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:52:47.439Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:53:13.926Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:53:28.758Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:53:55.245Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:54:21.737Z] [INFO] [2024-05-10T03:54:21.737Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.php --- [2024-05-10T03:54:21.737Z] [INFO] [Fri May 10 03:54: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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T03:55:08.368Z] [INFO] [2024-05-10T03:55:08.368Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.php --- [2024-05-10T03:55:08.368Z] [INFO] [Fri May 10 03:55:07 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T03:56:04.543Z] [INFO] [2024-05-10T03:56:04.543Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T03:56:04.543Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T03:56:04.543Z] [INFO] from pom.xml [2024-05-10T03:56:04.543Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T03:56:04.543Z] [INFO] [2024-05-10T03:56:04.543Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T03:56:04.543Z] [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... [2024-05-10T03:56:04.543Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:56:04.543Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T03:56:04.543Z] [INFO] [2024-05-10T03:56:04.543Z] [INFO] epp.package.php .................................... SUCCESS [10:14 min] [2024-05-10T03:56:04.543Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.005 s] [2024-05-10T03:56:04.543Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:56:04.543Z] [INFO] BUILD SUCCESS [2024-05-10T03:56:04.543Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:56:04.543Z] [INFO] Total time: 10:19 min [2024-05-10T03:56:04.543Z] [INFO] Finished at: 2024-05-10T03:55:58Z [2024-05-10T03:56:04.543Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T03:56:04.558Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T03:56:04.558Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T03:56:04.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T03:56:04.574Z] $ ssh-agent [2024-05-10T03:56:04.583Z] SSH_AUTH_SOCK=/tmp/ssh-LlrjUlYiWkXY/agent.10363 [2024-05-10T03:56:04.583Z] SSH_AGENT_PID=10365 [2024-05-10T03:56:04.590Z] Running ssh-add (command line suppressed) [2024-05-10T03:56:04.605Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_13899142383299302629.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_13899142383299302629.key) [2024-05-10T03:56:04.611Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T03:56:04.894Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ php [2024-05-10T03:56:04.894Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T03:56:04.894Z] + shift [2024-05-10T03:56:04.894Z] + PACKAGES=php [2024-05-10T03:56:04.894Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T03:56:04.894Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T03:56:04.894Z] + SCP=scp [2024-05-10T03:56:04.894Z] + for PACKAGE in $PACKAGES [2024-05-10T03:56:04.894Z] + pushd packages/org.eclipse.epp.package.php.product/target/products [2024-05-10T03:56:04.894Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products ~/agent/workspace/epp_master [2024-05-10T03:56:04.895Z] ++ find eclipse-php-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-php-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-php-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-php-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-php-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-php-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-php-2024-06-M3-win32.win32.x86_64.zip epp.package.php -type f -maxdepth 0 [2024-05-10T03:56:04.895Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:56:04.895Z] ++ echo eclipse-php-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T03:56:04.895Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:56:04.895Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:56:04.895Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:56:04.895Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:56:04.895Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:56:04.895Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:56:04.895Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:56:04.895Z] + NEWNAME=eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:56:04.895Z] + mv eclipse-php-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:56:04.895Z] + md5sum eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:56:05.819Z] + sha1sum eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:56:06.743Z] + sha512sum -b eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T03:56:08.629Z] + scp eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-php-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:56:18.569Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:56:18.569Z] ++ echo eclipse-php-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T03:56:18.569Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:56:18.569Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:56:18.569Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:56:18.569Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:56:18.569Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:56:18.569Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:56:18.569Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:56:18.569Z] + NEWNAME=eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:56:18.569Z] + mv eclipse-php-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:56:18.570Z] + md5sum eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:56:18.570Z] + sha1sum eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:56:19.497Z] + sha512sum -b eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T03:56:21.382Z] + scp eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-php-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:56:29.466Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:56:29.466Z] ++ echo eclipse-php-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T03:56:29.466Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:56:29.466Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:56:29.467Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:56:29.467Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:56:29.467Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:56:29.467Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:56:29.467Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:56:29.467Z] + NEWNAME=eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:56:29.467Z] + mv eclipse-php-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:56:29.467Z] + md5sum eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:56:30.394Z] + sha1sum eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:56:31.758Z] + sha512sum -b eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T03:56:33.121Z] + scp eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-php-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:56:43.060Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:56:43.060Z] ++ echo eclipse-php-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T03:56:43.060Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:56:43.060Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:56:43.060Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:56:43.060Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:56:43.060Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:56:43.060Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:56:43.060Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:56:43.060Z] + NEWNAME=eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:56:43.060Z] + mv eclipse-php-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:56:43.060Z] + md5sum eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:56:43.060Z] + sha1sum eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:56:43.986Z] + sha512sum -b eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T03:56:45.869Z] + scp eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-php-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:56:53.950Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:56:53.950Z] ++ echo eclipse-php-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T03:56:53.950Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:56:53.950Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:56:53.950Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:56:53.950Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:56:53.950Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:56:53.950Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:56:53.950Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:56:53.950Z] + NEWNAME=eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:56:53.950Z] + mv eclipse-php-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:56:53.950Z] + md5sum eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:56:54.877Z] + sha1sum eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:56:55.805Z] + sha512sum -b eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T03:56:57.694Z] + scp eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-php-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:57:05.773Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:57:05.773Z] ++ echo eclipse-php-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T03:57:05.773Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:57:05.773Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:57:05.773Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:57:05.773Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:57:05.773Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:57:05.773Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:57:05.773Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:57:05.773Z] + NEWNAME=eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:57:05.773Z] + mv eclipse-php-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:57:05.773Z] + md5sum eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:57:06.333Z] + sha1sum eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:57:07.696Z] + sha512sum -b eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T03:57:09.057Z] + scp eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-php-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:57:18.990Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T03:57:18.990Z] ++ echo eclipse-php-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T03:57:18.990Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T03:57:18.990Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T03:57:18.990Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T03:57:18.990Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T03:57:18.990Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T03:57:18.990Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T03:57:18.990Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T03:57:18.990Z] + NEWNAME=eclipse-php-2024-06-M3-win32-x86_64.zip [2024-05-10T03:57:18.990Z] + mv eclipse-php-2024-06-M3-win32.win32.x86_64.zip eclipse-php-2024-06-M3-win32-x86_64.zip [2024-05-10T03:57:18.990Z] + md5sum eclipse-php-2024-06-M3-win32-x86_64.zip [2024-05-10T03:57:19.550Z] + sha1sum eclipse-php-2024-06-M3-win32-x86_64.zip [2024-05-10T03:57:20.914Z] + sha512sum -b eclipse-php-2024-06-M3-win32-x86_64.zip [2024-05-10T03:57:22.278Z] + scp eclipse-php-2024-06-M3-win32-x86_64.zip eclipse-php-2024-06-M3-win32-x86_64.zip.md5 eclipse-php-2024-06-M3-win32-x86_64.zip.sha1 eclipse-php-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T03:57:32.217Z] + popd [2024-05-10T03:57:32.217Z] ~/agent/workspace/epp_master [2024-05-10T03:57:32.217Z] + 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 [2024-05-10T03:57:32.217Z] + 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 [2024-05-10T03:57:32.217Z] + 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] } [2024-05-10T03:57:32.787Z] $ ssh-agent -k [2024-05-10T03:57:32.793Z] unset SSH_AUTH_SOCK; [2024-05-10T03:57:32.793Z] unset SSH_AGENT_PID; [2024-05-10T03:57:32.793Z] echo Agent pid 10365 killed; [2024-05-10T03:57:32.796Z] [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 [2024-05-10T03:57:33.161Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T03:57:33.417Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T03:57:33.417Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T03:57:33.417Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T03:57:33.417Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T03:57:33.417Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T03:57:35.303Z] [INFO] Scanning for projects... [2024-05-10T03:57:36.677Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T03:57:36.677Z] [INFO] Tycho Mode: project [2024-05-10T03:57:36.677Z] [INFO] Tycho Builder: maven [2024-05-10T03:57:36.677Z] [INFO] Build Threads: 1 [2024-05-10T03:57:40.841Z] [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. [2024-05-10T03:57:40.841Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T03:57:40.841Z] [INFO] Reactor Build Order: [2024-05-10T03:57:40.841Z] [INFO] [2024-05-10T03:57:40.841Z] [INFO] epp.package.rcp [eclipse-repository] [2024-05-10T03:57:40.841Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T03:57:40.841Z] [INFO] [2024-05-10T03:57:40.841Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- [2024-05-10T03:57:40.841Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [1/2] [2024-05-10T03:57:40.841Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml [2024-05-10T03:57:40.841Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T03:57:40.841Z] [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 [2024-05-10T03:57:45.002Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T03:57:45.002Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T03:57:45.002Z] [INFO] Transport mode: online [2024-05-10T03:57:45.002Z] [INFO] Http Transport type: Java11Client [2024-05-10T03:57:45.002Z] [INFO] Update mode: cache first [2024-05-10T03:57:45.002Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T03:57:45.002Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T03:57:45.268Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T03:57:45.524Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T03:57:48.036Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T03:57:48.036Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T03:57:48.036Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T03:57:54.574Z] [INFO] [2024-05-10T03:57:54.574Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- [2024-05-10T03:57:54.829Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T03:57:54.829Z] [INFO] [2024-05-10T03:57:54.829Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.rcp --- [2024-05-10T03:57:55.085Z] [INFO] [2024-05-10T03:57:55.085Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- [2024-05-10T03:57:55.085Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target [2024-05-10T03:57:55.085Z] [INFO] [2024-05-10T03:57:55.085Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.rcp --- [2024-05-10T03:57:55.085Z] [INFO] [2024-05-10T03:57:55.085Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- [2024-05-10T03:57:55.340Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T03:57:55.340Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T03:57:55.340Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources [2024-05-10T03:57:55.340Z] [INFO] [2024-05-10T03:57:55.340Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T03:57:55.340Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T03:57:55.595Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T03:57:55.595Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T03:57:55.595Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T03:57:55.595Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T03:57:55.595Z] [INFO] [2024-05-10T03:57:55.595Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.rcp --- [2024-05-10T03:57:56.155Z] [INFO] [2024-05-10T03:57:56.155Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.rcp --- [2024-05-10T03:57:56.155Z] [INFO] [2024-05-10T03:57:56.155Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- [2024-05-10T03:57:56.155Z] [INFO] [2024-05-10T03:57:56.155Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.rcp --- [2024-05-10T03:58:52.320Z] [INFO] [2024-05-10T03:58:52.320Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.rcp --- [2024-05-10T03:58:52.320Z] [INFO] [2024-05-10T03:58:52.320Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.rcp --- [2024-05-10T03:58:52.320Z] [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} [2024-05-10T03:58:52.320Z] [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. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing epp.package.rcp 4.32.0.20240502-1415. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T03:58:52.320Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240430-1200. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240501-2009. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:58:52.321Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Operation completed in 44074 ms. [2024-05-10T03:59:30.972Z] [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} [2024-05-10T03:59:30.972Z] [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. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing epp.package.rcp 4.32.0.20240502-1415. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T03:59:30.972Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240430-1200. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240501-2009. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T03:59:30.973Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.626Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Operation completed in 40786 ms. [2024-05-10T04:00:09.626Z] [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} [2024-05-10T04:00:09.626Z] [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. [2024-05-10T04:00:09.881Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing epp.package.rcp 4.32.0.20240502-1415. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240430-1200. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240501-2009. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:09.882Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Operation completed in 40038 ms. [2024-05-10T04:00:56.493Z] [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} [2024-05-10T04:00:56.493Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing epp.package.rcp 4.32.0.20240502-1415. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.493Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240430-1200. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240501-2009. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:00:56.494Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Operation completed in 39699 ms. [2024-05-10T04:01:35.148Z] [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} [2024-05-10T04:01:35.148Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing epp.package.rcp 4.32.0.20240502-1415. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240428-1800. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202404031105. [2024-05-10T04:01:35.148Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202403050737-r. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240430-1200. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.1.0.202306071420. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.1.0.202306071420. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.1.0.202306071420. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240501-2009. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:01:35.149Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:02:13.801Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Operation completed in 38974 ms. [2024-05-10T04:02:13.801Z] [INFO] [2024-05-10T04:02:13.801Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.rcp --- [2024-05-10T04:02:28.633Z] [INFO] [Fri May 10 04:02:28 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/aarch64/Eclipse.app'... [2024-05-10T04:03:50.007Z] [INFO] [Fri May 10 04:03:37 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'... [2024-05-10T04:04:28.672Z] [INFO] [2024-05-10T04:04:28.672Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.rcp --- [2024-05-10T04:04:28.672Z] [INFO] [Fri May 10 04:04:26 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' [2024-05-10T04:04:28.672Z] [INFO] [Fri May 10 04:04:27 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' [2024-05-10T04:04:30.564Z] [INFO] [2024-05-10T04:04:30.564Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.rcp --- [2024-05-10T04:04:30.564Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T04:04:52.445Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T04:05:14.331Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T04:05:26.498Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T04:05:48.379Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T04:06:10.266Z] [INFO] [2024-05-10T04:06:10.266Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.rcp --- [2024-05-10T04:06:10.266Z] [INFO] [Fri May 10 04:06:06 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T04:06:57.011Z] [INFO] [2024-05-10T04:06:57.011Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.rcp --- [2024-05-10T04:06:57.011Z] [INFO] [Fri May 10 04:06:50 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T04:07:35.691Z] [INFO] [2024-05-10T04:07:35.691Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T04:07:35.691Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T04:07:35.691Z] [INFO] from pom.xml [2024-05-10T04:07:35.691Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T04:07:35.691Z] [INFO] [2024-05-10T04:07:35.691Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T04:07:35.691Z] [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... [2024-05-10T04:07:35.691Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:07:35.691Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T04:07:35.691Z] [INFO] [2024-05-10T04:07:35.691Z] [INFO] epp.package.rcp .................................... SUCCESS [09:53 min] [2024-05-10T04:07:35.691Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] [2024-05-10T04:07:35.691Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:07:35.691Z] [INFO] BUILD SUCCESS [2024-05-10T04:07:35.691Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:07:35.691Z] [INFO] Total time: 09:59 min [2024-05-10T04:07:35.691Z] [INFO] Finished at: 2024-05-10T04:07:34Z [2024-05-10T04:07:35.691Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T04:07:35.707Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T04:07:35.707Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T04:07:35.721Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T04:07:35.724Z] $ ssh-agent [2024-05-10T04:07:35.733Z] SSH_AUTH_SOCK=/tmp/ssh-JV2RqRqD0BCT/agent.11421 [2024-05-10T04:07:35.733Z] SSH_AGENT_PID=11423 [2024-05-10T04:07:35.741Z] Running ssh-add (command line suppressed) [2024-05-10T04:07:35.756Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_12900791519627754405.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_12900791519627754405.key) [2024-05-10T04:07:35.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T04:07:36.045Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ rcp [2024-05-10T04:07:36.045Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T04:07:36.045Z] + shift [2024-05-10T04:07:36.045Z] + PACKAGES=rcp [2024-05-10T04:07:36.045Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T04:07:36.045Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T04:07:36.045Z] + SCP=scp [2024-05-10T04:07:36.045Z] + for PACKAGE in $PACKAGES [2024-05-10T04:07:36.045Z] + pushd packages/org.eclipse.epp.package.rcp.product/target/products [2024-05-10T04:07:36.045Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products ~/agent/workspace/epp_master [2024-05-10T04:07:36.045Z] ++ find eclipse-rcp-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-rcp-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-rcp-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-rcp-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-rcp-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2024-06-M3-win32.win32.x86_64.zip epp.package.rcp -type f -maxdepth 0 [2024-05-10T04:07:36.045Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:07:36.045Z] ++ echo eclipse-rcp-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T04:07:36.045Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:07:36.045Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:07:36.045Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:07:36.045Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:07:36.045Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:07:36.045Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:07:36.045Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:07:36.045Z] + NEWNAME=eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:07:36.045Z] + mv eclipse-rcp-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:07:36.045Z] + md5sum eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:07:36.973Z] + sha1sum eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:07:38.341Z] + sha512sum -b eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:07:40.231Z] + scp eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-rcp-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:07:50.173Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:07:50.173Z] ++ echo eclipse-rcp-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T04:07:50.173Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:07:50.173Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:07:50.173Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:07:50.174Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:07:50.174Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:07:50.174Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:07:50.174Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:07:50.174Z] + NEWNAME=eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:07:50.174Z] + mv eclipse-rcp-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:07:50.174Z] + md5sum eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:07:51.102Z] + sha1sum eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:07:52.028Z] + sha512sum -b eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:07:53.915Z] + scp eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-rcp-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:08:03.853Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:08:03.853Z] ++ echo eclipse-rcp-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T04:08:03.853Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:08:03.853Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:08:03.853Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:08:03.853Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:08:03.853Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:08:03.853Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:08:03.853Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:08:03.853Z] + NEWNAME=eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:08:03.853Z] + mv eclipse-rcp-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:08:03.853Z] + md5sum eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:08:03.853Z] + sha1sum eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:08:05.218Z] + sha512sum -b eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:08:06.583Z] + scp eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:08:16.525Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:08:16.525Z] ++ echo eclipse-rcp-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T04:08:16.525Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:08:16.525Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:08:16.525Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:08:16.525Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:08:16.525Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:08:16.525Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:08:16.525Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:08:16.525Z] + NEWNAME=eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:08:16.525Z] + mv eclipse-rcp-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:08:16.525Z] + md5sum eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:08:16.781Z] + sha1sum eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:08:18.147Z] + sha512sum -b eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:08:20.035Z] + scp eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-rcp-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:08:29.978Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:08:29.978Z] ++ echo eclipse-rcp-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T04:08:29.978Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:08:29.978Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:08:29.978Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:08:29.978Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:08:29.978Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:08:29.978Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:08:29.978Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:08:29.978Z] + NEWNAME=eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:08:29.978Z] + mv eclipse-rcp-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:08:29.978Z] + md5sum eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:08:30.233Z] + sha1sum eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:08:31.597Z] + sha512sum -b eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:08:33.486Z] + scp eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:08:43.428Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:08:43.428Z] ++ echo eclipse-rcp-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T04:08:43.428Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:08:43.428Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:08:43.428Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:08:43.428Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:08:43.428Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:08:43.428Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:08:43.428Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:08:43.428Z] + NEWNAME=eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:08:43.428Z] + mv eclipse-rcp-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:08:43.428Z] + md5sum eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:08:43.428Z] + sha1sum eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:08:44.793Z] + sha512sum -b eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:08:46.159Z] + scp eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-rcp-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:08:58.330Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:08:58.330Z] ++ echo eclipse-rcp-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T04:08:58.330Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:08:58.330Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:08:58.330Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:08:58.330Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:08:58.330Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:08:58.330Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:08:58.330Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:08:58.330Z] + NEWNAME=eclipse-rcp-2024-06-M3-win32-x86_64.zip [2024-05-10T04:08:58.330Z] + mv eclipse-rcp-2024-06-M3-win32.win32.x86_64.zip eclipse-rcp-2024-06-M3-win32-x86_64.zip [2024-05-10T04:08:58.330Z] + md5sum eclipse-rcp-2024-06-M3-win32-x86_64.zip [2024-05-10T04:08:58.330Z] + sha1sum eclipse-rcp-2024-06-M3-win32-x86_64.zip [2024-05-10T04:08:58.585Z] + sha512sum -b eclipse-rcp-2024-06-M3-win32-x86_64.zip [2024-05-10T04:09:00.474Z] + scp eclipse-rcp-2024-06-M3-win32-x86_64.zip eclipse-rcp-2024-06-M3-win32-x86_64.zip.md5 eclipse-rcp-2024-06-M3-win32-x86_64.zip.sha1 eclipse-rcp-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:09:10.411Z] + popd [2024-05-10T04:09:10.411Z] ~/agent/workspace/epp_master [2024-05-10T04:09:10.411Z] + 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 [2024-05-10T04:09:10.411Z] + 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 [2024-05-10T04:09:10.411Z] + 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] } [2024-05-10T04:09:10.420Z] $ ssh-agent -k [2024-05-10T04:09:10.426Z] unset SSH_AUTH_SOCK; [2024-05-10T04:09:10.426Z] unset SSH_AGENT_PID; [2024-05-10T04:09:10.426Z] echo Agent pid 11423 killed; [2024-05-10T04:09:10.429Z] [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 [2024-05-10T04:09:10.801Z] + 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-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg [2024-05-10T04:09:11.057Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T04:09:11.057Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T04:09:11.057Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T04:09:11.057Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T04:09:11.057Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T04:09:12.968Z] [INFO] Scanning for projects... [2024-05-10T04:09:14.857Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T04:09:14.857Z] [INFO] Tycho Mode: project [2024-05-10T04:09:14.857Z] [INFO] Tycho Builder: maven [2024-05-10T04:09:14.857Z] [INFO] Build Threads: 1 [2024-05-10T04:09:19.024Z] [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. [2024-05-10T04:09:19.024Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:09:19.024Z] [INFO] Reactor Build Order: [2024-05-10T04:09:19.024Z] [INFO] [2024-05-10T04:09:19.024Z] [INFO] epp.package.scout [eclipse-repository] [2024-05-10T04:09:19.024Z] [INFO] org.eclipse.epp-buildall [pom] [2024-05-10T04:09:19.024Z] [INFO] [2024-05-10T04:09:19.024Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ [2024-05-10T04:09:19.024Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [1/2] [2024-05-10T04:09:19.024Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml [2024-05-10T04:09:19.024Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-05-10T04:09:19.024Z] [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 [2024-05-10T04:09:23.189Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-05-10T04:09:23.189Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-05-10T04:09:23.189Z] [INFO] Transport mode: online [2024-05-10T04:09:23.189Z] [INFO] Http Transport type: Java11Client [2024-05-10T04:09:23.189Z] [INFO] Update mode: cache first [2024-05-10T04:09:23.189Z] [INFO] Minimum cache duration: 60 minutes [2024-05-10T04:09:23.189Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-05-10T04:09:23.189Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-05-10T04:09:23.189Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-05-10T04:09:25.077Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-05-10T04:09:25.077Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-05-10T04:09:25.335Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-05-10T04:09:31.868Z] [INFO] [2024-05-10T04:09:31.868Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- [2024-05-10T04:09:31.868Z] [INFO] The project's OSGi version is 4.32.0.20240502-1415 [2024-05-10T04:09:31.868Z] [INFO] [2024-05-10T04:09:31.868Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.scout --- [2024-05-10T04:09:31.868Z] [INFO] [2024-05-10T04:09:31.868Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- [2024-05-10T04:09:31.868Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target [2024-05-10T04:09:31.868Z] [INFO] [2024-05-10T04:09:31.868Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ epp.package.scout --- [2024-05-10T04:09:31.868Z] [INFO] [2024-05-10T04:09:31.868Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- [2024-05-10T04:09:31.868Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-05-10T04:09:31.868Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-05-10T04:09:31.868Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources [2024-05-10T04:09:31.868Z] [INFO] [2024-05-10T04:09:31.868Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-05-10T04:09:31.868Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-05-10T04:09:31.868Z] [INFO] [2024-05-10T04:09:31.869Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-products (default-publish-products) @ epp.package.scout --- [2024-05-10T04:09:32.795Z] [INFO] [2024-05-10T04:09:32.795Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:publish-categories (default-publish-categories) @ epp.package.scout --- [2024-05-10T04:09:32.795Z] [INFO] [2024-05-10T04:09:32.795Z] [INFO] --- tycho-p2-publisher:4.0.8-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- [2024-05-10T04:09:32.795Z] [INFO] [2024-05-10T04:09:32.795Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:assemble-repository (default-assemble-repository) @ epp.package.scout --- [2024-05-10T04:10:28.954Z] [INFO] [2024-05-10T04:10:28.954Z] [INFO] --- tycho-p2-repository:4.0.8-SNAPSHOT:archive-repository (default-archive-repository) @ epp.package.scout --- [2024-05-10T04:10:28.954Z] [INFO] [2024-05-10T04:10:28.954Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:materialize-products (materialize-products) @ epp.package.scout --- [2024-05-10T04:10:28.954Z] [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} [2024-05-10T04:10:28.954Z] [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. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing epp.package.scout 4.32.0.20240502-1415. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240428-1800. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.33. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202404170147. [2024-05-10T04:10:28.954Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:00.975Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Operation completed in 37784 ms. [2024-05-10T04:11:00.975Z] [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} [2024-05-10T04:11:01.230Z] [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. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing epp.package.scout 4.32.0.20240502-1415. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:01.486Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240428-1800. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.33. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202404170147. [2024-05-10T04:11:01.487Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Operation completed in 35052 ms. [2024-05-10T04:11:40.152Z] [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} [2024-05-10T04:11:40.152Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8-SNAPSHOT/SystemProperties.html for details. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing epp.package.scout 4.32.0.20240502-1415. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240428-1800. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:11:40.152Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.33. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202404170147. [2024-05-10T04:11:40.153Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.173Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Operation completed in 34913 ms. [2024-05-10T04:12:12.173Z] [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} [2024-05-10T04:12:12.173Z] [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. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing epp.package.scout 4.32.0.20240502-1415. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240428-1800. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.33. [2024-05-10T04:12:12.429Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:12:12.430Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202404170147. [2024-05-10T04:12:12.430Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Operation completed in 34141 ms. [2024-05-10T04:12:51.082Z] [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} [2024-05-10T04:12:51.082Z] [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. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing epp.package.scout 4.32.0.20240502-1415. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240428-1800. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240420-0837. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.9.0.202403050737-r. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.082Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240406-0935. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240428-1800. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240428-1800. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.33.0.v202402161256. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240417-1957. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.33. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202404170147. [2024-05-10T04:12:51.083Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240406-0935. [2024-05-10T04:13:23.421Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Operation completed in 33792 ms. [2024-05-10T04:13:23.421Z] [INFO] [2024-05-10T04:13:23.421Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.scout --- [2024-05-10T04:13:38.259Z] [INFO] [Fri May 10 04:13:38 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'... [2024-05-10T04:14:45.896Z] [INFO] [Fri May 10 04:14:40 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'... [2024-05-10T04:15:32.527Z] [INFO] [2024-05-10T04:15:32.527Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.scout --- [2024-05-10T04:15:32.527Z] [INFO] [Fri May 10 04:15:25 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' [2024-05-10T04:15:32.527Z] [INFO] [Fri May 10 04:15:26 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' [2024-05-10T04:15:32.527Z] [INFO] [2024-05-10T04:15:32.527Z] [INFO] --- tycho-p2-director:4.0.8-SNAPSHOT:archive-products (archive-products) @ epp.package.scout --- [2024-05-10T04:15:32.527Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T04:15:50.559Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T04:16:12.439Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T04:16:20.517Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T04:16:38.554Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T04:17:00.435Z] [INFO] [2024-05-10T04:17:00.435Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.scout --- [2024-05-10T04:17:00.435Z] [INFO] [Fri May 10 04:16:58 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-M3-macosx.cocoa.aarch64.tar.gz'... [2024-05-10T04:17:39.108Z] [INFO] [2024-05-10T04:17:39.108Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.scout --- [2024-05-10T04:17:39.109Z] [INFO] [Fri May 10 04:17:37 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-M3-macosx.cocoa.x86_64.tar.gz'... [2024-05-10T04:18:17.775Z] [INFO] [2024-05-10T04:18:17.775Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-05-10T04:18:17.775Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-05-10T04:18:17.775Z] [INFO] from pom.xml [2024-05-10T04:18:17.775Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T04:18:17.775Z] [INFO] [2024-05-10T04:18:17.775Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-05-10T04:18:17.775Z] [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... [2024-05-10T04:18:17.775Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:18:17.775Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-05-10T04:18:17.775Z] [INFO] [2024-05-10T04:18:17.775Z] [INFO] epp.package.scout .................................. SUCCESS [08:58 min] [2024-05-10T04:18:17.775Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.003 s] [2024-05-10T04:18:17.775Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:18:17.775Z] [INFO] BUILD SUCCESS [2024-05-10T04:18:17.775Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:18:17.775Z] [INFO] Total time: 09:04 min [2024-05-10T04:18:17.775Z] [INFO] Finished at: 2024-05-10T04:18:16Z [2024-05-10T04:18:17.775Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-05-10T04:18:17.790Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T04:18:17.790Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T04:18:17.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T04:18:17.804Z] $ ssh-agent [2024-05-10T04:18:17.814Z] SSH_AUTH_SOCK=/tmp/ssh-UWiLeqKGlcrd/agent.12450 [2024-05-10T04:18:17.814Z] SSH_AGENT_PID=12452 [2024-05-10T04:18:17.821Z] Running ssh-add (command line suppressed) [2024-05-10T04:18:17.835Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_17350087061802081302.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_17350087061802081302.key) [2024-05-10T04:18:17.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T04:18:18.121Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ scout [2024-05-10T04:18:18.121Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-05-10T04:18:18.121Z] + shift [2024-05-10T04:18:18.121Z] + PACKAGES=scout [2024-05-10T04:18:18.121Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T04:18:18.121Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T04:18:18.121Z] + SCP=scp [2024-05-10T04:18:18.121Z] + for PACKAGE in $PACKAGES [2024-05-10T04:18:18.121Z] + pushd packages/org.eclipse.epp.package.scout.product/target/products [2024-05-10T04:18:18.121Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products ~/agent/workspace/epp_master [2024-05-10T04:18:18.121Z] ++ find eclipse-scout-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-scout-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-scout-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-scout-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-scout-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-scout-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-scout-2024-06-M3-win32.win32.x86_64.zip epp.package.scout -type f -maxdepth 0 [2024-05-10T04:18:18.121Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:18:18.121Z] ++ echo eclipse-scout-2024-06-M3-linux.gtk.aarch64.tar.gz [2024-05-10T04:18:18.121Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:18:18.121Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:18:18.121Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:18:18.121Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:18:18.121Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:18:18.121Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:18:18.121Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:18:18.121Z] + NEWNAME=eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:18:18.121Z] + mv eclipse-scout-2024-06-M3-linux.gtk.aarch64.tar.gz eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:18:18.121Z] + md5sum eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:18:19.047Z] + sha1sum eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:18:19.974Z] + sha512sum -b eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz [2024-05-10T04:18:21.860Z] + scp eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz.md5 eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz.sha1 eclipse-scout-2024-06-M3-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:18:31.799Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:18:31.799Z] ++ echo eclipse-scout-2024-06-M3-linux.gtk.x86_64.tar.gz [2024-05-10T04:18:31.799Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:18:31.799Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:18:31.799Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:18:31.799Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:18:31.799Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:18:31.799Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:18:31.799Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:18:31.799Z] + NEWNAME=eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:18:31.799Z] + mv eclipse-scout-2024-06-M3-linux.gtk.x86_64.tar.gz eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:18:31.799Z] + md5sum eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:18:31.799Z] + sha1sum eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:18:32.726Z] + sha512sum -b eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz [2024-05-10T04:18:34.088Z] + scp eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-scout-2024-06-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:18:44.026Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:18:44.026Z] ++ echo eclipse-scout-2024-06-M3-macosx.cocoa.aarch64.dmg [2024-05-10T04:18:44.026Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:18:44.026Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:18:44.026Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:18:44.026Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:18:44.026Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:18:44.026Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:18:44.026Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:18:44.026Z] + NEWNAME=eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:18:44.026Z] + mv eclipse-scout-2024-06-M3-macosx.cocoa.aarch64.dmg eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:18:44.026Z] + md5sum eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:18:44.026Z] + sha1sum eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:18:44.281Z] + sha512sum -b eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize [2024-05-10T04:18:46.166Z] + scp eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:18:56.100Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:18:56.100Z] ++ echo eclipse-scout-2024-06-M3-macosx.cocoa.aarch64.tar.gz [2024-05-10T04:18:56.100Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:18:56.100Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:18:56.100Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:18:56.100Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:18:56.100Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:18:56.100Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:18:56.100Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:18:56.100Z] + NEWNAME=eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:18:56.100Z] + mv eclipse-scout-2024-06-M3-macosx.cocoa.aarch64.tar.gz eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:18:56.100Z] + md5sum eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:18:56.100Z] + sha1sum eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:18:56.662Z] + sha512sum -b eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz [2024-05-10T04:18:58.549Z] + scp eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz.md5 eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-scout-2024-06-M3-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:19:08.490Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:19:08.490Z] ++ echo eclipse-scout-2024-06-M3-macosx.cocoa.x86_64.dmg [2024-05-10T04:19:08.490Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:19:08.490Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:19:08.490Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:19:08.490Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:19:08.490Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:19:08.490Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:19:08.490Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:19:08.490Z] + NEWNAME=eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:19:08.490Z] + mv eclipse-scout-2024-06-M3-macosx.cocoa.x86_64.dmg eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:19:08.490Z] + md5sum eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:19:08.490Z] + sha1sum eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:19:09.415Z] + sha512sum -b eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize [2024-05-10T04:19:11.303Z] + scp eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:19:19.384Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:19:19.384Z] ++ echo eclipse-scout-2024-06-M3-macosx.cocoa.x86_64.tar.gz [2024-05-10T04:19:19.384Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:19:19.384Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:19:19.384Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:19:19.384Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:19:19.384Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:19:19.384Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:19:19.384Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:19:19.384Z] + NEWNAME=eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:19:19.384Z] + mv eclipse-scout-2024-06-M3-macosx.cocoa.x86_64.tar.gz eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:19:19.384Z] + md5sum eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:19:20.310Z] + sha1sum eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:19:21.236Z] + sha512sum -b eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz [2024-05-10T04:19:23.123Z] + scp eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz.md5 eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-scout-2024-06-M3-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:19:33.061Z] + for NAME in $(find * -type f -maxdepth 0) [2024-05-10T04:19:33.061Z] ++ echo eclipse-scout-2024-06-M3-win32.win32.x86_64.zip [2024-05-10T04:19:33.061Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-05-10T04:19:33.061Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-05-10T04:19:33.061Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-05-10T04:19:33.061Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-05-10T04:19:33.061Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-05-10T04:19:33.061Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-05-10T04:19:33.061Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-05-10T04:19:33.061Z] + NEWNAME=eclipse-scout-2024-06-M3-win32-x86_64.zip [2024-05-10T04:19:33.061Z] + mv eclipse-scout-2024-06-M3-win32.win32.x86_64.zip eclipse-scout-2024-06-M3-win32-x86_64.zip [2024-05-10T04:19:33.061Z] + md5sum eclipse-scout-2024-06-M3-win32-x86_64.zip [2024-05-10T04:19:33.061Z] + sha1sum eclipse-scout-2024-06-M3-win32-x86_64.zip [2024-05-10T04:19:33.621Z] + sha512sum -b eclipse-scout-2024-06-M3-win32-x86_64.zip [2024-05-10T04:19:34.985Z] + scp eclipse-scout-2024-06-M3-win32-x86_64.zip eclipse-scout-2024-06-M3-win32-x86_64.zip.md5 eclipse-scout-2024-06-M3-win32-x86_64.zip.sha1 eclipse-scout-2024-06-M3-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-05-10T04:19:44.923Z] + popd [2024-05-10T04:19:44.923Z] ~/agent/workspace/epp_master [2024-05-10T04:19:44.924Z] + 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 [2024-05-10T04:19:44.924Z] + 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 [2024-05-10T04:19:44.924Z] + 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] } [2024-05-10T04:19:44.933Z] $ ssh-agent -k [2024-05-10T04:19:44.940Z] unset SSH_AUTH_SOCK; [2024-05-10T04:19:44.940Z] unset SSH_AGENT_PID; [2024-05-10T04:19:44.940Z] echo Agent pid 12452 killed; [2024-05-10T04:19:44.944Z] [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 [2024-05-10T04:19:45.039Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-05-10T04:19:45.039Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-10T04:19:45.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-10T04:19:45.054Z] $ ssh-agent [2024-05-10T04:19:45.063Z] SSH_AUTH_SOCK=/tmp/ssh-MIr4wHwVjNYW/agent.12641 [2024-05-10T04:19:45.063Z] SSH_AGENT_PID=12643 [2024-05-10T04:19:45.070Z] Running ssh-add (command line suppressed) [2024-05-10T04:19:45.084Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_808871507354640802.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_808871507354640802.key) [2024-05-10T04:19:45.091Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-10T04:19:45.365Z] + ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh [2024-05-10T04:19:45.365Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-05-10T04:19:45.365Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-05-10T04:19:45.365Z] + SCP=scp [2024-05-10T04:19:45.365Z] +++ dirname ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh [2024-05-10T04:19:45.365Z] ++ cd ./releng/org.eclipse.epp.config/tools [2024-05-10T04:19:45.365Z] ++ pwd [2024-05-10T04:19:45.365Z] + DIR=/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools [2024-05-10T04:19:45.365Z] + echo Create the epp.properties file [2024-05-10T04:19:45.365Z] Create the epp.properties file [2024-05-10T04:19:45.365Z] + mvn clean package -f /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools [2024-05-10T04:19:45.621Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-05-10T04:19:45.621Z] Maven home: /opt/tools/apache-maven/latest [2024-05-10T04:19:45.621Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-05-10T04:19:45.621Z] Default locale: en_US, platform encoding: UTF-8 [2024-05-10T04:19:45.621Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-05-10T04:19:47.505Z] [INFO] Scanning for projects... [2024-05-10T04:19:55.595Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) [2024-05-10T04:19:55.595Z] [INFO] Tycho Mode: project [2024-05-10T04:19:55.595Z] [INFO] Tycho Builder: maven [2024-05-10T04:19:55.595Z] [INFO] Build Threads: 1 [2024-05-10T04:20:00.849Z] [INFO] [2024-05-10T04:20:00.849Z] [INFO] --------------------< org.eclipse.epp:releng.tools >-------------------- [2024-05-10T04:20:00.849Z] [INFO] Building releng.tools 4.32.0-SNAPSHOT [2024-05-10T04:20:00.849Z] [INFO] from pom.xml [2024-05-10T04:20:00.849Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-05-10T04:20:00.849Z] [INFO] [2024-05-10T04:20:00.849Z] [INFO] --- clean:3.2.0:clean (default-clean) @ releng.tools --- [2024-05-10T04:20:00.849Z] [INFO] [2024-05-10T04:20:00.849Z] [INFO] --- properties:1.1.0:write-project-properties (default) @ releng.tools --- [2024-05-10T04:20:01.104Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:20:01.104Z] [INFO] BUILD SUCCESS [2024-05-10T04:20:01.104Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:20:01.104Z] [INFO] Total time: 14.065 s [2024-05-10T04:20:01.104Z] [INFO] Finished at: 2024-05-10T04:20:00Z [2024-05-10T04:20:01.104Z] [INFO] ------------------------------------------------------------------------ [2024-05-10T04:20:01.359Z] ++ get_property RELEASE_NAME [2024-05-10T04:20:01.359Z] ++ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-05-10T04:20:01.359Z] ++ cut -d= -f2 [2024-05-10T04:20:01.359Z] + RELEASE_NAME=2024-06 [2024-05-10T04:20:01.359Z] ++ get_property RELEASE_MILESTONE [2024-05-10T04:20:01.359Z] ++ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-05-10T04:20:01.359Z] ++ cut -d= -f2 [2024-05-10T04:20:01.359Z] + RELEASE_MILESTONE=M3 [2024-05-10T04:20:01.359Z] ++ get_property RELEASE_DIR [2024-05-10T04:20:01.359Z] ++ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-05-10T04:20:01.359Z] ++ cut -d= -f2 [2024-05-10T04:20:01.359Z] + RELEASE_DIR=202405231000 [2024-05-10T04:20:01.359Z] ++ get_property SIMREL_REPO [2024-05-10T04:20:01.359Z] ++ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-05-10T04:20:01.359Z] ++ cut -d= -f2 [2024-05-10T04:20:01.359Z] + SIMREL_REPO='https\://download.eclipse.org/staging/2024-06' [2024-05-10T04:20:01.359Z] + BUILDING=/home/data/httpd/download.eclipse.org/technology/epp/building [2024-05-10T04:20:01.359Z] + STAGING=/home/data/httpd/download.eclipse.org/technology/epp/staging [2024-05-10T04:20:01.359Z] + cat [2024-05-10T04:20:01.359Z] + scp -rp _email.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building [2024-05-10T04:20:01.921Z] ++ date [2024-05-10T04:20:01.921Z] + echo 'TIMESTAMP: Fri 10 May 2024 04:20:01 AM UTC' [2024-05-10T04:20:01.921Z] + echo 'CI URL: https://ci.eclipse.org/packaging/job/epp/job/master/42/' [2024-05-10T04:20:01.921Z] + scp -rp _ci-info.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building [2024-05-10T04:20:01.921Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous [2024-05-10T04:20:02.176Z] + ssh genie.packaging@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/technology/epp/staging [2024-05-10T04:20:02.432Z] + 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 [2024-05-10T04:20:02.687Z] + 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 [2024-05-10T04:20:02.942Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous [Pipeline] } [2024-05-10T04:20:03.509Z] $ ssh-agent -k [2024-05-10T04:20:03.517Z] unset SSH_AUTH_SOCK; [2024-05-10T04:20:03.517Z] unset SSH_AGENT_PID; [2024-05-10T04:20:03.517Z] echo Agent pid 12643 killed; [2024-05-10T04:20:03.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs [2024-05-10T04:20:03.578Z] [WS-CLEANUP] Deleting project workspace... [2024-05-10T04:20:03.578Z] [WS-CLEANUP] Deferred wipeout is used... [2024-05-10T04:20:03.607Z] [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