Started by timer Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from d8763b887a06df1b8e950ccd31fe8a003e1587b5 [Pipeline] Start of Pipeline [Pipeline] node Agent basic-l23tj is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718071146957" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_packaging_svc_cluster_local_packagingx" name: "basic-l23tj" 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-l23tj" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-l23tj" - 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-3206.vb_15dcf73f6a_9" 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-l23tj 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 d8763b887a06df1b8e950ccd31fe8a003e1587b5 (master) > git config remote.origin.url https://github.com/eclipse-packaging/packages.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d8763b887a06df1b8e950ccd31fe8a003e1587b5 # timeout=10 Commit message: "Update last reported +1" > git rev-list --no-walk d8763b887a06df1b8e950ccd31fe8a003e1587b5 # 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-06-11T01:59:18.797Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T01:59:18.797Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T01:59:18.828Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T01:59:18.834Z] $ ssh-agent [2024-06-11T01:59:18.846Z] SSH_AUTH_SOCK=/tmp/ssh-NjG7wmEW5Lj8/agent.115 [2024-06-11T01:59:18.846Z] SSH_AGENT_PID=117 [2024-06-11T01:59:18.858Z] Running ssh-add (command line suppressed) [2024-06-11T01:59:18.874Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_18242716782729975415.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_18242716782729975415.key) [2024-06-11T01:59:18.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T01:59:19.222Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/building/ [Pipeline] sh [2024-06-11T01:59:20.437Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/building//repository [Pipeline] } [2024-06-11T01:59:20.705Z] $ ssh-agent -k [2024-06-11T01:59:20.710Z] unset SSH_AUTH_SOCK; [2024-06-11T01:59:20.710Z] unset SSH_AGENT_PID; [2024-06-11T01:59:20.710Z] echo Agent pid 117 killed; [2024-06-11T01:59:20.714Z] [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-06-11T01:59:21.194Z] + 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-06-11T01:59:21.452Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T01:59:21.452Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T01:59:21.452Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T01:59:21.452Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T01:59:21.452Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T01:59:22.841Z] [INFO] Scanning for projects... [2024-06-11T01:59:32.805Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T01:59:32.805Z] [INFO] Tycho Mode: project [2024-06-11T01:59:32.805Z] [INFO] Tycho Builder: maven [2024-06-11T01:59:32.805Z] [INFO] Build Threads: 1 [2024-06-11T01:59:42.768Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T01:59:42.768Z] [INFO] Reactor Build Order: [2024-06-11T01:59:42.768Z] [INFO] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.common [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.common.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.cpp [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.cpp.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.cpp [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.dsl [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.dsl.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.dsl [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.embedcpp [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.embedcpp.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.embedcpp [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.java [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.java.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.java [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.jee [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.jee.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.jee [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.modeling [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.modeling.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.modeling [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.php [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.php.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.php [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.rcp [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.rcp.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.rcp [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.scout [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.scout.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.scout [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.committers [eclipse-plugin] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp.package.committers.feature [eclipse-feature] [2024-06-11T01:59:42.768Z] [INFO] epp.package.committers [eclipse-repository] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp-parent-aggregation [pom] [2024-06-11T01:59:42.768Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T01:59:42.768Z] [INFO] [2024-06-11T01:59:42.768Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >----------- [2024-06-11T01:59:42.768Z] [INFO] Building org.eclipse.epp.package.common 4.32.0-SNAPSHOT [1/34] [2024-06-11T01:59:42.768Z] [INFO] from packages/org.eclipse.epp.package.common/pom.xml [2024-06-11T01:59:42.769Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T01:59:44.140Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T01:59:44.140Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T01:59:44.140Z] [INFO] Transport mode: online [2024-06-11T01:59:44.140Z] [INFO] Http Transport type: Java11Client [2024-06-11T01:59:44.140Z] [INFO] Update mode: cache first [2024-06-11T01:59:44.140Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T01:59:44.140Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T01:59:44.397Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T01:59:46.922Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T01:59:46.922Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T01:59:47.183Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T01:59:52.439Z] [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-06-11T01:59:52.439Z] [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-06-11T01:59:52.440Z] [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-06-11T01:59:52.440Z] [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-06-11T01:59:52.440Z] [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-06-11T01:59:52.440Z] [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-06-11T01:59:52.698Z] [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-06-11T01:59:52.698Z] [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-06-11T01:59:54.598Z] [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-06-11T01:59:54.598Z] [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-06-11T01:59:58.780Z] [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-06-11T01:59:58.780Z] [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-06-11T02:00:01.304Z] [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-06-11T02:00:01.304Z] [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-06-11T02:00:01.304Z] [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-06-11T02:00:01.304Z] [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-06-11T02:00:01.304Z] [INFO] [2024-06-11T02:00:01.304Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:04.587Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:00:04.587Z] [INFO] [2024-06-11T02:00:04.587Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:04.587Z] [INFO] [2024-06-11T02:00:04.587Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:04.587Z] [INFO] [2024-06-11T02:00:04.587Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:04.587Z] [INFO] [2024-06-11T02:00:04.587Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:04.587Z] [INFO] Resolving class path of org.eclipse.epp.package.common [2024-06-11T02:00:05.517Z] [INFO] [2024-06-11T02:00:05.517Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:08.796Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:00:08.796Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:00:08.796Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/main/resources [2024-06-11T02:00:08.796Z] [INFO] [2024-06-11T02:00:08.796Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:09.054Z] [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-06-11T02:00:10.028Z] [INFO] [2024-06-11T02:00:10.028Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:10.028Z] [INFO] [2024-06-11T02:00:10.028Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:10.028Z] [INFO] [2024-06-11T02:00:10.028Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:10.028Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:00:10.028Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:00:10.028Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common/src/test/resources [2024-06-11T02:00:10.028Z] [INFO] [2024-06-11T02:00:10.028Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:10.028Z] [INFO] [2024-06-11T02:00:10.028Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:10.028Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:00:10.028Z] [INFO] [2024-06-11T02:00:10.028Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:10.591Z] [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-06-11T02:00:10.591Z] [INFO] [2024-06-11T02:00:10.591Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:10.591Z] [INFO] [2024-06-11T02:00:10.591Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:13.114Z] [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-06-11T02:00:17.292Z] [INFO] [2024-06-11T02:00:17.292Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common --- [2024-06-11T02:00:17.292Z] [INFO] [2024-06-11T02:00:17.292Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >------- [2024-06-11T02:00:17.292Z] [INFO] Building org.eclipse.epp.package.common.feature 4.32.0-SNAPSHOT [2/34] [2024-06-11T02:00:17.292Z] [INFO] from packages/org.eclipse.epp.package.common.feature/pom.xml [2024-06-11T02:00:17.292Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:00:17.292Z] [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-06-11T02:00:18.660Z] [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-06-11T02:00:18.660Z] [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-06-11T02:00:21.184Z] [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-06-11T02:00:21.184Z] [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-06-11T02:00:21.184Z] [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-06-11T02:00:21.184Z] [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-06-11T02:00:21.184Z] [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-06-11T02:00:21.185Z] [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-06-11T02:00:24.458Z] [INFO] [2024-06-11T02:00:24.458Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:24.458Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:00:24.458Z] [INFO] [2024-06-11T02:00:24.458Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:24.458Z] [INFO] [2024-06-11T02:00:24.458Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:24.458Z] [INFO] [2024-06-11T02:00:24.458Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:24.458Z] [INFO] [2024-06-11T02:00:24.458Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:24.458Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:00:24.458Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:00:24.458Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.common.feature/src/main/resources [2024-06-11T02:00:24.458Z] [INFO] [2024-06-11T02:00:24.458Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:39.316Z] [INFO] 379 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:00:39.316Z] [INFO] [2024-06-11T02:00:39.316Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:39.316Z] [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-06-11T02:00:39.316Z] [INFO] [2024-06-11T02:00:39.316Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:39.316Z] [INFO] [2024-06-11T02:00:39.316Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:39.316Z] [INFO] [2024-06-11T02:00:39.316Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:39.316Z] [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-06-11T02:00:41.210Z] [INFO] [2024-06-11T02:00:41.210Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common.feature --- [2024-06-11T02:00:41.210Z] [INFO] [2024-06-11T02:00:41.210Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.cpp >------------- [2024-06-11T02:00:41.210Z] [INFO] Building org.eclipse.epp.package.cpp 4.32.0-SNAPSHOT [3/34] [2024-06-11T02:00:41.210Z] [INFO] from packages/org.eclipse.epp.package.cpp/pom.xml [2024-06-11T02:00:41.210Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:00:41.774Z] [INFO] [2024-06-11T02:00:41.774Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:41.774Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:00:41.774Z] [INFO] [2024-06-11T02:00:41.774Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:41.774Z] [INFO] [2024-06-11T02:00:41.774Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:41.774Z] [INFO] [2024-06-11T02:00:41.774Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:41.774Z] [INFO] [2024-06-11T02:00:41.774Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:41.774Z] [INFO] Resolving class path of org.eclipse.epp.package.cpp [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:00:42.030Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:00:42.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/main/resources [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:00:42.030Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:00:42.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp/src/test/resources [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:00:42.030Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:00:42.030Z] [INFO] Copying 1 resource [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [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-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [INFO] [2024-06-11T02:00:42.030Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:42.030Z] [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-06-11T02:00:46.229Z] [INFO] [2024-06-11T02:00:46.229Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp --- [2024-06-11T02:00:46.229Z] [INFO] [2024-06-11T02:00:46.229Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.cpp.feature >--------- [2024-06-11T02:00:46.229Z] [INFO] Building org.eclipse.epp.package.cpp.feature 4.32.0-SNAPSHOT [4/34] [2024-06-11T02:00:46.229Z] [INFO] from packages/org.eclipse.epp.package.cpp.feature/pom.xml [2024-06-11T02:00:46.229Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:00:46.229Z] [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-06-11T02:00:47.158Z] [INFO] [2024-06-11T02:00:47.158Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:47.158Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:00:47.158Z] [INFO] [2024-06-11T02:00:47.158Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:47.158Z] [INFO] [2024-06-11T02:00:47.158Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:47.158Z] [INFO] [2024-06-11T02:00:47.158Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:47.158Z] [INFO] [2024-06-11T02:00:47.158Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:47.158Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:00:47.158Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:00:47.158Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.feature/src/main/resources [2024-06-11T02:00:47.158Z] [INFO] [2024-06-11T02:00:47.158Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:53.706Z] [INFO] 275 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:00:53.706Z] [INFO] [2024-06-11T02:00:53.706Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:53.706Z] [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-06-11T02:00:53.706Z] [INFO] [2024-06-11T02:00:53.706Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:53.706Z] [INFO] [2024-06-11T02:00:53.706Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:53.706Z] [INFO] [2024-06-11T02:00:53.706Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:53.706Z] [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-06-11T02:00:56.979Z] [INFO] [2024-06-11T02:00:56.979Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp.feature --- [2024-06-11T02:00:56.979Z] [INFO] [2024-06-11T02:00:56.979Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- [2024-06-11T02:00:56.979Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [5/34] [2024-06-11T02:00:56.979Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml [2024-06-11T02:00:56.979Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:00:56.979Z] [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-06-11T02:01:02.232Z] [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-06-11T02:01:02.232Z] [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-06-11T02:01:02.794Z] [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-06-11T02:01:02.795Z] [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-06-11T02:01:03.357Z] [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-06-11T02:01:03.357Z] [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-06-11T02:01:15.534Z] [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-06-11T02:01:15.535Z] [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-06-11T02:01:15.535Z] [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-06-11T02:01:15.535Z] [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-06-11T02:01:15.535Z] [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-06-11T02:01:15.535Z] [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-06-11T02:01:15.535Z] [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-06-11T02:01:15.536Z] [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-06-11T02:01:15.536Z] [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-06-11T02:01:15.536Z] [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-06-11T02:01:15.536Z] [INFO] [2024-06-11T02:01:15.536Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- [2024-06-11T02:01:16.903Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:01:16.903Z] [INFO] [2024-06-11T02:01:16.903Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- [2024-06-11T02:01:16.903Z] [INFO] [2024-06-11T02:01:16.903Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.cpp --- [2024-06-11T02:01:16.903Z] [INFO] [2024-06-11T02:01:16.903Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- [2024-06-11T02:01:16.903Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:01:16.903Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:01:16.903Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources [2024-06-11T02:01:16.903Z] [INFO] [2024-06-11T02:01:16.903Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:01:16.903Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:01:16.903Z] [INFO] [2024-06-11T02:01:16.903Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.cpp --- [2024-06-11T02:01:17.834Z] [INFO] [2024-06-11T02:01:17.834Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.cpp --- [2024-06-11T02:01:17.834Z] [INFO] [2024-06-11T02:01:17.834Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- [2024-06-11T02:01:17.834Z] [INFO] [2024-06-11T02:01:17.834Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.cpp --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.cpp --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.dsl >------------- [2024-06-11T02:03:09.286Z] [INFO] Building org.eclipse.epp.package.dsl 4.32.0-SNAPSHOT [6/34] [2024-06-11T02:03:09.286Z] [INFO] from packages/org.eclipse.epp.package.dsl/pom.xml [2024-06-11T02:03:09.286Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] Resolving class path of org.eclipse.epp.package.dsl [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:03:09.286Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:03:09.286Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/main/resources [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:03:09.286Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:03:09.286Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl/src/test/resources [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:03:09.286Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:03:09.286Z] [INFO] Copying 1 resource [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [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-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [INFO] [2024-06-11T02:03:09.286Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:09.286Z] [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-06-11T02:03:10.658Z] [INFO] [2024-06-11T02:03:10.658Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl --- [2024-06-11T02:03:10.658Z] [INFO] [2024-06-11T02:03:10.658Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.dsl.feature >--------- [2024-06-11T02:03:10.658Z] [INFO] Building org.eclipse.epp.package.dsl.feature 4.32.0-SNAPSHOT [7/34] [2024-06-11T02:03:10.658Z] [INFO] from packages/org.eclipse.epp.package.dsl.feature/pom.xml [2024-06-11T02:03:10.658Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:03:10.658Z] [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-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:03:11.222Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:03:11.222Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.feature/src/main/resources [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [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-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [INFO] [2024-06-11T02:03:11.222Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:11.222Z] [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-06-11T02:03:15.394Z] [INFO] [2024-06-11T02:03:15.394Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl.feature --- [2024-06-11T02:03:15.394Z] [INFO] [2024-06-11T02:03:15.394Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- [2024-06-11T02:03:15.394Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [8/34] [2024-06-11T02:03:15.394Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml [2024-06-11T02:03:15.394Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:03:15.394Z] [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-06-11T02:03:17.913Z] [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-06-11T02:03:17.913Z] [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-06-11T02:03:17.913Z] [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-06-11T02:03:17.914Z] [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-06-11T02:03:17.914Z] [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-06-11T02:03:17.914Z] [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-06-11T02:03:17.914Z] [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-06-11T02:03:17.914Z] [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-06-11T02:03:17.914Z] [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-06-11T02:03:17.914Z] [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-06-11T02:03:27.863Z] [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-06-11T02:03:27.863Z] [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-06-11T02:03:27.863Z] [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-06-11T02:03:27.863Z] [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-06-11T02:03:27.863Z] [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-06-11T02:03:27.863Z] [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-06-11T02:03:27.863Z] [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-06-11T02:03:27.864Z] [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-06-11T02:03:27.864Z] [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-06-11T02:03:27.864Z] [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-06-11T02:03:27.864Z] [INFO] [2024-06-11T02:03:27.864Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- [2024-06-11T02:03:27.864Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:03:27.864Z] [INFO] [2024-06-11T02:03:27.864Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- [2024-06-11T02:03:27.864Z] [INFO] [2024-06-11T02:03:27.864Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.dsl --- [2024-06-11T02:03:27.864Z] [INFO] [2024-06-11T02:03:27.864Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- [2024-06-11T02:03:27.864Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:03:27.864Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:03:27.864Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources [2024-06-11T02:03:27.864Z] [INFO] [2024-06-11T02:03:27.864Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:03:27.864Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:03:27.864Z] [INFO] [2024-06-11T02:03:27.864Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.dsl --- [2024-06-11T02:03:28.121Z] [INFO] [2024-06-11T02:03:28.121Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.dsl --- [2024-06-11T02:03:28.121Z] [INFO] [2024-06-11T02:03:28.121Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- [2024-06-11T02:03:28.121Z] [INFO] [2024-06-11T02:03:28.121Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.dsl --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.dsl --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.embedcpp >---------- [2024-06-11T02:05:04.514Z] [INFO] Building org.eclipse.epp.package.embedcpp 4.32.0-SNAPSHOT [9/34] [2024-06-11T02:05:04.514Z] [INFO] from packages/org.eclipse.epp.package.embedcpp/pom.xml [2024-06-11T02:05:04.514Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] Resolving class path of org.eclipse.epp.package.embedcpp [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:05:04.514Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:05:04.514Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/main/resources [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:05:04.514Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:05:04.514Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp/src/test/resources [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:05:04.514Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:05:04.514Z] [INFO] Copying 1 resource [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [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-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.514Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.514Z] [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-06-11T02:05:04.514Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp --- [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature >------ [2024-06-11T02:05:04.515Z] [INFO] Building org.eclipse.epp.package.embedcpp.feature 4.32.0-SNAPSHOT [10/34] [2024-06-11T02:05:04.515Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.feature/pom.xml [2024-06-11T02:05:04.515Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:05:04.515Z] [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-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:05:04.515Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:05:04.515Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.feature/src/main/resources [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] 275 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [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-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [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-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- [2024-06-11T02:05:04.515Z] [INFO] [2024-06-11T02:05:04.515Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- [2024-06-11T02:05:04.515Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [11/34] [2024-06-11T02:05:04.515Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml [2024-06-11T02:05:04.515Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:05:04.515Z] [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-06-11T02:05:07.038Z] [INFO] [2024-06-11T02:05:07.038Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- [2024-06-11T02:05:07.294Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:05:07.294Z] [INFO] [2024-06-11T02:05:07.294Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- [2024-06-11T02:05:07.294Z] [INFO] [2024-06-11T02:05:07.294Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.embedcpp --- [2024-06-11T02:05:07.294Z] [INFO] [2024-06-11T02:05:07.294Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- [2024-06-11T02:05:07.294Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:05:07.294Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:05:07.294Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources [2024-06-11T02:05:07.294Z] [INFO] [2024-06-11T02:05:07.294Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:05:07.294Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:05:07.294Z] [INFO] [2024-06-11T02:05:07.294Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.embedcpp --- [2024-06-11T02:05:07.856Z] [INFO] [2024-06-11T02:05:07.856Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.embedcpp --- [2024-06-11T02:05:07.856Z] [INFO] [2024-06-11T02:05:07.856Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- [2024-06-11T02:05:07.856Z] [INFO] [2024-06-11T02:05:07.856Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.embedcpp --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.java >------------ [2024-06-11T02:06:04.037Z] [INFO] Building org.eclipse.epp.package.java 4.32.0-SNAPSHOT [12/34] [2024-06-11T02:06:04.037Z] [INFO] from packages/org.eclipse.epp.package.java/pom.xml [2024-06-11T02:06:04.037Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] Resolving class path of org.eclipse.epp.package.java [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:04.037Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:04.037Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/main/resources [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:04.037Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:04.037Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java/src/test/resources [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.037Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.037Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:06:04.037Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.038Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:04.038Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:04.038Z] [INFO] Copying 1 resource [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.038Z] [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-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.038Z] [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-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java --- [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.java.feature >-------- [2024-06-11T02:06:04.038Z] [INFO] Building org.eclipse.epp.package.java.feature 4.32.0-SNAPSHOT [13/34] [2024-06-11T02:06:04.038Z] [INFO] from packages/org.eclipse.epp.package.java.feature/pom.xml [2024-06-11T02:06:04.038Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:06:04.038Z] [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-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:04.038Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:04.038Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.feature/src/main/resources [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [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-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [INFO] [2024-06-11T02:06:04.038Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.038Z] [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-06-11T02:06:04.294Z] [INFO] [2024-06-11T02:06:04.294Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java.feature --- [2024-06-11T02:06:04.294Z] [INFO] [2024-06-11T02:06:04.294Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ [2024-06-11T02:06:04.295Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [14/34] [2024-06-11T02:06:04.295Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml [2024-06-11T02:06:04.295Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:06:04.295Z] [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-06-11T02:06:08.464Z] [INFO] [2024-06-11T02:06:08.464Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- [2024-06-11T02:06:08.464Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:06:08.464Z] [INFO] [2024-06-11T02:06:08.464Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- [2024-06-11T02:06:08.464Z] [INFO] [2024-06-11T02:06:08.464Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.java --- [2024-06-11T02:06:08.464Z] [INFO] [2024-06-11T02:06:08.464Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- [2024-06-11T02:06:08.465Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:08.465Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:08.465Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources [2024-06-11T02:06:08.465Z] [INFO] [2024-06-11T02:06:08.465Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:06:08.465Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:06:08.465Z] [INFO] [2024-06-11T02:06:08.465Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.java --- [2024-06-11T02:06:08.465Z] [INFO] [2024-06-11T02:06:08.465Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.java --- [2024-06-11T02:06:08.465Z] [INFO] [2024-06-11T02:06:08.465Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.java --- [2024-06-11T02:06:08.465Z] [INFO] [2024-06-11T02:06:08.465Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.java --- [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.101Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.java --- [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.101Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.jee >------------- [2024-06-11T02:06:55.101Z] [INFO] Building org.eclipse.epp.package.jee 4.32.0-SNAPSHOT [15/34] [2024-06-11T02:06:55.101Z] [INFO] from packages/org.eclipse.epp.package.jee/pom.xml [2024-06-11T02:06:55.101Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.101Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.101Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.101Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.101Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.101Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.101Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.101Z] [INFO] Resolving class path of org.eclipse.epp.package.jee [2024-06-11T02:06:55.101Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:55.102Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/main/resources [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:55.102Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee/src/test/resources [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:55.102Z] [INFO] Copying 1 resource [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [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-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [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-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.jee.feature >--------- [2024-06-11T02:06:55.102Z] [INFO] Building org.eclipse.epp.package.jee.feature 4.32.0-SNAPSHOT [16/34] [2024-06-11T02:06:55.102Z] [INFO] from packages/org.eclipse.epp.package.jee.feature/pom.xml [2024-06-11T02:06:55.102Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:06:55.102Z] [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-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.102Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:06:55.102Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:06:55.102Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.feature/src/main/resources [2024-06-11T02:06:55.102Z] [INFO] [2024-06-11T02:06:55.102Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.358Z] [INFO] 138 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:06:55.358Z] [INFO] [2024-06-11T02:06:55.358Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.358Z] [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-06-11T02:06:55.358Z] [INFO] [2024-06-11T02:06:55.358Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.358Z] [INFO] [2024-06-11T02:06:55.358Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.358Z] [INFO] [2024-06-11T02:06:55.358Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:55.358Z] [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-06-11T02:06:59.528Z] [INFO] [2024-06-11T02:06:59.528Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee.feature --- [2024-06-11T02:06:59.528Z] [INFO] [2024-06-11T02:06:59.528Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- [2024-06-11T02:06:59.528Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [17/34] [2024-06-11T02:06:59.528Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml [2024-06-11T02:06:59.528Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:06:59.528Z] [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-06-11T02:07:09.485Z] [INFO] [2024-06-11T02:07:09.485Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- [2024-06-11T02:07:10.858Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:07:10.858Z] [INFO] [2024-06-11T02:07:10.858Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- [2024-06-11T02:07:10.858Z] [INFO] [2024-06-11T02:07:10.858Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.jee --- [2024-06-11T02:07:10.858Z] [INFO] [2024-06-11T02:07:10.858Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- [2024-06-11T02:07:10.858Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:07:10.858Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:07:10.858Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources [2024-06-11T02:07:10.858Z] [INFO] [2024-06-11T02:07:10.858Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:07:10.858Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:07:10.858Z] [INFO] [2024-06-11T02:07:10.858Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.jee --- [2024-06-11T02:07:11.420Z] [INFO] [2024-06-11T02:07:11.420Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.jee --- [2024-06-11T02:07:11.420Z] [INFO] [2024-06-11T02:07:11.420Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- [2024-06-11T02:07:11.420Z] [INFO] [2024-06-11T02:07:11.420Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.jee --- [2024-06-11T02:08:47.814Z] [INFO] [2024-06-11T02:08:47.814Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.jee --- [2024-06-11T02:08:47.814Z] [INFO] [2024-06-11T02:08:47.814Z] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.modeling >---------- [2024-06-11T02:08:47.814Z] [INFO] Building org.eclipse.epp.package.modeling 4.32.0-SNAPSHOT [18/34] [2024-06-11T02:08:47.814Z] [INFO] from packages/org.eclipse.epp.package.modeling/pom.xml [2024-06-11T02:08:47.814Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:08:48.072Z] [INFO] [2024-06-11T02:08:48.072Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.072Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:08:48.072Z] [INFO] [2024-06-11T02:08:48.072Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.072Z] [INFO] [2024-06-11T02:08:48.072Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.072Z] [INFO] [2024-06-11T02:08:48.072Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.072Z] [INFO] [2024-06-11T02:08:48.072Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.072Z] [INFO] Resolving class path of org.eclipse.epp.package.modeling [2024-06-11T02:08:48.331Z] [INFO] [2024-06-11T02:08:48.331Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.331Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:08:48.331Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:08:48.331Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/main/resources [2024-06-11T02:08:48.331Z] [INFO] [2024-06-11T02:08:48.331Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.331Z] [INFO] [2024-06-11T02:08:48.331Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.331Z] [INFO] [2024-06-11T02:08:48.331Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.331Z] [INFO] [2024-06-11T02:08:48.331Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.331Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:08:48.331Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:08:48.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling/src/test/resources [2024-06-11T02:08:48.332Z] [INFO] [2024-06-11T02:08:48.332Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.332Z] [INFO] [2024-06-11T02:08:48.332Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.332Z] [INFO] 118 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:08:48.332Z] [INFO] [2024-06-11T02:08:48.332Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.332Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:08:48.332Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:08:48.332Z] [INFO] Copying 1 resource [2024-06-11T02:08:48.332Z] [INFO] [2024-06-11T02:08:48.332Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.332Z] [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-06-11T02:08:48.332Z] [INFO] [2024-06-11T02:08:48.332Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.332Z] [INFO] [2024-06-11T02:08:48.332Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:48.332Z] [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-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling --- [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.modeling.feature >------ [2024-06-11T02:08:52.504Z] [INFO] Building org.eclipse.epp.package.modeling.feature 4.32.0-SNAPSHOT [19/34] [2024-06-11T02:08:52.504Z] [INFO] from packages/org.eclipse.epp.package.modeling.feature/pom.xml [2024-06-11T02:08:52.504Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:08:52.504Z] [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-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:08:52.504Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:08:52.504Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.feature/src/main/resources [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] 119 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [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-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [INFO] [2024-06-11T02:08:52.504Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:52.504Z] [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-06-11T02:08:55.773Z] [INFO] [2024-06-11T02:08:55.773Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling.feature --- [2024-06-11T02:08:55.773Z] [INFO] [2024-06-11T02:08:55.773Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- [2024-06-11T02:08:55.773Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [20/34] [2024-06-11T02:08:55.773Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml [2024-06-11T02:08:55.773Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:08:55.773Z] [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-06-11T02:09:05.728Z] [INFO] [2024-06-11T02:09:05.728Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- [2024-06-11T02:09:05.728Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:09:05.728Z] [INFO] [2024-06-11T02:09:05.728Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- [2024-06-11T02:09:05.728Z] [INFO] [2024-06-11T02:09:05.728Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.modeling --- [2024-06-11T02:09:05.728Z] [INFO] [2024-06-11T02:09:05.728Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- [2024-06-11T02:09:05.728Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:09:05.728Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:09:05.728Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources [2024-06-11T02:09:05.728Z] [INFO] [2024-06-11T02:09:05.728Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- [2024-06-11T02:09:05.728Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:09:05.985Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:09:05.985Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:09:05.985Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:09:05.985Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:09:05.985Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:09:05.985Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:09:05.985Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:09:06.242Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:09:06.242Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:09:06.242Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:09:06.242Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:09:06.500Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:09:06.500Z] [INFO] [2024-06-11T02:09:06.500Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.modeling --- [2024-06-11T02:09:06.757Z] [INFO] [2024-06-11T02:09:06.757Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.modeling --- [2024-06-11T02:09:06.757Z] [INFO] [2024-06-11T02:09:06.757Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- [2024-06-11T02:09:06.757Z] [INFO] [2024-06-11T02:09:06.757Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.modeling --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.modeling --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.php >------------- [2024-06-11T02:10:43.157Z] [INFO] Building org.eclipse.epp.package.php 4.32.0-SNAPSHOT [21/34] [2024-06-11T02:10:43.157Z] [INFO] from packages/org.eclipse.epp.package.php/pom.xml [2024-06-11T02:10:43.157Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] Resolving class path of org.eclipse.epp.package.php [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:10:43.157Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:10:43.157Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/main/resources [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:10:43.157Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:10:43.157Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php/src/test/resources [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.157Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:10:43.157Z] [INFO] [2024-06-11T02:10:43.157Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.158Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:10:43.158Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:10:43.158Z] [INFO] Copying 1 resource [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.158Z] [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-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.158Z] [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-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.php.feature >--------- [2024-06-11T02:10:43.158Z] [INFO] Building org.eclipse.epp.package.php.feature 4.32.0-SNAPSHOT [22/34] [2024-06-11T02:10:43.158Z] [INFO] from packages/org.eclipse.epp.package.php.feature/pom.xml [2024-06-11T02:10:43.158Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:10:43.158Z] [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-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:10:43.158Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:10:43.158Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.feature/src/main/resources [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [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-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [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-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php.feature --- [2024-06-11T02:10:43.158Z] [INFO] [2024-06-11T02:10:43.158Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- [2024-06-11T02:10:43.158Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [23/34] [2024-06-11T02:10:43.158Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml [2024-06-11T02:10:43.158Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:10:43.158Z] [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-06-11T02:10:44.087Z] [INFO] [2024-06-11T02:10:44.087Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- [2024-06-11T02:10:44.347Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:10:44.347Z] [INFO] [2024-06-11T02:10:44.347Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- [2024-06-11T02:10:44.347Z] [INFO] [2024-06-11T02:10:44.347Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.php --- [2024-06-11T02:10:44.347Z] [INFO] [2024-06-11T02:10:44.347Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- [2024-06-11T02:10:44.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:10:44.347Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:10:44.347Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources [2024-06-11T02:10:44.347Z] [INFO] [2024-06-11T02:10:44.347Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:10:44.347Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:10:44.347Z] [INFO] [2024-06-11T02:10:44.347Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.php --- [2024-06-11T02:10:44.604Z] [INFO] [2024-06-11T02:10:44.604Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.php --- [2024-06-11T02:10:44.604Z] [INFO] [2024-06-11T02:10:44.604Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.php --- [2024-06-11T02:10:44.604Z] [INFO] [2024-06-11T02:10:44.604Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.php --- [2024-06-11T02:11:40.782Z] [INFO] [2024-06-11T02:11:40.782Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.php --- [2024-06-11T02:11:40.782Z] [INFO] [2024-06-11T02:11:40.782Z] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.rcp >------------- [2024-06-11T02:11:40.782Z] [INFO] Building org.eclipse.epp.package.rcp 4.32.0-SNAPSHOT [24/34] [2024-06-11T02:11:40.782Z] [INFO] from packages/org.eclipse.epp.package.rcp/pom.xml [2024-06-11T02:11:40.782Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:11:41.038Z] [INFO] [2024-06-11T02:11:41.039Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.039Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:11:41.039Z] [INFO] [2024-06-11T02:11:41.039Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.039Z] [INFO] [2024-06-11T02:11:41.039Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.039Z] [INFO] [2024-06-11T02:11:41.039Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.039Z] [INFO] [2024-06-11T02:11:41.039Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.039Z] [INFO] Resolving class path of org.eclipse.epp.package.rcp [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:11:41.295Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:11:41.295Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/main/resources [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:11:41.295Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:11:41.295Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp/src/test/resources [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:11:41.295Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:11:41.295Z] [INFO] Copying 1 resource [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [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-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [INFO] [2024-06-11T02:11:41.295Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:41.295Z] [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-06-11T02:11:45.464Z] [INFO] [2024-06-11T02:11:45.464Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp --- [2024-06-11T02:11:45.464Z] [INFO] [2024-06-11T02:11:45.464Z] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.rcp.feature >--------- [2024-06-11T02:11:45.464Z] [INFO] Building org.eclipse.epp.package.rcp.feature 4.32.0-SNAPSHOT [25/34] [2024-06-11T02:11:45.464Z] [INFO] from packages/org.eclipse.epp.package.rcp.feature/pom.xml [2024-06-11T02:11:45.464Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:11:45.464Z] [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-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:11:46.393Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:11:46.393Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.feature/src/main/resources [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] 475 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [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-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [INFO] [2024-06-11T02:11:46.393Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:46.393Z] [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-06-11T02:11:49.661Z] [INFO] [2024-06-11T02:11:49.661Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp.feature --- [2024-06-11T02:11:49.661Z] [INFO] [2024-06-11T02:11:49.661Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- [2024-06-11T02:11:49.661Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [26/34] [2024-06-11T02:11:49.661Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml [2024-06-11T02:11:49.661Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:11:49.661Z] [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-06-11T02:11:54.910Z] [INFO] [2024-06-11T02:11:54.910Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- [2024-06-11T02:11:54.910Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:11:54.910Z] [INFO] [2024-06-11T02:11:54.910Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- [2024-06-11T02:11:54.910Z] [INFO] [2024-06-11T02:11:54.910Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.rcp --- [2024-06-11T02:11:54.910Z] [INFO] [2024-06-11T02:11:54.910Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- [2024-06-11T02:11:54.910Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:11:54.910Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:11:54.910Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources [2024-06-11T02:11:54.910Z] [INFO] [2024-06-11T02:11:54.910Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:11:54.910Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:11:54.910Z] [INFO] [2024-06-11T02:11:54.910Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.rcp --- [2024-06-11T02:11:55.166Z] [INFO] [2024-06-11T02:11:55.166Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.rcp --- [2024-06-11T02:11:55.166Z] [INFO] [2024-06-11T02:11:55.166Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- [2024-06-11T02:11:55.166Z] [INFO] [2024-06-11T02:11:55.166Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.rcp --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.rcp --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.scout >------------ [2024-06-11T02:12:51.340Z] [INFO] Building org.eclipse.epp.package.scout 4.32.0-SNAPSHOT [27/34] [2024-06-11T02:12:51.340Z] [INFO] from packages/org.eclipse.epp.package.scout/pom.xml [2024-06-11T02:12:51.340Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] Resolving class path of org.eclipse.epp.package.scout [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:12:51.340Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/main/resources [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:12:51.340Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout/src/test/resources [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] 116 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:12:51.340Z] [INFO] Copying 1 resource [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [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-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [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-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.scout.feature >-------- [2024-06-11T02:12:51.340Z] [INFO] Building org.eclipse.epp.package.scout.feature 4.32.0-SNAPSHOT [28/34] [2024-06-11T02:12:51.340Z] [INFO] from packages/org.eclipse.epp.package.scout.feature/pom.xml [2024-06-11T02:12:51.340Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:12:51.340Z] [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-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.340Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.340Z] [INFO] [2024-06-11T02:12:51.340Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:12:51.340Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:12:51.340Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.feature/src/main/resources [2024-06-11T02:12:51.341Z] [INFO] [2024-06-11T02:12:51.341Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.341Z] [INFO] 117 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:12:51.341Z] [INFO] [2024-06-11T02:12:51.341Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.341Z] [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-06-11T02:12:51.341Z] [INFO] [2024-06-11T02:12:51.341Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.341Z] [INFO] [2024-06-11T02:12:51.341Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.341Z] [INFO] [2024-06-11T02:12:51.341Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:51.341Z] [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-06-11T02:12:54.610Z] [INFO] [2024-06-11T02:12:54.610Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout.feature --- [2024-06-11T02:12:54.610Z] [INFO] [2024-06-11T02:12:54.610Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ [2024-06-11T02:12:54.610Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [29/34] [2024-06-11T02:12:54.610Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml [2024-06-11T02:12:54.610Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:12:54.610Z] [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-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:12:58.778Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:12:58.778Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:12:58.778Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- [2024-06-11T02:12:58.778Z] [INFO] [2024-06-11T02:12:58.778Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.scout --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.scout --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp.package.committers >--------- [2024-06-11T02:13:45.403Z] [INFO] Building org.eclipse.epp.package.committers 4.32.0-SNAPSHOT [30/34] [2024-06-11T02:13:45.403Z] [INFO] from packages/org.eclipse.epp.package.committers/pom.xml [2024-06-11T02:13:45.403Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-compiler:4.0.8:validate-classpath (default-validate-classpath) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] Resolving class path of org.eclipse.epp.package.committers [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:13:45.403Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:13:45.403Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/main/resources [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-compiler:4.0.8:compile (default-compile) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-bnd:4.0.8:process (default-process) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-ds:4.0.8:declarative-services (default-declarative-services) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:13:45.403Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:13:45.403Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers/src/test/resources [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-compiler:4.0.8:testCompile (default-testCompile) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] 184 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:13:45.403Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:13:45.403Z] [INFO] Copying 1 resource [2024-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-packaging:4.0.8:package-plugin (default-package-plugin) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.403Z] [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-06-11T02:13:45.403Z] [INFO] [2024-06-11T02:13:45.403Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.404Z] [INFO] [2024-06-11T02:13:45.404Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:45.404Z] [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-06-11T02:13:48.670Z] [INFO] [2024-06-11T02:13:48.670Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers --- [2024-06-11T02:13:48.670Z] [INFO] [2024-06-11T02:13:48.670Z] [INFO] -----< org.eclipse.epp:org.eclipse.epp.package.committers.feature >----- [2024-06-11T02:13:48.670Z] [INFO] Building org.eclipse.epp.package.committers.feature 4.32.0-SNAPSHOT [31/34] [2024-06-11T02:13:48.670Z] [INFO] from packages/org.eclipse.epp.package.committers.feature/pom.xml [2024-06-11T02:13:48.670Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-06-11T02:13:48.670Z] [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-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] The project's OSGi version is 4.32.0.20240606-0749 [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- tycho-packaging:4.0.8:validate-id (default-validate-id) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- tycho-packaging:4.0.8:validate-version (default-validate-version) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:13:48.926Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:13:48.926Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.feature/src/main/resources [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- tycho-packaging:4.0.8:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] 185 system scoped dependencies were not mapped to maven artifacts [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- tycho-packaging:4.0.8:package-feature (default-package-feature) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [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-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- tycho-p2:4.0.8:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- tycho-p2:4.0.8:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [INFO] [2024-06-11T02:13:48.926Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:48.926Z] [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-06-11T02:13:52.195Z] [INFO] [2024-06-11T02:13:52.195Z] [INFO] --- tycho-p2:4.0.8:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers.feature --- [2024-06-11T02:13:52.195Z] [INFO] [2024-06-11T02:13:52.195Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- [2024-06-11T02:13:52.195Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [32/34] [2024-06-11T02:13:52.195Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml [2024-06-11T02:13:52.195Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:13:52.195Z] [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-06-11T02:13:56.359Z] [INFO] [2024-06-11T02:13:56.359Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- [2024-06-11T02:13:56.359Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:13:56.359Z] [INFO] [2024-06-11T02:13:56.359Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- [2024-06-11T02:13:56.359Z] [INFO] [2024-06-11T02:13:56.359Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.committers --- [2024-06-11T02:13:56.359Z] [INFO] [2024-06-11T02:13:56.359Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- [2024-06-11T02:13:56.359Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:13:56.360Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:13:56.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources [2024-06-11T02:13:56.360Z] [INFO] [2024-06-11T02:13:56.360Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:13:56.360Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:13:56.360Z] [INFO] [2024-06-11T02:13:56.360Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.committers --- [2024-06-11T02:13:56.616Z] [INFO] [2024-06-11T02:13:56.616Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.committers --- [2024-06-11T02:13:56.616Z] [INFO] [2024-06-11T02:13:56.616Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- [2024-06-11T02:13:56.616Z] [INFO] [2024-06-11T02:13:56.616Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.committers --- [2024-06-11T02:14:52.791Z] [INFO] [2024-06-11T02:14:52.791Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.committers --- [2024-06-11T02:14:52.791Z] [INFO] [2024-06-11T02:14:52.791Z] [INFO] ---------< org.eclipse.epp:org.eclipse.epp-parent-aggregation >--------- [2024-06-11T02:14:52.791Z] [INFO] Building org.eclipse.epp-parent-aggregation 4.32.0-SNAPSHOT [33/34] [2024-06-11T02:14:52.791Z] [INFO] from releng/org.eclipse.epp.config/aggregation/pom.xml [2024-06-11T02:14:52.791Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T02:14:52.791Z] [INFO] [2024-06-11T02:14:52.791Z] [INFO] --- tycho-eclipse:4.0.8:eclipse-run (build-repo) @ org.eclipse.epp-parent-aggregation --- [2024-06-11T02:14:52.791Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest [2024-06-11T02:14:55.308Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest] [2024-06-11T02:14:55.308Z] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/eclipserun-work/data/.metadata/.log [2024-06-11T02:14:55.308Z] [INFO] Command line: [2024-06-11T02:14:55.309Z] [/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.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.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-06-11T02:14:57.231Z] Loading all repositories [2024-06-11T02:14:57.531Z] SLF4J(W): No SLF4J providers were found. [2024-06-11T02:14:57.531Z] SLF4J(W): Defaulting to no-operation (NOP) logger implementation [2024-06-11T02:14:57.531Z] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [2024-06-11T02:15:04.229Z] Starting generation of composite repository [2024-06-11T02:15:04.229Z] 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-06-11T02:15:04.229Z] Done. Took 0 seconds [2024-06-11T02:15:04.229Z] Starting generation of verification feature for validationSet: Main [2024-06-11T02:15:04.229Z] Done. Took 0 seconds [2024-06-11T02:15:04.229Z] Starting planner verification for validationSet: Main [2024-06-11T02:15:04.229Z] Verifying config linux,gtk,aarch64... [2024-06-11T02:15:04.229Z] Verifying config linux,gtk,x86_64... [2024-06-11T02:15:04.229Z] Verifying config macosx,cocoa,aarch64... [2024-06-11T02:15:04.229Z] Verifying config macosx,cocoa,x86_64... [2024-06-11T02:15:04.230Z] Verifying config win32,win32,x86_64... [2024-06-11T02:15:31.041Z] Verified config linux,gtk,aarch64... [2024-06-11T02:15:31.041Z] Verified config linux,gtk,x86_64... [2024-06-11T02:15:31.041Z] Verified config macosx,cocoa,aarch64... [2024-06-11T02:15:31.041Z] Verified config macosx,cocoa,x86_64... [2024-06-11T02:15:31.041Z] Verified config win32,win32,x86_64... [2024-06-11T02:15:31.041Z] Verification successful [2024-06-11T02:15:31.041Z] Done. Took 25 seconds [2024-06-11T02:15:31.041Z] Starting mirroring of meta-data for validationSet: Main [2024-06-11T02:15:31.041Z] Mirroring meta-data consisting of 353 units from file:///home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation//../../../releng/org.eclipse.epp.config/aggregation/all-repos [2024-06-11T02:15:31.041Z] Done. Took 0 seconds [2024-06-11T02:15:31.041Z] Starting generation of categories [2024-06-11T02:15:31.041Z] Done. Took 0 seconds [2024-06-11T02:15:31.041Z] Starting artifacts mirroring [2024-06-11T02:15:31.041Z] 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-06-11T02:15:31.041Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.041Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.jee,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240606-0749 [2024-06-11T02:15:31.041Z] - mirroring artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirroring artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirroring artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.committers,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.java.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.embedcpp.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.cpp.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.rcp,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.modeling.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.042Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.jee,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.php,4.32.0.20240606-0749 [2024-06-11T02:15:31.042Z] - mirrored artifact binary,epp.package.php.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.scout.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.committers.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.java.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.rcp.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.java.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.scout,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.common,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.modeling,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.cpp,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.embedcpp,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.dsl.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.jee.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.cpp.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.committers.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.rcp.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.modeling.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.php.executable.cocoa.macosx.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.php.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.jee.executable.gtk.linux.aarch64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.dsl.executable.win32.win32.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.scout.executable.gtk.linux.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.dsl,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.32.0.20240606-1231 [2024-06-11T02:15:31.043Z] - mirrored artifact org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] - mirrored artifact osgi.bundle,org.eclipse.epp.package.java,4.32.0.20240606-0749 [2024-06-11T02:15:31.043Z] Saving: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate [2024-06-11T02:15:31.043Z] XZ compressing: file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final/aggregate [2024-06-11T02:15:31.969Z] Done. Took 2 seconds [2024-06-11T02:15:31.969Z] Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final [2024-06-11T02:15:31.969Z] Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/aggregation/target/repository/final [2024-06-11T02:15:32.896Z] [INFO] [2024-06-11T02:15:32.896Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T02:15:32.896Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [34/34] [2024-06-11T02:15:32.896Z] [INFO] from pom.xml [2024-06-11T02:15:32.896Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T02:15:32.896Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:15:32.896Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T02:15:32.896Z] [INFO] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.common ..................... SUCCESS [ 33.941 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [ 24.685 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.cpp ........................ SUCCESS [ 4.192 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.cpp.feature ................ SUCCESS [ 10.895 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.cpp .................................... SUCCESS [02:09 min] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.dsl ........................ SUCCESS [ 4.406 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.dsl.feature ................ SUCCESS [ 3.925 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.dsl .................................... SUCCESS [01:37 min] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.embedcpp ................... SUCCESS [ 4.593 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.embedcpp.feature ........... SUCCESS [ 3.852 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.embedcpp ............................... SUCCESS [ 55.365 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.java ....................... SUCCESS [ 4.236 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.java.feature ............... SUCCESS [ 3.913 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.java ................................... SUCCESS [ 44.965 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.jee ........................ SUCCESS [ 4.293 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.jee.feature ................ SUCCESS [ 5.210 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.jee .................................... SUCCESS [01:48 min] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.modeling ................... SUCCESS [ 4.435 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.modeling.feature ........... SUCCESS [ 3.742 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.modeling ............................... SUCCESS [01:36 min] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.php ........................ SUCCESS [ 4.231 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.php.feature ................ SUCCESS [ 3.864 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.php .................................... SUCCESS [01:00 min] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.rcp ........................ SUCCESS [ 4.339 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.rcp.feature ................ SUCCESS [ 4.764 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.rcp .................................... SUCCESS [ 56.576 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.scout ...................... SUCCESS [ 4.204 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.scout.feature .............. SUCCESS [ 3.953 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.scout .................................. SUCCESS [ 49.104 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.committers ................. SUCCESS [ 4.674 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp.package.committers.feature ......... SUCCESS [ 4.004 s] [2024-06-11T02:15:32.896Z] [INFO] epp.package.committers ............................. SUCCESS [01:00 min] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp-parent-aggregation ................. SUCCESS [ 40.146 s] [2024-06-11T02:15:32.896Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.001 s] [2024-06-11T02:15:32.896Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:15:32.896Z] [INFO] BUILD SUCCESS [2024-06-11T02:15:32.896Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:15:32.896Z] [INFO] Total time: 16:10 min [2024-06-11T02:15:32.896Z] [INFO] Finished at: 2024-06-11T02:15:32Z [2024-06-11T02:15:32.896Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T02:15:33.477Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T02:15:33.477Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T02:15:33.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T02:15:33.497Z] $ ssh-agent [2024-06-11T02:15:33.504Z] SSH_AUTH_SOCK=/tmp/ssh-LBW2dzoKL34q/agent.1539 [2024-06-11T02:15:33.504Z] SSH_AGENT_PID=1541 [2024-06-11T02:15:33.510Z] Running ssh-add (command line suppressed) [2024-06-11T02:15:33.526Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_5665594460194278490.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_5665594460194278490.key) [2024-06-11T02:15:33.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T02:15:33.845Z] + 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-06-11T02:15:33.845Z] 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-06-11T02:15:33.845Z] OpenSSH_7.9p1 Debian-10+deb10u4, OpenSSL 1.1.1n 15 Mar 2022 [2024-06-11T02:15:33.845Z] debug1: Reading configuration data /etc/ssh/ssh_config [2024-06-11T02:15:33.845Z] debug1: /etc/ssh/ssh_config line 19: Applying options for * [2024-06-11T02:15:33.845Z] debug1: Connecting to projects-storage.eclipse.org [172.25.25.150] port 22. [2024-06-11T02:15:33.845Z] debug1: Connection established. [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_rsa type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_rsa-cert type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_dsa type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_dsa-cert type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_ecdsa-cert type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_ed25519 type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_ed25519-cert type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_xmss type -1 [2024-06-11T02:15:33.845Z] debug1: identity file /home/jenkins/.ssh/id_xmss-cert type -1 [2024-06-11T02:15:33.845Z] debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u4 [2024-06-11T02:15:33.845Z] debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3ubuntu0.7 [2024-06-11T02:15:33.845Z] debug1: match: OpenSSH_8.9p1 Ubuntu-3ubuntu0.7 pat OpenSSH* compat 0x04000000 [2024-06-11T02:15:33.845Z] debug1: Authenticating to projects-storage.eclipse.org:22 as 'genie.packaging' [2024-06-11T02:15:33.845Z] debug1: SSH2_MSG_KEXINIT sent [2024-06-11T02:15:33.845Z] debug1: SSH2_MSG_KEXINIT received [2024-06-11T02:15:33.845Z] debug1: kex: algorithm: curve25519-sha256 [2024-06-11T02:15:33.846Z] debug1: kex: host key algorithm: ecdsa-sha2-nistp256 [2024-06-11T02:15:33.846Z] debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: compression: none [2024-06-11T02:15:33.846Z] debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: compression: none [2024-06-11T02:15:33.846Z] debug1: expecting SSH2_MSG_KEX_ECDH_REPLY [2024-06-11T02:15:33.846Z] debug1: Server host key: ecdsa-sha2-nistp256 SHA256:CkY4klkLCBGlAzScHQgPcKKA8hyzEfrUl9BZAWMdYlc [2024-06-11T02:15:33.846Z] debug1: Host 'projects-storage.eclipse.org' is known and matches the ECDSA host key. [2024-06-11T02:15:33.846Z] debug1: Found key in /home/jenkins/.ssh/known_hosts:2 [2024-06-11T02:15:33.846Z] debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 [2024-06-11T02:15:33.846Z] debug1: rekey after 134217728 blocks [2024-06-11T02:15:33.846Z] debug1: SSH2_MSG_NEWKEYS sent [2024-06-11T02:15:33.846Z] debug1: expecting SSH2_MSG_NEWKEYS [2024-06-11T02:15:33.846Z] debug1: ssh_packet_read_poll2: resetting read seqnr 3 [2024-06-11T02:15:33.846Z] debug1: SSH2_MSG_NEWKEYS received [2024-06-11T02:15:33.846Z] debug1: rekey after 134217728 blocks [2024-06-11T02:15:33.846Z] debug1: Will attempt key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_5665594460194278490.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent [2024-06-11T02:15:33.846Z] debug1: Will attempt key: /home/jenkins/.ssh/id_rsa [2024-06-11T02:15:33.846Z] debug1: Will attempt key: /home/jenkins/.ssh/id_dsa [2024-06-11T02:15:33.846Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ecdsa [2024-06-11T02:15:33.846Z] debug1: Will attempt key: /home/jenkins/.ssh/id_ed25519 [2024-06-11T02:15:33.846Z] debug1: Will attempt key: /home/jenkins/.ssh/id_xmss [2024-06-11T02:15:33.846Z] debug1: SSH2_MSG_EXT_INFO received [2024-06-11T02:15:33.846Z] debug1: kex_input_ext_info: server-sig-algs= [2024-06-11T02:15:33.846Z] debug1: kex_input_ext_info: publickey-hostbound@openssh.com (unrecognised) [2024-06-11T02:15:33.846Z] debug1: SSH2_MSG_SERVICE_ACCEPT received [2024-06-11T02:15:33.846Z] debug1: Authentications that can continue: publickey,password [2024-06-11T02:15:33.846Z] debug1: Next authentication method: publickey [2024-06-11T02:15:33.846Z] debug1: Offering public key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_5665594460194278490.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent [2024-06-11T02:15:33.846Z] debug1: Server accepts key: /home/jenkins/agent/workspace/epp_master@tmp/private_key_5665594460194278490.key RSA SHA256:N6h/ODzixtlGzVLwhWrnjh4DbQrxloNGRXg9wG1R9Q0 agent [2024-06-11T02:15:33.846Z] debug1: Authentication succeeded (publickey). [2024-06-11T02:15:33.846Z] Authenticated to projects-storage.eclipse.org ([172.25.25.150]:22). [2024-06-11T02:15:33.846Z] debug1: channel 0: new [client-session] [2024-06-11T02:15:33.846Z] debug1: Requesting no-more-sessions@openssh.com [2024-06-11T02:15:33.846Z] debug1: Entering interactive session. [2024-06-11T02:15:33.846Z] debug1: pledge: network [2024-06-11T02:15:34.102Z] debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 [2024-06-11T02:15:34.102Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding [2024-06-11T02:15:34.102Z] debug1: Remote: /opt/public/hipp/homes/genie.packaging/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding [2024-06-11T02:15:34.102Z] debug1: Sending environment. [2024-06-11T02:15:34.102Z] debug1: Sending env LANG = en_US.UTF-8 [2024-06-11T02:15:34.102Z] debug1: Sending env LC_ALL = en_US.UTF-8 [2024-06-11T02:15:34.102Z] debug1: Sending command: scp -v -r -p -d -t /home/data/httpd/download.eclipse.org/technology/epp/building//repository/ [2024-06-11T02:15:34.102Z] File mtime 1718072130 atime 1718072131 [2024-06-11T02:15:34.102Z] Sending file timestamps: T1718072130 0 1718072131 0 [2024-06-11T02:15:34.102Z] Sink: T1718072130 0 1718072131 0 [2024-06-11T02:15:34.102Z] Sending file modes: C0644 11422 artifacts.jar [2024-06-11T02:15:34.102Z] Sink: C0644 11422 artifacts.jar [2024-06-11T02:15:34.102Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.102Z] File mtime 1718072131 atime 1718072131 [2024-06-11T02:15:34.102Z] Sending file timestamps: T1718072131 0 1718072131 0 [2024-06-11T02:15:34.102Z] Sink: T1718072131 0 1718072131 0 [2024-06-11T02:15:34.102Z] Sending file modes: C0644 9588 artifacts.xml.xz [2024-06-11T02:15:34.102Z] Sink: C0644 9588 artifacts.xml.xz [2024-06-11T02:15:34.102Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.102Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.102Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.102Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.102Z] Entering directory: D2755 0 binary [2024-06-11T02:15:34.102Z] Sink: D2755 0 binary [2024-06-11T02:15:34.358Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.358Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.358Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.358Z] Sending file modes: C0644 213849 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.358Z] Sink: C0644 213849 epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.358Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.358Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.358Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.358Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.358Z] Sending file modes: C0644 46749 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.358Z] Sink: C0644 46749 epp.package.java.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.358Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.358Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.358Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.358Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.358Z] Sending file modes: C0644 214031 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.358Z] Sink: C0644 214031 epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.615Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.615Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.615Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.615Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.615Z] Sending file modes: C0644 213848 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.615Z] Sink: C0644 213848 epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.615Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.615Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.615Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.615Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.615Z] Sending file modes: C0644 46854 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.615Z] Sink: C0644 46854 epp.package.java.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.615Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.615Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.615Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.615Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.615Z] Sending file modes: C0644 213852 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.615Z] Sink: C0644 213852 epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.615Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.615Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.615Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.615Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 46749 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 46749 epp.package.cpp.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 285301 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 285301 epp.package.cpp.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 46854 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 46854 epp.package.jee.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 214027 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 214027 epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 46749 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 46749 epp.package.committers.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 213851 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 213851 epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 46854 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 46854 epp.package.rcp.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 213854 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 213854 epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 46749 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 46749 epp.package.dsl.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 285301 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 285301 epp.package.modeling.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 214027 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 214027 epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 46749 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 46749 epp.package.scout.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 285301 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 285301 epp.package.php.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 213850 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 213850 epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 46854 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 46854 epp.package.embedcpp.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 285301 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 285301 epp.package.scout.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.616Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.616Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.616Z] Sending file modes: C0644 214032 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] Sink: C0644 214032 epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.616Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.872Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.872Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sending file modes: C0644 214027 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] Sink: C0644 214027 epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.872Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.872Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sending file modes: C0644 213850 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] Sink: C0644 213850 epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.872Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.872Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sending file modes: C0644 46854 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] Sink: C0644 46854 epp.package.committers.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.872Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.872Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sending file modes: C0644 213848 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] Sink: C0644 213848 epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.872Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.872Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sending file modes: C0644 285301 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] Sink: C0644 285301 epp.package.rcp.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.872Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.872Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sending file modes: C0644 214027 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] Sink: C0644 214027 epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.872Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.872Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.872Z] Sending file modes: C0644 285301 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] Sink: C0644 285301 epp.package.java.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.872Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 213848 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 213848 epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 285301 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 285301 epp.package.embedcpp.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 214029 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 214029 epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 46854 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 46854 epp.package.dsl.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 46749 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 46749 epp.package.php.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 214027 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 214027 epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 285301 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 285301 epp.package.jee.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 46854 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 46854 epp.package.cpp.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 285301 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 285301 epp.package.committers.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 46749 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 46749 epp.package.embedcpp.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:34.873Z] Sending file modes: C0644 46854 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] Sink: C0644 46854 epp.package.modeling.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:34.873Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:34.873Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:34.873Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 46749 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 46749 epp.package.rcp.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 213849 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 213849 epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 46749 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 46749 epp.package.modeling.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 46854 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 46854 epp.package.php.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 46749 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 46749 epp.package.jee.executable.gtk.linux.aarch64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 285301 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 285301 epp.package.dsl.executable.win32.win32.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 214029 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 214029 epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 46854 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 46854 epp.package.scout.executable.gtk.linux.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.129Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.129Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.129Z] Sending file modes: C0644 214027 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.129Z] Sink: C0644 214027 epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240606-1231 [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] Sink: E [2024-06-11T02:15:35.130Z] File mtime 1718072129 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072129 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072129 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 96265 content.jar [2024-06-11T02:15:35.130Z] Sink: C0644 96265 content.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072131 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072131 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072131 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 22176 content.xml.xz [2024-06-11T02:15:35.130Z] Sink: C0644 22176 content.xml.xz [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Entering directory: D2755 0 features [2024-06-11T02:15:35.130Z] Sink: D2755 0 features [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23230 org.eclipse.epp.package.php.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23230 org.eclipse.epp.package.php.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23286 org.eclipse.epp.package.scout.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23286 org.eclipse.epp.package.scout.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23231 org.eclipse.epp.package.dsl.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23231 org.eclipse.epp.package.dsl.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23274 org.eclipse.epp.package.committers.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23274 org.eclipse.epp.package.committers.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23378 org.eclipse.epp.package.common.feature_4.32.0.20240606-1231.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23378 org.eclipse.epp.package.common.feature_4.32.0.20240606-1231.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23253 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23253 org.eclipse.epp.package.embedcpp.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23403 org.eclipse.epp.package.rcp.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23403 org.eclipse.epp.package.rcp.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23258 org.eclipse.epp.package.modeling.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23258 org.eclipse.epp.package.modeling.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23771 org.eclipse.epp.package.jee.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23771 org.eclipse.epp.package.jee.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23477 org.eclipse.epp.package.cpp.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23477 org.eclipse.epp.package.cpp.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 23216 org.eclipse.epp.package.java.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 23216 org.eclipse.epp.package.java.feature_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] Sink: E [2024-06-11T02:15:35.130Z] File mtime 1718072131 atime 1718072131 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072131 0 1718072131 0 [2024-06-11T02:15:35.130Z] Sink: T1718072131 0 1718072131 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 365 p2.index [2024-06-11T02:15:35.130Z] Sink: C0644 365 p2.index [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Entering directory: D2755 0 plugins [2024-06-11T02:15:35.130Z] Sink: D2755 0 plugins [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 289836 org.eclipse.epp.package.committers_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 289836 org.eclipse.epp.package.committers_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 282277 org.eclipse.epp.package.rcp_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 282277 org.eclipse.epp.package.rcp_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 302956 org.eclipse.epp.package.jee_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 302956 org.eclipse.epp.package.jee_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.130Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.130Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.130Z] Sending file modes: C0644 283251 org.eclipse.epp.package.php_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.130Z] Sink: C0644 283251 org.eclipse.epp.package.php_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.386Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.386Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.386Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.386Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.386Z] Sending file modes: C0644 286631 org.eclipse.epp.package.scout_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.386Z] Sink: C0644 286631 org.eclipse.epp.package.scout_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.386Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.386Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.386Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.386Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.386Z] Sending file modes: C0644 265282 org.eclipse.epp.package.common_4.32.0.20240606-1231.jar [2024-06-11T02:15:35.386Z] Sink: C0644 265282 org.eclipse.epp.package.common_4.32.0.20240606-1231.jar [2024-06-11T02:15:35.386Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.386Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.386Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.386Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.386Z] Sending file modes: C0644 281814 org.eclipse.epp.package.modeling_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.386Z] Sink: C0644 281814 org.eclipse.epp.package.modeling_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.386Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.386Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.386Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.386Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.387Z] Sending file modes: C0644 282139 org.eclipse.epp.package.cpp_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] Sink: C0644 282139 org.eclipse.epp.package.cpp_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.387Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.387Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.387Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.387Z] Sending file modes: C0644 283083 org.eclipse.epp.package.embedcpp_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] Sink: C0644 283083 org.eclipse.epp.package.embedcpp_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.387Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.387Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.387Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.387Z] Sending file modes: C0644 282201 org.eclipse.epp.package.dsl_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] Sink: C0644 282201 org.eclipse.epp.package.dsl_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.387Z] File mtime 1718072130 atime 1718072130 [2024-06-11T02:15:35.387Z] Sending file timestamps: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.387Z] Sink: T1718072130 0 1718072130 0 [2024-06-11T02:15:35.387Z] Sending file modes: C0644 282123 org.eclipse.epp.package.java_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] Sink: C0644 282123 org.eclipse.epp.package.java_4.32.0.20240606-0749.jar [2024-06-11T02:15:35.387Z] scp: debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.387Z] Sink: E [2024-06-11T02:15:35.387Z] debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 [2024-06-11T02:15:35.387Z] debug1: channel 0: free: client-session, nchannels 1 [2024-06-11T02:15:35.387Z] debug1: fd 0 clearing O_NONBLOCK [2024-06-11T02:15:35.387Z] debug1: fd 2 clearing O_NONBLOCK [2024-06-11T02:15:35.387Z] Transferred: sent 11616712, received 29048 bytes, in 1.5 seconds [2024-06-11T02:15:35.387Z] Bytes per second: sent 7499167.7, received 18751.9 [2024-06-11T02:15:35.387Z] debug1: Exit status 0 [Pipeline] } [2024-06-11T02:15:35.396Z] $ ssh-agent -k [2024-06-11T02:15:35.403Z] unset SSH_AUTH_SOCK; [2024-06-11T02:15:35.404Z] unset SSH_AGENT_PID; [2024-06-11T02:15:35.404Z] echo Agent pid 1541 killed; [2024-06-11T02:15:35.407Z] [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-06-11T02:15:36.297Z] + 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-06-11T02:15:36.297Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T02:15:36.297Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T02:15:36.297Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T02:15:36.297Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T02:15:36.297Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T02:15:37.665Z] [INFO] Scanning for projects... [2024-06-11T02:15:39.565Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T02:15:39.565Z] [INFO] Tycho Mode: project [2024-06-11T02:15:39.565Z] [INFO] Tycho Builder: maven [2024-06-11T02:15:39.565Z] [INFO] Build Threads: 1 [2024-06-11T02:15:44.811Z] [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/SystemProperties.html for details. [2024-06-11T02:15:44.811Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:15:44.811Z] [INFO] Reactor Build Order: [2024-06-11T02:15:44.811Z] [INFO] [2024-06-11T02:15:44.811Z] [INFO] epp.package.committers [eclipse-repository] [2024-06-11T02:15:44.811Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T02:15:44.811Z] [INFO] [2024-06-11T02:15:44.811Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- [2024-06-11T02:15:44.811Z] [INFO] Building epp.package.committers 4.32.0-SNAPSHOT [1/2] [2024-06-11T02:15:44.811Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml [2024-06-11T02:15:44.811Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:15:44.811Z] [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-06-11T02:15:48.079Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T02:15:48.079Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T02:15:48.079Z] [INFO] Transport mode: online [2024-06-11T02:15:48.079Z] [INFO] Http Transport type: Java11Client [2024-06-11T02:15:48.079Z] [INFO] Update mode: cache first [2024-06-11T02:15:48.079Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T02:15:48.079Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T02:15:48.079Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T02:15:48.079Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T02:15:49.968Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T02:15:49.968Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T02:15:49.968Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T02:15:55.214Z] [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-06-11T02:15:55.214Z] [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-06-11T02:15:55.214Z] [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-06-11T02:15:55.215Z] [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-06-11T02:15:55.215Z] [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-06-11T02:15:55.215Z] [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-06-11T02:15:55.215Z] [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-06-11T02:15:55.215Z] [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-06-11T02:15:55.215Z] [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-06-11T02:15:55.216Z] [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-06-11T02:15:55.216Z] [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-06-11T02:15:55.216Z] [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-06-11T02:15:55.216Z] [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-06-11T02:15:55.216Z] [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-06-11T02:15:55.216Z] [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-06-11T02:15:55.217Z] [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-06-11T02:15:55.217Z] [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-06-11T02:15:55.217Z] [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-06-11T02:15:55.217Z] [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-06-11T02:15:55.217Z] [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-06-11T02:15:55.217Z] [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-06-11T02:15:55.218Z] [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-06-11T02:15:55.475Z] [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-06-11T02:15:55.475Z] [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-06-11T02:15:55.475Z] [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-06-11T02:15:55.475Z] [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-06-11T02:15:55.475Z] [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-06-11T02:15:55.476Z] [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-06-11T02:15:55.476Z] [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-06-11T02:15:55.476Z] [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-06-11T02:15:55.476Z] [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-06-11T02:15:55.476Z] [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-06-11T02:15:55.477Z] [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-06-11T02:15:55.477Z] [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-06-11T02:15:56.039Z] [INFO] [2024-06-11T02:15:56.039Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- [2024-06-11T02:15:56.601Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:15:56.601Z] [INFO] [2024-06-11T02:15:56.601Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.committers --- [2024-06-11T02:16:00.770Z] [INFO] [2024-06-11T02:16:00.770Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- [2024-06-11T02:16:00.770Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target [2024-06-11T02:16:00.770Z] [INFO] [2024-06-11T02:16:00.770Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.committers --- [2024-06-11T02:16:00.770Z] [INFO] [2024-06-11T02:16:00.770Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- [2024-06-11T02:16:00.770Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:16:00.770Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:16:00.770Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/src/main/resources [2024-06-11T02:16:00.770Z] [INFO] [2024-06-11T02:16:00.770Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:16:00.770Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:16:00.770Z] [INFO] [2024-06-11T02:16:00.770Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.committers --- [2024-06-11T02:16:01.332Z] [INFO] [2024-06-11T02:16:01.332Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.committers --- [2024-06-11T02:16:01.332Z] [INFO] [2024-06-11T02:16:01.332Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- [2024-06-11T02:16:01.332Z] [INFO] [2024-06-11T02:16:01.332Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.committers --- [2024-06-11T02:17:08.961Z] [INFO] [2024-06-11T02:17:08.961Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.committers --- [2024-06-11T02:17:08.961Z] [INFO] [2024-06-11T02:17:08.961Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.committers --- [2024-06-11T02:17:08.961Z] [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-06-11T02:17:08.961Z] [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/SystemProperties.html for details. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing epp.package.committers 4.32.0.20240606-1231. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T02:17:08.961Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:17:08.962Z] [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-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.10.0.202406032230-r. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T02:17:08.962Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/x86_64] Operation completed in 54852 ms. [2024-06-11T02:18:05.140Z] [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-06-11T02:18:05.140Z] [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/SystemProperties.html for details. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing epp.package.committers 4.32.0.20240606-1231. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:05.140Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T02:18:05.141Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - linux/gtk/aarch64] Operation completed in 43875 ms. [2024-06-11T02:18:43.796Z] [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-06-11T02:18:43.796Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing epp.package.committers 4.32.0.20240606-1231. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:18:43.796Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:18:43.797Z] [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-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.10.0.202406032230-r. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T02:18:43.797Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - win32/win32/x86_64] Operation completed in 43160 ms. [2024-06-11T02:19:30.414Z] [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-06-11T02:19:30.414Z] [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/SystemProperties.html for details. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing epp.package.committers 4.32.0.20240606-1231. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T02:19:30.414Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:19:30.415Z] [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-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.jgit.http.apache.feature.group 6.10.0.202406032230-r. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T02:19:30.415Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/x86_64] Operation completed in 44507 ms. [2024-06-11T02:20:17.029Z] [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-06-11T02:20:17.029Z] [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/SystemProperties.html for details. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing epp.package.committers 4.32.0.20240606-1231. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:20:17.029Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.source.feature.group 3.15.400.v20240601-0610. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.source.feature.group 1.0.400.v20240416-0657. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.jgit.http.apache.feature.group 6.10.0.202406032230-r. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.swt.tools.feature.feature.group 3.109.400.v20240321-1321. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T02:20:17.030Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:20:55.718Z] [INFO] [materialize-products - epp.package.committers - macosx/cocoa/aarch64] Operation completed in 43679 ms. [2024-06-11T02:20:55.718Z] [INFO] [2024-06-11T02:20:55.718Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.committers --- [2024-06-11T02:21:34.375Z] [INFO] [Tue Jun 11 02:21:27 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-06-11T02:23:10.763Z] [INFO] [Tue Jun 11 02:23:08 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/aarch64/Eclipse.app'... [2024-06-11T02:24:18.388Z] [INFO] [2024-06-11T02:24:18.388Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.committers --- [2024-06-11T02:24:18.388Z] [INFO] [Tue Jun 11 02:24:16 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-06-11T02:24:21.657Z] [INFO] [Tue Jun 11 02:24: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-06-11T02:24:26.905Z] [INFO] [2024-06-11T02:24:26.905Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.committers --- [2024-06-11T02:24:26.905Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T02:25:05.563Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T02:25:37.589Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-R-win32.win32.x86_64.zip [2024-06-11T02:25:52.427Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T02:26:24.449Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T02:26:56.477Z] [INFO] [2024-06-11T02:26:56.477Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.committers --- [2024-06-11T02:26:56.477Z] [INFO] [Tue Jun 11 02:26:51 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T02:27:52.646Z] [INFO] [2024-06-11T02:27:52.646Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.committers --- [2024-06-11T02:27:52.646Z] [INFO] [Tue Jun 11 02:27:49 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T02:28:48.809Z] [INFO] [2024-06-11T02:28:48.809Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T02:28:48.809Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T02:28:48.809Z] [INFO] from pom.xml [2024-06-11T02:28:48.809Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T02:28:48.809Z] [INFO] [2024-06-11T02:28:48.809Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T02:28:48.809Z] [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-06-11T02:28:48.809Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:28:48.809Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T02:28:48.809Z] [INFO] [2024-06-11T02:28:48.809Z] [INFO] epp.package.committers ............................. SUCCESS [12:59 min] [2024-06-11T02:28:48.809Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] [2024-06-11T02:28:48.809Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:28:48.809Z] [INFO] BUILD SUCCESS [2024-06-11T02:28:48.809Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:28:48.809Z] [INFO] Total time: 13:06 min [2024-06-11T02:28:48.809Z] [INFO] Finished at: 2024-06-11T02:28:44Z [2024-06-11T02:28:48.809Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T02:28:48.827Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T02:28:48.828Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T02:28:48.841Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T02:28:48.845Z] $ ssh-agent [2024-06-11T02:28:48.852Z] SSH_AUTH_SOCK=/tmp/ssh-SszxWXwHtBkx/agent.2574 [2024-06-11T02:28:48.852Z] SSH_AGENT_PID=2576 [2024-06-11T02:28:48.859Z] Running ssh-add (command line suppressed) [2024-06-11T02:28:48.873Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_5415938554191474809.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_5415938554191474809.key) [2024-06-11T02:28:48.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T02:28:49.166Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ committers [2024-06-11T02:28:49.166Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T02:28:49.166Z] + shift [2024-06-11T02:28:49.166Z] + PACKAGES=committers [2024-06-11T02:28:49.166Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T02:28:49.166Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T02:28:49.166Z] + SCP=scp [2024-06-11T02:28:49.166Z] + for PACKAGE in $PACKAGES [2024-06-11T02:28:49.166Z] + pushd packages/org.eclipse.epp.package.committers.product/target/products [2024-06-11T02:28:49.166Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.committers.product/target/products ~/agent/workspace/epp_master [2024-06-11T02:28:49.167Z] ++ find eclipse-committers-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-committers-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-committers-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-committers-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-committers-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-committers-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-committers-2024-06-R-win32.win32.x86_64.zip epp.package.committers -type f -maxdepth 0 [2024-06-11T02:28:49.167Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:28:49.167Z] ++ echo eclipse-committers-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T02:28:49.167Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:28:49.167Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:28:49.167Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:28:49.167Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:28:49.167Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:28:49.167Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:28:49.167Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:28:49.167Z] + NEWNAME=eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:28:49.167Z] + mv eclipse-committers-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:28:49.167Z] + md5sum eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:28:50.093Z] + sha1sum eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:28:51.456Z] + sha512sum -b eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:28:53.342Z] + scp eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-committers-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:29:05.531Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:29:05.531Z] ++ echo eclipse-committers-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T02:29:05.531Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:29:05.531Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:29:05.531Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:29:05.531Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:29:05.531Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:29:05.531Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:29:05.531Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:29:05.531Z] + NEWNAME=eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:29:05.531Z] + mv eclipse-committers-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:29:05.531Z] + md5sum eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:29:06.461Z] + sha1sum eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:29:07.827Z] + sha512sum -b eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:29:09.719Z] + scp eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-committers-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:29:21.892Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:29:21.893Z] ++ echo eclipse-committers-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T02:29:21.893Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:29:21.893Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:29:21.893Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:29:21.893Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:29:21.893Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:29:21.893Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:29:21.893Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:29:21.893Z] + NEWNAME=eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:29:21.893Z] + mv eclipse-committers-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:29:21.893Z] + md5sum eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:29:22.455Z] + sha1sum eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:29:23.821Z] + sha512sum -b eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:29:25.711Z] + scp eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:29:40.552Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:29:40.552Z] ++ echo eclipse-committers-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T02:29:40.552Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:29:40.552Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:29:40.552Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:29:40.552Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:29:40.552Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:29:40.552Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:29:40.552Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:29:40.552Z] + NEWNAME=eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:29:40.552Z] + mv eclipse-committers-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:29:40.552Z] + md5sum eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:29:40.552Z] + sha1sum eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:29:40.808Z] + sha512sum -b eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:29:42.693Z] + scp eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-committers-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:29:57.531Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:29:57.531Z] ++ echo eclipse-committers-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T02:29:57.531Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:29:57.531Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:29:57.531Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:29:57.531Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:29:57.531Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:29:57.531Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:29:57.531Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:29:57.531Z] + NEWNAME=eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:29:57.531Z] + mv eclipse-committers-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:29:57.531Z] + md5sum eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:29:57.531Z] + sha1sum eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:29:58.459Z] + sha512sum -b eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:30:00.347Z] + scp eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-committers-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:30:15.183Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:30:15.183Z] ++ echo eclipse-committers-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T02:30:15.183Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:30:15.183Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:30:15.183Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:30:15.183Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:30:15.183Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:30:15.183Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:30:15.183Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:30:15.183Z] + NEWNAME=eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:30:15.183Z] + mv eclipse-committers-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:30:15.183Z] + md5sum eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:30:15.743Z] + sha1sum eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:30:17.104Z] + sha512sum -b eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:30:18.992Z] + scp eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-committers-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:30:40.875Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:30:40.875Z] ++ echo eclipse-committers-2024-06-R-win32.win32.x86_64.zip [2024-06-11T02:30:40.875Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:30:40.875Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:30:40.875Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:30:40.875Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:30:40.875Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:30:40.875Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:30:40.875Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:30:40.875Z] + NEWNAME=eclipse-committers-2024-06-R-win32-x86_64.zip [2024-06-11T02:30:40.876Z] + mv eclipse-committers-2024-06-R-win32.win32.x86_64.zip eclipse-committers-2024-06-R-win32-x86_64.zip [2024-06-11T02:30:40.876Z] + md5sum eclipse-committers-2024-06-R-win32-x86_64.zip [2024-06-11T02:30:40.876Z] + sha1sum eclipse-committers-2024-06-R-win32-x86_64.zip [2024-06-11T02:30:40.876Z] + sha512sum -b eclipse-committers-2024-06-R-win32-x86_64.zip [2024-06-11T02:30:42.764Z] + scp eclipse-committers-2024-06-R-win32-x86_64.zip eclipse-committers-2024-06-R-win32-x86_64.zip.md5 eclipse-committers-2024-06-R-win32-x86_64.zip.sha1 eclipse-committers-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:30:57.599Z] + popd [2024-06-11T02:30:57.599Z] ~/agent/workspace/epp_master [2024-06-11T02:30:57.599Z] + 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-06-11T02:30:57.599Z] + 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-06-11T02:30:57.599Z] + 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-06-11T02:30:57.609Z] $ ssh-agent -k [2024-06-11T02:30:57.614Z] unset SSH_AUTH_SOCK; [2024-06-11T02:30:57.614Z] unset SSH_AGENT_PID; [2024-06-11T02:30:57.614Z] echo Agent pid 2576 killed; [2024-06-11T02:30:57.617Z] [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-06-11T02:30:57.975Z] + 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-06-11T02:30:57.975Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T02:30:57.975Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T02:30:57.975Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T02:30:57.975Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T02:30:57.975Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T02:30:59.341Z] [INFO] Scanning for projects... [2024-06-11T02:31:01.228Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T02:31:01.228Z] [INFO] Tycho Mode: project [2024-06-11T02:31:01.228Z] [INFO] Tycho Builder: maven [2024-06-11T02:31:01.228Z] [INFO] Build Threads: 1 [2024-06-11T02:31:05.393Z] [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/SystemProperties.html for details. [2024-06-11T02:31:05.393Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:31:05.393Z] [INFO] Reactor Build Order: [2024-06-11T02:31:05.393Z] [INFO] [2024-06-11T02:31:05.393Z] [INFO] epp.package.cpp [eclipse-repository] [2024-06-11T02:31:05.393Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T02:31:05.393Z] [INFO] [2024-06-11T02:31:05.393Z] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- [2024-06-11T02:31:05.393Z] [INFO] Building epp.package.cpp 4.32.0-SNAPSHOT [1/2] [2024-06-11T02:31:05.393Z] [INFO] from packages/org.eclipse.epp.package.cpp.product/pom.xml [2024-06-11T02:31:05.393Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:31:05.393Z] [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-06-11T02:31:07.909Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T02:31:07.909Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T02:31:07.909Z] [INFO] Transport mode: online [2024-06-11T02:31:07.909Z] [INFO] Http Transport type: Java11Client [2024-06-11T02:31:07.909Z] [INFO] Update mode: cache first [2024-06-11T02:31:07.909Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T02:31:07.909Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T02:31:07.909Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T02:31:08.165Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T02:31:10.060Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T02:31:10.060Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T02:31:10.316Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T02:31:16.848Z] [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-06-11T02:31:16.849Z] [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-06-11T02:31:17.774Z] [INFO] [2024-06-11T02:31:17.774Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- [2024-06-11T02:31:18.335Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:31:18.335Z] [INFO] [2024-06-11T02:31:18.335Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.cpp --- [2024-06-11T02:31:18.592Z] [INFO] [2024-06-11T02:31:18.592Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.cpp --- [2024-06-11T02:31:18.593Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target [2024-06-11T02:31:18.593Z] [INFO] [2024-06-11T02:31:18.593Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.cpp --- [2024-06-11T02:31:18.593Z] [INFO] [2024-06-11T02:31:18.593Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.cpp --- [2024-06-11T02:31:18.848Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:31:18.848Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:31:18.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/src/main/resources [2024-06-11T02:31:18.848Z] [INFO] [2024-06-11T02:31:18.848Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:31:18.848Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:31:18.849Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:31:18.849Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:31:18.849Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:31:18.849Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:31:18.849Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:31:18.849Z] [INFO] [2024-06-11T02:31:18.849Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.cpp --- [2024-06-11T02:31:19.775Z] [INFO] [2024-06-11T02:31:19.775Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.cpp --- [2024-06-11T02:31:19.775Z] [INFO] [2024-06-11T02:31:19.775Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- [2024-06-11T02:31:19.775Z] [INFO] [2024-06-11T02:31:19.775Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.cpp --- [2024-06-11T02:32:15.937Z] [INFO] [2024-06-11T02:32:15.937Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.cpp --- [2024-06-11T02:32:15.937Z] [INFO] [2024-06-11T02:32:15.937Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.cpp --- [2024-06-11T02:32:15.938Z] [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-06-11T02:32:15.938Z] [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/SystemProperties.html for details. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing epp.package.cpp 4.32.0.20240606-1231. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202406041551. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:32:15.938Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:32:15.938Z] [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-06-11T02:32:15.939Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:32:15.939Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:32:15.939Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:32:15.939Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:32:15.939Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/x86_64] Operation completed in 34980 ms. [2024-06-11T02:32:42.435Z] [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-06-11T02:32:42.435Z] [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/SystemProperties.html for details. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing epp.package.cpp 4.32.0.20240606-1231. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:42.435Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202406041551. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:32:42.436Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:33:14.490Z] [INFO] [materialize-products - epp.package.cpp - linux/gtk/aarch64] Operation completed in 31511 ms. [2024-06-11T02:33:14.490Z] [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-06-11T02:33:14.490Z] [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/SystemProperties.html for details. [2024-06-11T02:33:14.490Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing epp.package.cpp 4.32.0.20240606-1231. [2024-06-11T02:33:14.490Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:33:14.490Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:33:14.490Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:33:14.490Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202406041551. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:33:14.491Z] [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-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:33:14.491Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - win32/win32/x86_64] Operation completed in 31117 ms. [2024-06-11T02:33:46.525Z] [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-06-11T02:33:46.525Z] [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/SystemProperties.html for details. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing epp.package.cpp 4.32.0.20240606-1231. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.525Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202406041551. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:33:46.526Z] [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-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:33:46.526Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/x86_64] Operation completed in 30735 ms. [2024-06-11T02:34:18.551Z] [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-06-11T02:34:18.551Z] [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/SystemProperties.html for details. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing epp.package.cpp 4.32.0.20240606-1231. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.lsp.feature.feature.group 2.0.0.202406041551. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:34:18.551Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:34:18.552Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:34:50.571Z] [INFO] [materialize-products - epp.package.cpp - macosx/cocoa/aarch64] Operation completed in 31436 ms. [2024-06-11T02:34:50.571Z] [INFO] [2024-06-11T02:34:50.571Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.cpp --- [2024-06-11T02:35:08.627Z] [INFO] [Tue Jun 11 02:35:07 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-06-11T02:36:16.270Z] [INFO] [Tue Jun 11 02:36:04 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/x86_64/Eclipse.app'... [2024-06-11T02:36:48.299Z] [INFO] [2024-06-11T02:36:48.299Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.cpp --- [2024-06-11T02:36:48.299Z] [INFO] [Tue Jun 11 02:36:43 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-06-11T02:36:48.299Z] [INFO] [Tue Jun 11 02:36:46 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-06-11T02:36:50.190Z] [INFO] [2024-06-11T02:36:50.190Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.cpp --- [2024-06-11T02:36:50.190Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T02:37:08.232Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T02:37:26.271Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-R-win32.win32.x86_64.zip [2024-06-11T02:37:36.214Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T02:37:54.257Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products/eclipse-cpp-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T02:38:12.301Z] [INFO] [2024-06-11T02:38:12.301Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.cpp --- [2024-06-11T02:38:12.301Z] [INFO] [Tue Jun 11 02:38:09 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T02:38:50.977Z] [INFO] [2024-06-11T02:38:50.977Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.cpp --- [2024-06-11T02:38:50.977Z] [INFO] [Tue Jun 11 02:38:46 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T02:39:23.012Z] [INFO] [2024-06-11T02:39:23.012Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T02:39:23.012Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T02:39:23.012Z] [INFO] from pom.xml [2024-06-11T02:39:23.012Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T02:39:23.012Z] [INFO] [2024-06-11T02:39:23.012Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T02:39:23.012Z] [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-06-11T02:39:23.012Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:39:23.012Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T02:39:23.012Z] [INFO] [2024-06-11T02:39:23.012Z] [INFO] epp.package.cpp .................................... SUCCESS [08:17 min] [2024-06-11T02:39:23.012Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] [2024-06-11T02:39:23.012Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:39:23.012Z] [INFO] BUILD SUCCESS [2024-06-11T02:39:23.012Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:39:23.012Z] [INFO] Total time: 08:22 min [2024-06-11T02:39:23.012Z] [INFO] Finished at: 2024-06-11T02:39:22Z [2024-06-11T02:39:23.012Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T02:39:23.030Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T02:39:23.030Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T02:39:23.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T02:39:23.047Z] $ ssh-agent [2024-06-11T02:39:23.054Z] SSH_AUTH_SOCK=/tmp/ssh-BCa4O9VAD8yM/agent.3627 [2024-06-11T02:39:23.054Z] SSH_AGENT_PID=3629 [2024-06-11T02:39:23.062Z] Running ssh-add (command line suppressed) [2024-06-11T02:39:23.076Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_12636316134161117851.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_12636316134161117851.key) [2024-06-11T02:39:23.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T02:39:23.363Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ cpp [2024-06-11T02:39:23.363Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T02:39:23.363Z] + shift [2024-06-11T02:39:23.363Z] + PACKAGES=cpp [2024-06-11T02:39:23.363Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T02:39:23.363Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T02:39:23.363Z] + SCP=scp [2024-06-11T02:39:23.363Z] + for PACKAGE in $PACKAGES [2024-06-11T02:39:23.363Z] + pushd packages/org.eclipse.epp.package.cpp.product/target/products [2024-06-11T02:39:23.363Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.cpp.product/target/products ~/agent/workspace/epp_master [2024-06-11T02:39:23.363Z] ++ find eclipse-cpp-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-cpp-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-cpp-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-cpp-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-cpp-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2024-06-R-win32.win32.x86_64.zip epp.package.cpp -type f -maxdepth 0 [2024-06-11T02:39:23.363Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:39:23.363Z] ++ echo eclipse-cpp-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T02:39:23.363Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:39:23.363Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:39:23.363Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:39:23.363Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:39:23.363Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:39:23.363Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:39:23.363Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:39:23.363Z] + NEWNAME=eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:39:23.363Z] + mv eclipse-cpp-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:39:23.363Z] + md5sum eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:39:23.926Z] + sha1sum eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:39:25.290Z] + sha512sum -b eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:39:26.216Z] + scp eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-cpp-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:39:34.301Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:39:34.301Z] ++ echo eclipse-cpp-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T02:39:34.301Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:39:34.301Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:39:34.301Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:39:34.301Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:39:34.301Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:39:34.301Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:39:34.301Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:39:34.301Z] + NEWNAME=eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:39:34.301Z] + mv eclipse-cpp-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:39:34.301Z] + md5sum eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:39:35.227Z] + sha1sum eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:39:36.155Z] + sha512sum -b eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:39:37.519Z] + scp eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-cpp-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:39:45.609Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:39:45.609Z] ++ echo eclipse-cpp-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T02:39:45.609Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:39:45.609Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:39:45.609Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:39:45.609Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:39:45.609Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:39:45.609Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:39:45.609Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:39:45.609Z] + NEWNAME=eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:39:45.609Z] + mv eclipse-cpp-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:39:45.609Z] + md5sum eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:39:46.172Z] + sha1sum eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:39:47.102Z] + sha512sum -b eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:39:48.469Z] + scp eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:39:56.560Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:39:56.560Z] ++ echo eclipse-cpp-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T02:39:56.560Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:39:56.560Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:39:56.560Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:39:56.560Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:39:56.560Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:39:56.560Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:39:56.560Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:39:56.560Z] + NEWNAME=eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:39:56.560Z] + mv eclipse-cpp-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:39:56.560Z] + md5sum eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:39:57.123Z] + sha1sum eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:39:58.487Z] + sha512sum -b eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:39:59.852Z] + scp eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-cpp-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:40:09.794Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:40:09.794Z] ++ echo eclipse-cpp-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T02:40:09.794Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:40:09.794Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:40:09.794Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:40:09.794Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:40:09.794Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:40:09.794Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:40:09.794Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:40:09.794Z] + NEWNAME=eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:40:09.794Z] + mv eclipse-cpp-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:40:09.794Z] + md5sum eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:40:09.794Z] + sha1sum eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:40:09.794Z] + sha512sum -b eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:40:11.160Z] + scp eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:40:21.099Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:40:21.099Z] ++ echo eclipse-cpp-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T02:40:21.099Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:40:21.099Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:40:21.099Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:40:21.099Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:40:21.099Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:40:21.099Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:40:21.099Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:40:21.099Z] + NEWNAME=eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:40:21.099Z] + mv eclipse-cpp-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:40:21.099Z] + md5sum eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:40:21.660Z] + sha1sum eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:40:22.586Z] + sha512sum -b eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:40:23.950Z] + scp eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-cpp-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:40:33.889Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:40:33.890Z] ++ echo eclipse-cpp-2024-06-R-win32.win32.x86_64.zip [2024-06-11T02:40:33.890Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:40:33.890Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:40:33.890Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:40:33.890Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:40:33.890Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:40:33.890Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:40:33.890Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:40:33.890Z] + NEWNAME=eclipse-cpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:40:33.890Z] + mv eclipse-cpp-2024-06-R-win32.win32.x86_64.zip eclipse-cpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:40:33.890Z] + md5sum eclipse-cpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:40:33.890Z] + sha1sum eclipse-cpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:40:34.450Z] + sha512sum -b eclipse-cpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:40:35.815Z] + scp eclipse-cpp-2024-06-R-win32-x86_64.zip eclipse-cpp-2024-06-R-win32-x86_64.zip.md5 eclipse-cpp-2024-06-R-win32-x86_64.zip.sha1 eclipse-cpp-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:40:45.758Z] + popd [2024-06-11T02:40:45.758Z] ~/agent/workspace/epp_master [2024-06-11T02:40:45.758Z] + 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-06-11T02:40:45.758Z] + 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-06-11T02:40:45.758Z] + 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-06-11T02:40:45.771Z] $ ssh-agent -k [2024-06-11T02:40:45.775Z] unset SSH_AUTH_SOCK; [2024-06-11T02:40:45.775Z] unset SSH_AGENT_PID; [2024-06-11T02:40:45.775Z] echo Agent pid 3629 killed; [2024-06-11T02:40:45.779Z] [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-06-11T02:40:46.137Z] + 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-06-11T02:40:46.137Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T02:40:46.137Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T02:40:46.137Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T02:40:46.137Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T02:40:46.137Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T02:40:47.505Z] [INFO] Scanning for projects... [2024-06-11T02:40:49.399Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T02:40:49.399Z] [INFO] Tycho Mode: project [2024-06-11T02:40:49.399Z] [INFO] Tycho Builder: maven [2024-06-11T02:40:49.399Z] [INFO] Build Threads: 1 [2024-06-11T02:40:52.680Z] [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/SystemProperties.html for details. [2024-06-11T02:40:52.937Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:40:52.937Z] [INFO] Reactor Build Order: [2024-06-11T02:40:52.937Z] [INFO] [2024-06-11T02:40:52.937Z] [INFO] epp.package.embedcpp [eclipse-repository] [2024-06-11T02:40:52.937Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T02:40:52.937Z] [INFO] [2024-06-11T02:40:52.937Z] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- [2024-06-11T02:40:52.937Z] [INFO] Building epp.package.embedcpp 4.32.0-SNAPSHOT [1/2] [2024-06-11T02:40:52.937Z] [INFO] from packages/org.eclipse.epp.package.embedcpp.product/pom.xml [2024-06-11T02:40:52.937Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:40:52.937Z] [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-06-11T02:40:56.230Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T02:40:56.230Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T02:40:56.230Z] [INFO] Transport mode: online [2024-06-11T02:40:56.230Z] [INFO] Http Transport type: Java11Client [2024-06-11T02:40:56.230Z] [INFO] Update mode: cache first [2024-06-11T02:40:56.230Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T02:40:56.230Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T02:40:56.230Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T02:40:56.230Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T02:40:58.122Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T02:40:58.122Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T02:40:58.383Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T02:41:08.332Z] [INFO] [2024-06-11T02:41:08.332Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- [2024-06-11T02:41:08.332Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:41:08.332Z] [INFO] [2024-06-11T02:41:08.332Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.embedcpp --- [2024-06-11T02:41:08.332Z] [INFO] [2024-06-11T02:41:08.332Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.embedcpp --- [2024-06-11T02:41:08.332Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target [2024-06-11T02:41:08.332Z] [INFO] [2024-06-11T02:41:08.332Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.embedcpp --- [2024-06-11T02:41:08.332Z] [INFO] [2024-06-11T02:41:08.332Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.embedcpp --- [2024-06-11T02:41:08.332Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:41:08.332Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:41:08.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources [2024-06-11T02:41:08.332Z] [INFO] [2024-06-11T02:41:08.332Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:41:08.588Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:41:08.588Z] [INFO] [2024-06-11T02:41:08.588Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.embedcpp --- [2024-06-11T02:41:09.516Z] [INFO] [2024-06-11T02:41:09.516Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.embedcpp --- [2024-06-11T02:41:09.516Z] [INFO] [2024-06-11T02:41:09.516Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- [2024-06-11T02:41:09.516Z] [INFO] [2024-06-11T02:41:09.516Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.embedcpp --- [2024-06-11T02:42:05.691Z] [INFO] [2024-06-11T02:42:05.691Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.embedcpp --- [2024-06-11T02:42:05.691Z] [INFO] [2024-06-11T02:42:05.691Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.embedcpp --- [2024-06-11T02:42:05.691Z] [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-06-11T02:42:05.691Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T02:42:05.691Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing epp.package.embedcpp 4.32.0.20240606-1231. [2024-06-11T02:42:05.691Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:42:05.691Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:42:05.691Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:42:05.691Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.691Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:42:05.691Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:42:05.692Z] [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-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.692Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-06-11T02:42:05.693Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/x86_64] Operation completed in 39519 ms. [2024-06-11T02:42:44.365Z] [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-06-11T02:42:44.365Z] [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/SystemProperties.html for details. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing epp.package.embedcpp 4.32.0.20240606-1231. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:42:44.365Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.366Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.367Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.367Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.367Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.367Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.367Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.367Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-06-11T02:42:44.367Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:43:16.402Z] [INFO] [materialize-products - epp.package.embedcpp - linux/gtk/aarch64] Operation completed in 35478 ms. [2024-06-11T02:43:16.658Z] [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-06-11T02:43:16.658Z] [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/SystemProperties.html for details. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing epp.package.embedcpp 4.32.0.20240606-1231. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:43:16.914Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:43:16.915Z] [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-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.915Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-06-11T02:43:16.916Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - win32/win32/x86_64] Operation completed in 34168 ms. [2024-06-11T02:43:55.591Z] [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-06-11T02:43:55.591Z] [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/SystemProperties.html for details. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing epp.package.embedcpp 4.32.0.20240606-1231. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:55.591Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:43:55.592Z] [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-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.592Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-06-11T02:43:55.593Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:44:27.628Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/x86_64] Operation completed in 33743 ms. [2024-06-11T02:44:27.628Z] [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-06-11T02:44:27.628Z] [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/SystemProperties.html for details. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing epp.package.embedcpp 4.32.0.20240606-1231. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.feature.group 11.6.0.202406041555. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.autotools.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.build.crossgcc.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.cmake.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.meson.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.docker.launcher.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.gdbjtag.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.standalone.feature.group 11.6.0.202405291831. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.debug.ui.memory.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.launch.serial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.cdt.testsrunner.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.launchbar.remote.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.changelog.c.feature.group 8.15.0.202406032109. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gcov.feature.group 8.15.0.202406032109. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.15.0.202406032109. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.rpm.feature.group 8.15.0.202406032109. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.linuxtools.valgrind.feature.group 8.15.0.202406032109. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.gdbtrace.feature.group 10.0.0.202406051949. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.control.feature.group 10.0.0.202406051949. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 10.0.0.202406051949. [2024-06-11T02:44:27.629Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.tracecompass.lttng2.ust.feature.group 10.0.0.202406051949. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.codered.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.packs.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.doc.user.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.ad.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.stm.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.embedcdt.templates.xpack.feature.group 6.6.0.202404031712. [2024-06-11T02:44:27.630Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.cdt.feature.feature.group 5.25.0.v20240509-0539. [2024-06-11T02:44:59.668Z] [INFO] [materialize-products - epp.package.embedcpp - macosx/cocoa/aarch64] Operation completed in 32965 ms. [2024-06-11T02:44:59.668Z] [INFO] [2024-06-11T02:44:59.668Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- [2024-06-11T02:45:21.556Z] [INFO] [Tue Jun 11 02:45:20 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-06-11T02:46:42.925Z] [INFO] [Tue Jun 11 02:46:29 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-06-11T02:47:21.600Z] [INFO] [2024-06-11T02:47:21.600Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.embedcpp --- [2024-06-11T02:47:21.600Z] [INFO] [Tue Jun 11 02:47:16 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-06-11T02:47:21.600Z] [INFO] [Tue Jun 11 02:47:19 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-06-11T02:47:23.490Z] [INFO] [2024-06-11T02:47:23.490Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.embedcpp --- [2024-06-11T02:47:23.490Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T02:47:49.996Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T02:48:11.893Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-R-win32.win32.x86_64.zip [2024-06-11T02:48:24.071Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T02:48:45.967Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products/eclipse-embedcpp-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T02:49:12.470Z] [INFO] [2024-06-11T02:49:12.470Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.embedcpp --- [2024-06-11T02:49:12.470Z] [INFO] [Tue Jun 11 02:49:08 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T02:49:51.140Z] [INFO] [2024-06-11T02:49:51.140Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.embedcpp --- [2024-06-11T02:49:51.140Z] [INFO] [Tue Jun 11 02:49:50 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T02:50:37.770Z] [INFO] [2024-06-11T02:50:37.770Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T02:50:37.770Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T02:50:37.770Z] [INFO] from pom.xml [2024-06-11T02:50:37.770Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T02:50:37.770Z] [INFO] [2024-06-11T02:50:37.770Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T02:50:37.770Z] [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-06-11T02:50:37.770Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:50:37.770Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T02:50:37.770Z] [INFO] [2024-06-11T02:50:37.770Z] [INFO] epp.package.embedcpp ............................... SUCCESS [09:41 min] [2024-06-11T02:50:37.770Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.008 s] [2024-06-11T02:50:37.770Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:50:37.770Z] [INFO] BUILD SUCCESS [2024-06-11T02:50:37.770Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:50:37.770Z] [INFO] Total time: 09:46 min [2024-06-11T02:50:37.770Z] [INFO] Finished at: 2024-06-11T02:50:34Z [2024-06-11T02:50:37.770Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T02:50:37.790Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T02:50:37.790Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T02:50:37.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T02:50:37.808Z] $ ssh-agent [2024-06-11T02:50:37.815Z] SSH_AUTH_SOCK=/tmp/ssh-FeU3SCmvm1B7/agent.4707 [2024-06-11T02:50:37.815Z] SSH_AGENT_PID=4709 [2024-06-11T02:50:37.822Z] Running ssh-add (command line suppressed) [2024-06-11T02:50:37.836Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_3648533505818978123.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_3648533505818978123.key) [2024-06-11T02:50:37.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T02:50:38.122Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ embedcpp [2024-06-11T02:50:38.123Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T02:50:38.123Z] + shift [2024-06-11T02:50:38.123Z] + PACKAGES=embedcpp [2024-06-11T02:50:38.123Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T02:50:38.123Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T02:50:38.123Z] + SCP=scp [2024-06-11T02:50:38.123Z] + for PACKAGE in $PACKAGES [2024-06-11T02:50:38.123Z] + pushd packages/org.eclipse.epp.package.embedcpp.product/target/products [2024-06-11T02:50:38.123Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.embedcpp.product/target/products ~/agent/workspace/epp_master [2024-06-11T02:50:38.123Z] ++ find eclipse-embedcpp-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2024-06-R-win32.win32.x86_64.zip epp.package.embedcpp -type f -maxdepth 0 [2024-06-11T02:50:38.123Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:50:38.123Z] ++ echo eclipse-embedcpp-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T02:50:38.123Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:50:38.123Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:50:38.123Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:50:38.123Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:50:38.123Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:50:38.123Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:50:38.123Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:50:38.123Z] + NEWNAME=eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:50:38.123Z] + mv eclipse-embedcpp-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:50:38.123Z] + md5sum eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:50:39.054Z] + sha1sum eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:50:39.981Z] + sha512sum -b eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T02:50:41.350Z] + scp eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-embedcpp-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:50:53.522Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:50:53.522Z] ++ echo eclipse-embedcpp-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T02:50:53.522Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:50:53.522Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:50:53.522Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:50:53.522Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:50:53.522Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:50:53.522Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:50:53.522Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:50:53.522Z] + NEWNAME=eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:50:53.522Z] + mv eclipse-embedcpp-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:50:53.522Z] + md5sum eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:50:53.778Z] + sha1sum eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:50:54.705Z] + sha512sum -b eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T02:50:56.071Z] + scp eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-embedcpp-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:51:06.013Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:51:06.013Z] ++ echo eclipse-embedcpp-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T02:51:06.013Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:51:06.013Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:51:06.013Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:51:06.013Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:51:06.013Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:51:06.013Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:51:06.013Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:51:06.013Z] + NEWNAME=eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:51:06.013Z] + mv eclipse-embedcpp-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:51:06.013Z] + md5sum eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:51:06.575Z] + sha1sum eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:51:07.943Z] + sha512sum -b eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T02:51:09.307Z] + scp eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:51:19.248Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:51:19.248Z] ++ echo eclipse-embedcpp-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T02:51:19.248Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:51:19.248Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:51:19.248Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:51:19.249Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:51:19.249Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:51:19.249Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:51:19.249Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:51:19.249Z] + NEWNAME=eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:51:19.249Z] + mv eclipse-embedcpp-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:51:19.249Z] + md5sum eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:51:19.811Z] + sha1sum eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:51:20.737Z] + sha512sum -b eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T02:51:22.101Z] + scp eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-embedcpp-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:51:32.054Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:51:32.054Z] ++ echo eclipse-embedcpp-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T02:51:32.054Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:51:32.054Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:51:32.054Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:51:32.054Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:51:32.054Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:51:32.054Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:51:32.054Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:51:32.054Z] + NEWNAME=eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:51:32.054Z] + mv eclipse-embedcpp-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:51:32.054Z] + md5sum eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:51:32.615Z] + sha1sum eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:51:33.544Z] + sha512sum -b eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T02:51:35.437Z] + scp eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:51:45.383Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:51:45.383Z] ++ echo eclipse-embedcpp-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T02:51:45.383Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:51:45.383Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:51:45.383Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:51:45.383Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:51:45.383Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:51:45.383Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:51:45.383Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:51:45.383Z] + NEWNAME=eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:51:45.383Z] + mv eclipse-embedcpp-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:51:45.383Z] + md5sum eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:51:45.383Z] + sha1sum eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:51:46.311Z] + sha512sum -b eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T02:51:47.676Z] + scp eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-embedcpp-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:51:57.616Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T02:51:57.616Z] ++ echo eclipse-embedcpp-2024-06-R-win32.win32.x86_64.zip [2024-06-11T02:51:57.616Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T02:51:57.616Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T02:51:57.616Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T02:51:57.616Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T02:51:57.616Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T02:51:57.616Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T02:51:57.616Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T02:51:57.616Z] + NEWNAME=eclipse-embedcpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:51:57.616Z] + mv eclipse-embedcpp-2024-06-R-win32.win32.x86_64.zip eclipse-embedcpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:51:57.616Z] + md5sum eclipse-embedcpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:51:58.545Z] + sha1sum eclipse-embedcpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:51:59.471Z] + sha512sum -b eclipse-embedcpp-2024-06-R-win32-x86_64.zip [2024-06-11T02:52:00.836Z] + scp eclipse-embedcpp-2024-06-R-win32-x86_64.zip eclipse-embedcpp-2024-06-R-win32-x86_64.zip.md5 eclipse-embedcpp-2024-06-R-win32-x86_64.zip.sha1 eclipse-embedcpp-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T02:52:13.003Z] + popd [2024-06-11T02:52:13.003Z] ~/agent/workspace/epp_master [2024-06-11T02:52:13.003Z] + 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-06-11T02:52:13.003Z] + 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-06-11T02:52:13.003Z] + 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-06-11T02:52:13.012Z] $ ssh-agent -k [2024-06-11T02:52:13.017Z] unset SSH_AUTH_SOCK; [2024-06-11T02:52:13.017Z] unset SSH_AGENT_PID; [2024-06-11T02:52:13.017Z] echo Agent pid 4709 killed; [2024-06-11T02:52:13.027Z] [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-06-11T02:52:17.033Z] + 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-06-11T02:52:17.033Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T02:52:17.033Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T02:52:17.033Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T02:52:17.033Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T02:52:17.033Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T02:52:18.401Z] [INFO] Scanning for projects... [2024-06-11T02:52:20.295Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T02:52:20.295Z] [INFO] Tycho Mode: project [2024-06-11T02:52:20.295Z] [INFO] Tycho Builder: maven [2024-06-11T02:52:20.295Z] [INFO] Build Threads: 1 [2024-06-11T02:52:24.478Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T02:52:24.478Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T02:52:24.478Z] [INFO] Reactor Build Order: [2024-06-11T02:52:24.478Z] [INFO] [2024-06-11T02:52:24.478Z] [INFO] epp.package.dsl [eclipse-repository] [2024-06-11T02:52:24.478Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T02:52:24.478Z] [INFO] [2024-06-11T02:52:24.478Z] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- [2024-06-11T02:52:24.478Z] [INFO] Building epp.package.dsl 4.32.0-SNAPSHOT [1/2] [2024-06-11T02:52:24.478Z] [INFO] from packages/org.eclipse.epp.package.dsl.product/pom.xml [2024-06-11T02:52:24.478Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T02:52:24.478Z] [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-06-11T02:52:26.994Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T02:52:26.994Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T02:52:26.994Z] [INFO] Transport mode: online [2024-06-11T02:52:26.994Z] [INFO] Http Transport type: Java11Client [2024-06-11T02:52:26.994Z] [INFO] Update mode: cache first [2024-06-11T02:52:26.994Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T02:52:26.994Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T02:52:26.994Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T02:52:27.250Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T02:52:29.142Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T02:52:29.142Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T02:52:29.142Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T02:52:35.723Z] [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-06-11T02:52:35.723Z] [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-06-11T02:52:35.723Z] [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-06-11T02:52:35.723Z] [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-06-11T02:52:35.979Z] [INFO] [2024-06-11T02:52:35.979Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- [2024-06-11T02:52:36.906Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T02:52:36.906Z] [INFO] [2024-06-11T02:52:36.906Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.dsl --- [2024-06-11T02:52:36.906Z] [INFO] [2024-06-11T02:52:36.906Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.dsl --- [2024-06-11T02:52:36.906Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target [2024-06-11T02:52:36.906Z] [INFO] [2024-06-11T02:52:36.906Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.dsl --- [2024-06-11T02:52:36.906Z] [INFO] [2024-06-11T02:52:36.906Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.dsl --- [2024-06-11T02:52:37.162Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T02:52:37.162Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T02:52:37.162Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/src/main/resources [2024-06-11T02:52:37.162Z] [INFO] [2024-06-11T02:52:37.162Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T02:52:37.162Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T02:52:37.418Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T02:52:37.418Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T02:52:37.418Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T02:52:37.418Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T02:52:37.418Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T02:52:37.418Z] [INFO] [2024-06-11T02:52:37.418Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.dsl --- [2024-06-11T02:52:37.979Z] [INFO] [2024-06-11T02:52:37.979Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.dsl --- [2024-06-11T02:52:37.979Z] [INFO] [2024-06-11T02:52:37.979Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- [2024-06-11T02:52:37.979Z] [INFO] [2024-06-11T02:52:37.979Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.dsl --- [2024-06-11T02:53:34.147Z] [INFO] [2024-06-11T02:53:34.147Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.dsl --- [2024-06-11T02:53:34.147Z] [INFO] [2024-06-11T02:53:34.147Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.dsl --- [2024-06-11T02:53:34.147Z] [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-06-11T02:53:34.147Z] [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/SystemProperties.html for details. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing epp.package.dsl 4.32.0.20240606-1231. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:53:34.147Z] [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-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240525-1058. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240528-1523. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.23.1.v20240521-1817. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T02:53:34.147Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/x86_64] Operation completed in 51304 ms. [2024-06-11T02:54:30.318Z] [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-06-11T02:54:30.318Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing epp.package.dsl 4.32.0.20240606-1231. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:54:30.318Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240525-1058. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240528-1523. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.23.1.v20240521-1817. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T02:54:30.319Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - linux/gtk/aarch64] Operation completed in 48189 ms. [2024-06-11T02:55:16.944Z] [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-06-11T02:55:16.944Z] [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/SystemProperties.html for details. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing epp.package.dsl 4.32.0.20240606-1231. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:55:16.944Z] [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-06-11T02:55:16.944Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240525-1058. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240528-1523. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.23.1.v20240521-1817. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T02:55:16.945Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - win32/win32/x86_64] Operation completed in 45669 ms. [2024-06-11T02:56:03.564Z] [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-06-11T02:56:03.564Z] [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/SystemProperties.html for details. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing epp.package.dsl 4.32.0.20240606-1231. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:56:03.564Z] [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-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240525-1058. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240528-1523. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.lsp4j.sdk.feature.group 0.23.1.v20240521-1817. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T02:56:03.564Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/x86_64] Operation completed in 46722 ms. [2024-06-11T02:56:50.184Z] [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-06-11T02:56:50.184Z] [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/SystemProperties.html for details. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing epp.package.dsl 4.32.0.20240606-1231. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T02:56:50.184Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.29.0.v20240314-1003. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0.v20240525-1058. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.xtext.sdk.feature.group 2.35.0.v20240528-1523. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.lsp4j.sdk.feature.group 0.23.1.v20240521-1817. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T02:56:50.185Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T02:57:36.806Z] [INFO] [materialize-products - epp.package.dsl - macosx/cocoa/aarch64] Operation completed in 45761 ms. [2024-06-11T02:57:36.806Z] [INFO] [2024-06-11T02:57:36.806Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.dsl --- [2024-06-11T02:57:58.694Z] [INFO] [Tue Jun 11 02:57:56 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-06-11T02:59:20.063Z] [INFO] [Tue Jun 11 02:59:10 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/x86_64/Eclipse.app'... [2024-06-11T03:00:06.684Z] [INFO] [2024-06-11T03:00:06.684Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.dsl --- [2024-06-11T03:00:06.684Z] [INFO] [Tue Jun 11 03:00:06 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-06-11T03:00:09.949Z] [INFO] [Tue Jun 11 03:00:09 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-06-11T03:00:13.215Z] [INFO] [2024-06-11T03:00:13.215Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.dsl --- [2024-06-11T03:00:13.215Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:00:39.728Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:01:06.226Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:01:18.391Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:01:44.886Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products/eclipse-dsl-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:02:06.766Z] [INFO] [2024-06-11T03:02:06.766Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.dsl --- [2024-06-11T03:02:06.766Z] [INFO] [Tue Jun 11 03:02:04 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T03:02:53.381Z] [INFO] [2024-06-11T03:02:53.381Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.dsl --- [2024-06-11T03:02:53.381Z] [INFO] [Tue Jun 11 03:02:49 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T03:03:39.998Z] [INFO] [2024-06-11T03:03:39.998Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T03:03:39.998Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T03:03:39.998Z] [INFO] from pom.xml [2024-06-11T03:03:39.998Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T03:03:39.998Z] [INFO] [2024-06-11T03:03:39.998Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T03:03:39.998Z] [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-06-11T03:03:39.998Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:03:39.998Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T03:03:39.998Z] [INFO] [2024-06-11T03:03:39.998Z] [INFO] epp.package.dsl .................................... SUCCESS [11:10 min] [2024-06-11T03:03:39.998Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.007 s] [2024-06-11T03:03:39.998Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:03:39.998Z] [INFO] BUILD SUCCESS [2024-06-11T03:03:39.998Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:03:39.998Z] [INFO] Total time: 11:16 min [2024-06-11T03:03:39.998Z] [INFO] Finished at: 2024-06-11T03:03:34Z [2024-06-11T03:03:39.998Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T03:03:40.018Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T03:03:40.018Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T03:03:40.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T03:03:40.034Z] $ ssh-agent [2024-06-11T03:03:40.043Z] SSH_AUTH_SOCK=/tmp/ssh-lv0B3sqlKyJR/agent.5831 [2024-06-11T03:03:40.043Z] SSH_AGENT_PID=5833 [2024-06-11T03:03:40.050Z] Running ssh-add (command line suppressed) [2024-06-11T03:03:40.064Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_6139924472123326810.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_6139924472123326810.key) [2024-06-11T03:03:40.069Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T03:03:40.349Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ dsl [2024-06-11T03:03:40.349Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T03:03:40.349Z] + shift [2024-06-11T03:03:40.349Z] + PACKAGES=dsl [2024-06-11T03:03:40.349Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T03:03:40.349Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T03:03:40.349Z] + SCP=scp [2024-06-11T03:03:40.349Z] + for PACKAGE in $PACKAGES [2024-06-11T03:03:40.349Z] + pushd packages/org.eclipse.epp.package.dsl.product/target/products [2024-06-11T03:03:40.349Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.dsl.product/target/products ~/agent/workspace/epp_master [2024-06-11T03:03:40.349Z] ++ find eclipse-dsl-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-dsl-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-dsl-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-dsl-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-dsl-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2024-06-R-win32.win32.x86_64.zip epp.package.dsl -type f -maxdepth 0 [2024-06-11T03:03:40.349Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:03:40.349Z] ++ echo eclipse-dsl-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:03:40.349Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:03:40.349Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:03:40.350Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:03:40.350Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:03:40.350Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:03:40.350Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:03:40.350Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:03:40.350Z] + NEWNAME=eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:03:40.350Z] + mv eclipse-dsl-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:03:40.350Z] + md5sum eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:03:41.277Z] + sha1sum eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:03:42.645Z] + sha512sum -b eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:03:44.534Z] + scp eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-dsl-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:03:56.702Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:03:56.702Z] ++ echo eclipse-dsl-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:03:56.702Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:03:56.702Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:03:56.702Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:03:56.702Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:03:56.702Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:03:56.702Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:03:56.702Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:03:56.702Z] + NEWNAME=eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:03:56.702Z] + mv eclipse-dsl-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:03:56.702Z] + md5sum eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:03:56.702Z] + sha1sum eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:03:57.262Z] + sha512sum -b eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:03:59.152Z] + scp eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-dsl-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:04:11.317Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:04:11.317Z] ++ echo eclipse-dsl-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T03:04:11.317Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:04:11.317Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:04:11.317Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:04:11.317Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:04:11.317Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:04:11.317Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:04:11.317Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:04:11.317Z] + NEWNAME=eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:04:11.317Z] + mv eclipse-dsl-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:04:11.317Z] + md5sum eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:04:12.243Z] + sha1sum eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:04:13.603Z] + sha512sum -b eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:04:15.487Z] + scp eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:04:27.789Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:04:27.789Z] ++ echo eclipse-dsl-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:04:27.789Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:04:27.789Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:04:27.789Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:04:27.789Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:04:27.789Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:04:27.789Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:04:27.789Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:04:27.789Z] + NEWNAME=eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:04:27.789Z] + mv eclipse-dsl-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:04:27.789Z] + md5sum eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:04:28.719Z] + sha1sum eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:04:30.084Z] + sha512sum -b eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:04:31.974Z] + scp eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-dsl-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:04:46.813Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:04:46.813Z] ++ echo eclipse-dsl-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T03:04:46.813Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:04:46.813Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:04:46.813Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:04:46.813Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:04:46.814Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:04:46.814Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:04:46.814Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:04:46.814Z] + NEWNAME=eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:04:46.814Z] + mv eclipse-dsl-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:04:46.814Z] + md5sum eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:04:46.814Z] + sha1sum eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:04:46.814Z] + sha512sum -b eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:04:48.702Z] + scp eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:05:00.872Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:05:00.872Z] ++ echo eclipse-dsl-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:05:00.872Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:05:00.872Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:05:00.872Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:05:00.872Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:05:00.872Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:05:00.872Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:05:00.872Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:05:00.872Z] + NEWNAME=eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:05:00.872Z] + mv eclipse-dsl-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:05:00.872Z] + md5sum eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:05:00.872Z] + sha1sum eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:05:02.237Z] + sha512sum -b eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:05:04.124Z] + scp eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-dsl-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:05:16.290Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:05:16.290Z] ++ echo eclipse-dsl-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:05:16.290Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:05:16.290Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:05:16.290Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:05:16.290Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:05:16.290Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:05:16.290Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:05:16.290Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:05:16.290Z] + NEWNAME=eclipse-dsl-2024-06-R-win32-x86_64.zip [2024-06-11T03:05:16.290Z] + mv eclipse-dsl-2024-06-R-win32.win32.x86_64.zip eclipse-dsl-2024-06-R-win32-x86_64.zip [2024-06-11T03:05:16.290Z] + md5sum eclipse-dsl-2024-06-R-win32-x86_64.zip [2024-06-11T03:05:17.655Z] + sha1sum eclipse-dsl-2024-06-R-win32-x86_64.zip [2024-06-11T03:05:19.021Z] + sha512sum -b eclipse-dsl-2024-06-R-win32-x86_64.zip [2024-06-11T03:05:20.909Z] + scp eclipse-dsl-2024-06-R-win32-x86_64.zip eclipse-dsl-2024-06-R-win32-x86_64.zip.md5 eclipse-dsl-2024-06-R-win32-x86_64.zip.sha1 eclipse-dsl-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:05:33.077Z] + popd [2024-06-11T03:05:33.077Z] ~/agent/workspace/epp_master [2024-06-11T03:05:33.077Z] + 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-06-11T03:05:33.077Z] + 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-06-11T03:05:33.077Z] + 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-06-11T03:05:33.087Z] $ ssh-agent -k [2024-06-11T03:05:33.092Z] unset SSH_AUTH_SOCK; [2024-06-11T03:05:33.092Z] unset SSH_AGENT_PID; [2024-06-11T03:05:33.092Z] echo Agent pid 5833 killed; [2024-06-11T03:05:33.095Z] [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-06-11T03:05:33.457Z] + 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-06-11T03:05:33.457Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T03:05:33.457Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T03:05:33.457Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T03:05:33.457Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T03:05:33.457Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T03:05:35.356Z] [INFO] Scanning for projects... [2024-06-11T03:05:36.731Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T03:05:36.731Z] [INFO] Tycho Mode: project [2024-06-11T03:05:36.731Z] [INFO] Tycho Builder: maven [2024-06-11T03:05:36.731Z] [INFO] Build Threads: 1 [2024-06-11T03:05:40.929Z] [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/SystemProperties.html for details. [2024-06-11T03:05:40.929Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:05:40.929Z] [INFO] Reactor Build Order: [2024-06-11T03:05:40.929Z] [INFO] [2024-06-11T03:05:40.929Z] [INFO] epp.package.java [eclipse-repository] [2024-06-11T03:05:40.929Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T03:05:40.929Z] [INFO] [2024-06-11T03:05:40.929Z] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ [2024-06-11T03:05:40.929Z] [INFO] Building epp.package.java 4.32.0-SNAPSHOT [1/2] [2024-06-11T03:05:40.929Z] [INFO] from packages/org.eclipse.epp.package.java.product/pom.xml [2024-06-11T03:05:40.929Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T03:05:40.929Z] [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-06-11T03:05:43.448Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T03:05:43.448Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T03:05:43.448Z] [INFO] Transport mode: online [2024-06-11T03:05:43.448Z] [INFO] Http Transport type: Java11Client [2024-06-11T03:05:43.448Z] [INFO] Update mode: cache first [2024-06-11T03:05:43.448Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T03:05:43.448Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T03:05:43.728Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T03:05:44.290Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T03:05:46.180Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T03:05:46.180Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T03:05:46.437Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T03:05:52.970Z] [INFO] [2024-06-11T03:05:52.970Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- [2024-06-11T03:05:52.970Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T03:05:52.970Z] [INFO] [2024-06-11T03:05:52.970Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.java --- [2024-06-11T03:05:52.970Z] [INFO] [2024-06-11T03:05:52.970Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.java --- [2024-06-11T03:05:52.970Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target [2024-06-11T03:05:52.970Z] [INFO] [2024-06-11T03:05:52.970Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.java --- [2024-06-11T03:05:52.970Z] [INFO] [2024-06-11T03:05:52.970Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.java --- [2024-06-11T03:05:52.970Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T03:05:52.970Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T03:05:52.970Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/src/main/resources [2024-06-11T03:05:52.970Z] [INFO] [2024-06-11T03:05:52.971Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T03:05:52.971Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T03:05:52.971Z] [INFO] [2024-06-11T03:05:52.971Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.java --- [2024-06-11T03:05:53.535Z] [INFO] [2024-06-11T03:05:53.535Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.java --- [2024-06-11T03:05:53.535Z] [INFO] [2024-06-11T03:05:53.535Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.java --- [2024-06-11T03:05:53.535Z] [INFO] [2024-06-11T03:05:53.535Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.java --- [2024-06-11T03:06:40.154Z] [INFO] [2024-06-11T03:06:40.154Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.java --- [2024-06-11T03:06:40.154Z] [INFO] [2024-06-11T03:06:40.154Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.java --- [2024-06-11T03:06:40.154Z] [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-06-11T03:06:40.154Z] [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/SystemProperties.html for details. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing epp.package.java 4.32.0.20240606-1231. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:06:40.154Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.4.202405270639. [2024-06-11T03:06:40.155Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:06:40.155Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:07:06.645Z] [INFO] [materialize-products - epp.package.java - linux/gtk/x86_64] Operation completed in 28838 ms. [2024-06-11T03:07:06.901Z] [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-06-11T03:07:06.901Z] [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/SystemProperties.html for details. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing epp.package.java 4.32.0.20240606-1231. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:07:07.156Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:07:07.157Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.4.202405270639. [2024-06-11T03:07:07.157Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:07:07.157Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - linux/gtk/aarch64] Operation completed in 27239 ms. [2024-06-11T03:07:39.188Z] [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-06-11T03:07:39.188Z] [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/SystemProperties.html for details. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing epp.package.java 4.32.0.20240606-1231. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:07:39.188Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:07:39.189Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.4.202405270639. [2024-06-11T03:07:39.189Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:07:39.189Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:08:01.076Z] [INFO] [materialize-products - epp.package.java - win32/win32/x86_64] Operation completed in 25909 ms. [2024-06-11T03:08:01.076Z] [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-06-11T03:08:01.076Z] [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/SystemProperties.html for details. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing epp.package.java 4.32.0.20240606-1231. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:08:01.332Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:08:01.333Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.4.202405270639. [2024-06-11T03:08:01.333Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:08:01.333Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:08:27.828Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/x86_64] Operation completed in 26140 ms. [2024-06-11T03:08:27.829Z] [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-06-11T03:08:27.829Z] [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/SystemProperties.html for details. [2024-06-11T03:08:28.084Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing epp.package.java 4.32.0.20240606-1231. [2024-06-11T03:08:28.084Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:08:28.084Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:08:28.084Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 1.3.4.202405270639. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:08:28.085Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:08:54.579Z] [INFO] [materialize-products - epp.package.java - macosx/cocoa/aarch64] Operation completed in 26391 ms. [2024-06-11T03:08:54.834Z] [INFO] [2024-06-11T03:08:54.834Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.java --- [2024-06-11T03:09:12.875Z] [INFO] [Tue Jun 11 03:09:11 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/x86_64/Eclipse.app'... [2024-06-11T03:10:09.034Z] [INFO] [Tue Jun 11 03:10:02 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-06-11T03:10:41.053Z] [INFO] [2024-06-11T03:10:41.053Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.java --- [2024-06-11T03:10:41.053Z] [INFO] [Tue Jun 11 03:10:37 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-06-11T03:10:41.053Z] [INFO] [Tue Jun 11 03:10:40 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-06-11T03:10:44.317Z] [INFO] [2024-06-11T03:10:44.317Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.java --- [2024-06-11T03:10:44.317Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:11:02.362Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:11:17.196Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:11:25.282Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:11:40.115Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:11:54.956Z] [INFO] [2024-06-11T03:11:54.956Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.java --- [2024-06-11T03:11:55.214Z] [INFO] [Tue Jun 11 03:11:54 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products/eclipse-java-2024-06-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T03:12:27.235Z] [INFO] [2024-06-11T03:12:27.235Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.java --- [2024-06-11T03:12:27.235Z] [INFO] [Tue Jun 11 03:12:26 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T03:13:05.889Z] [INFO] [2024-06-11T03:13:05.889Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T03:13:05.889Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T03:13:05.889Z] [INFO] from pom.xml [2024-06-11T03:13:05.889Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T03:13:05.889Z] [INFO] [2024-06-11T03:13:05.889Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T03:13:05.889Z] [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-06-11T03:13:05.889Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:13:05.889Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T03:13:05.889Z] [INFO] [2024-06-11T03:13:05.889Z] [INFO] epp.package.java ................................... SUCCESS [07:18 min] [2024-06-11T03:13:05.889Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] [2024-06-11T03:13:05.889Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:13:05.889Z] [INFO] BUILD SUCCESS [2024-06-11T03:13:05.889Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:13:05.889Z] [INFO] Total time: 07:24 min [2024-06-11T03:13:05.889Z] [INFO] Finished at: 2024-06-11T03:12:59Z [2024-06-11T03:13:05.889Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T03:13:05.908Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T03:13:05.908Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T03:13:05.920Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T03:13:05.923Z] $ ssh-agent [2024-06-11T03:13:05.930Z] SSH_AUTH_SOCK=/tmp/ssh-7nxPXUCn7jhe/agent.6812 [2024-06-11T03:13:05.930Z] SSH_AGENT_PID=6814 [2024-06-11T03:13:05.936Z] Running ssh-add (command line suppressed) [2024-06-11T03:13:05.951Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_11990244745974712787.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_11990244745974712787.key) [2024-06-11T03:13:05.956Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T03:13:06.237Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ java [2024-06-11T03:13:06.237Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T03:13:06.237Z] + shift [2024-06-11T03:13:06.237Z] + PACKAGES=java [2024-06-11T03:13:06.237Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T03:13:06.237Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T03:13:06.237Z] + SCP=scp [2024-06-11T03:13:06.237Z] + for PACKAGE in $PACKAGES [2024-06-11T03:13:06.237Z] + pushd packages/org.eclipse.epp.package.java.product/target/products [2024-06-11T03:13:06.237Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.java.product/target/products ~/agent/workspace/epp_master [2024-06-11T03:13:06.237Z] ++ find eclipse-java-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-java-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-java-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-java-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-java-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-java-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-java-2024-06-R-win32.win32.x86_64.zip epp.package.java -type f -maxdepth 0 [2024-06-11T03:13:06.237Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:13:06.237Z] ++ echo eclipse-java-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:13:06.237Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:13:06.237Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:13:06.237Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:13:06.237Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:13:06.237Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:13:06.237Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:13:06.237Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:13:06.237Z] + NEWNAME=eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:13:06.237Z] + mv eclipse-java-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:13:06.237Z] + md5sum eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:13:06.799Z] + sha1sum eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:13:07.725Z] + sha512sum -b eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:13:09.089Z] + scp eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-java-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:13:17.173Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:13:17.173Z] ++ echo eclipse-java-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:13:17.173Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:13:17.173Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:13:17.173Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:13:17.173Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:13:17.173Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:13:17.173Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:13:17.173Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:13:17.173Z] + NEWNAME=eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:13:17.173Z] + mv eclipse-java-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:13:17.173Z] + md5sum eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:13:17.734Z] + sha1sum eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:13:18.662Z] + sha512sum -b eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:13:20.027Z] + scp eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-java-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:13:29.972Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:13:29.972Z] ++ echo eclipse-java-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T03:13:29.972Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:13:29.972Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:13:29.972Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:13:29.972Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:13:29.972Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:13:29.972Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:13:29.972Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:13:29.972Z] + NEWNAME=eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:13:29.972Z] + mv eclipse-java-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:13:29.973Z] + md5sum eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:13:29.973Z] + sha1sum eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:13:29.973Z] + sha512sum -b eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:13:31.338Z] + scp eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-java-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:13:39.431Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:13:39.431Z] ++ echo eclipse-java-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:13:39.431Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:13:39.431Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:13:39.431Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:13:39.431Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:13:39.431Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:13:39.431Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:13:39.431Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:13:39.431Z] + NEWNAME=eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:13:39.431Z] + mv eclipse-java-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:13:39.431Z] + md5sum eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:13:39.993Z] + sha1sum eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:13:40.920Z] + sha512sum -b eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:13:42.284Z] + scp eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-java-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:13:50.367Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:13:50.367Z] ++ echo eclipse-java-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T03:13:50.367Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:13:50.367Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:13:50.367Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:13:50.367Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:13:50.367Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:13:50.367Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:13:50.367Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:13:50.367Z] + NEWNAME=eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:13:50.367Z] + mv eclipse-java-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:13:50.367Z] + md5sum eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:13:50.928Z] + sha1sum eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:13:51.855Z] + sha512sum -b eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:13:53.219Z] + scp eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-java-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:14:01.311Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:14:01.311Z] ++ echo eclipse-java-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:14:01.311Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:14:01.311Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:14:01.311Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:14:01.311Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:14:01.311Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:14:01.311Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:14:01.311Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:14:01.311Z] + NEWNAME=eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:14:01.311Z] + mv eclipse-java-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:14:01.311Z] + md5sum eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:14:01.873Z] + sha1sum eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:14:02.801Z] + sha512sum -b eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:14:04.165Z] + scp eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-java-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:14:12.244Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:14:12.244Z] ++ echo eclipse-java-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:14:12.244Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:14:12.244Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:14:12.244Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:14:12.244Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:14:12.244Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:14:12.244Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:14:12.244Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:14:12.244Z] + NEWNAME=eclipse-java-2024-06-R-win32-x86_64.zip [2024-06-11T03:14:12.244Z] + mv eclipse-java-2024-06-R-win32.win32.x86_64.zip eclipse-java-2024-06-R-win32-x86_64.zip [2024-06-11T03:14:12.244Z] + md5sum eclipse-java-2024-06-R-win32-x86_64.zip [2024-06-11T03:14:12.805Z] + sha1sum eclipse-java-2024-06-R-win32-x86_64.zip [2024-06-11T03:14:13.731Z] + sha512sum -b eclipse-java-2024-06-R-win32-x86_64.zip [2024-06-11T03:14:14.660Z] + scp eclipse-java-2024-06-R-win32-x86_64.zip eclipse-java-2024-06-R-win32-x86_64.zip.md5 eclipse-java-2024-06-R-win32-x86_64.zip.sha1 eclipse-java-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:14:22.738Z] + popd [2024-06-11T03:14:22.738Z] ~/agent/workspace/epp_master [2024-06-11T03:14:22.738Z] + 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-06-11T03:14:22.738Z] + 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-06-11T03:14:22.738Z] + 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-06-11T03:14:23.005Z] $ ssh-agent -k [2024-06-11T03:14:23.009Z] unset SSH_AUTH_SOCK; [2024-06-11T03:14:23.009Z] unset SSH_AGENT_PID; [2024-06-11T03:14:23.009Z] echo Agent pid 6814 killed; [2024-06-11T03:14:23.011Z] [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-06-11T03:14:23.368Z] + 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-06-11T03:14:23.368Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T03:14:23.368Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T03:14:23.368Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T03:14:23.368Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T03:14:23.368Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T03:14:24.732Z] [INFO] Scanning for projects... [2024-06-11T03:14:26.097Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T03:14:26.097Z] [INFO] Tycho Mode: project [2024-06-11T03:14:26.097Z] [INFO] Tycho Builder: maven [2024-06-11T03:14:26.097Z] [INFO] Build Threads: 1 [2024-06-11T03:14:30.279Z] [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/SystemProperties.html for details. [2024-06-11T03:14:30.279Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:14:30.279Z] [INFO] Reactor Build Order: [2024-06-11T03:14:30.279Z] [INFO] [2024-06-11T03:14:30.279Z] [INFO] epp.package.jee [eclipse-repository] [2024-06-11T03:14:30.279Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T03:14:30.279Z] [INFO] [2024-06-11T03:14:30.279Z] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- [2024-06-11T03:14:30.279Z] [INFO] Building epp.package.jee 4.32.0-SNAPSHOT [1/2] [2024-06-11T03:14:30.279Z] [INFO] from packages/org.eclipse.epp.package.jee.product/pom.xml [2024-06-11T03:14:30.279Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T03:14:30.279Z] [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-06-11T03:14:32.797Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T03:14:32.797Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T03:14:32.797Z] [INFO] Transport mode: online [2024-06-11T03:14:32.797Z] [INFO] Http Transport type: Java11Client [2024-06-11T03:14:32.797Z] [INFO] Update mode: cache first [2024-06-11T03:14:32.797Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T03:14:32.797Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T03:14:32.797Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T03:14:32.797Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T03:14:34.684Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T03:14:34.684Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T03:14:34.940Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T03:14:47.105Z] [INFO] [2024-06-11T03:14:47.105Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- [2024-06-11T03:14:47.105Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T03:14:47.105Z] [INFO] [2024-06-11T03:14:47.105Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.jee --- [2024-06-11T03:14:47.105Z] [INFO] [2024-06-11T03:14:47.105Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.jee --- [2024-06-11T03:14:47.105Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target [2024-06-11T03:14:47.105Z] [INFO] [2024-06-11T03:14:47.105Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.jee --- [2024-06-11T03:14:47.105Z] [INFO] [2024-06-11T03:14:47.105Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.jee --- [2024-06-11T03:14:47.105Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T03:14:47.105Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T03:14:47.105Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/src/main/resources [2024-06-11T03:14:47.106Z] [INFO] [2024-06-11T03:14:47.106Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T03:14:47.106Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T03:14:47.106Z] [INFO] [2024-06-11T03:14:47.106Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.jee --- [2024-06-11T03:14:48.033Z] [INFO] [2024-06-11T03:14:48.033Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.jee --- [2024-06-11T03:14:48.033Z] [INFO] [2024-06-11T03:14:48.033Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- [2024-06-11T03:14:48.033Z] [INFO] [2024-06-11T03:14:48.033Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.jee --- [2024-06-11T03:16:09.405Z] [INFO] [2024-06-11T03:16:09.405Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.jee --- [2024-06-11T03:16:09.405Z] [INFO] [2024-06-11T03:16:09.405Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.jee --- [2024-06-11T03:16:09.405Z] [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-06-11T03:16:09.405Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing epp.package.jee 4.32.0.20240606-1231. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-06-11T03:16:09.405Z] [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-06-11T03:16:09.405Z] [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-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-06-11T03:16:09.405Z] [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-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-06-11T03:16:09.405Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.405Z] [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-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.8.0.v202405180120. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.1.v202405122333. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.34.0.v202405181536. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.30.0.v202405122323. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-06-11T03:16:09.406Z] [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-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.1000.v202405180431. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202405180407. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202405181236. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T03:16:09.406Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202405180419. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-06-11T03:16:09.407Z] [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-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:16:09.407Z] [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-06-11T03:16:09.407Z] [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-06-11T03:16:09.407Z] [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-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202405130119. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:16:09.407Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/x86_64] Operation completed in 54192 ms. [2024-06-11T03:16:56.028Z] [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-06-11T03:16:56.028Z] [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/SystemProperties.html for details. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing epp.package.jee 4.32.0.20240606-1231. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-06-11T03:16:56.028Z] [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-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-06-11T03:16:56.028Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.8.0.v202405180120. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.1.v202405122333. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.34.0.v202405181536. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.30.0.v202405122323. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-06-11T03:16:56.029Z] [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-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.1000.v202405180431. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202405180407. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202405181236. [2024-06-11T03:16:56.029Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202405180419. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202405130119. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:16:56.030Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - linux/gtk/aarch64] Operation completed in 51566 ms. [2024-06-11T03:17:52.195Z] [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-06-11T03:17:52.195Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing epp.package.jee 4.32.0.20240606-1231. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-06-11T03:17:52.195Z] [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-06-11T03:17:52.195Z] [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-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-06-11T03:17:52.195Z] [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-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.195Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [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-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.8.0.v202405180120. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.1.v202405122333. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.34.0.v202405181536. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.30.0.v202405122323. [2024-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-06-11T03:17:52.196Z] [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-06-11T03:17:52.196Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.1000.v202405180431. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202405180407. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202405181236. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202405180419. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-06-11T03:17:52.197Z] [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-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:17:52.197Z] [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-06-11T03:17:52.197Z] [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-06-11T03:17:52.197Z] [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-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202405130119. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:17:52.197Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - win32/win32/x86_64] Operation completed in 50942 ms. [2024-06-11T03:18:38.816Z] [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-06-11T03:18:38.816Z] [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/SystemProperties.html for details. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing epp.package.jee 4.32.0.20240606-1231. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-06-11T03:18:38.816Z] [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-06-11T03:18:38.816Z] [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-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-06-11T03:18:38.816Z] [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-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.816Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [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-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.8.0.v202405180120. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jsf.feature.feature.group 3.13.1.v202405122333. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.34.0.v202405181536. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.30.0.v202405122323. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-06-11T03:18:38.817Z] [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-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.1000.v202405180431. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202405180407. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-06-11T03:18:38.817Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202405181236. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202405180419. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-06-11T03:18:38.818Z] [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-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:18:38.818Z] [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-06-11T03:18:38.818Z] [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-06-11T03:18:38.818Z] [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-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202405130119. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:18:38.818Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/x86_64] Operation completed in 52343 ms. [2024-06-11T03:19:34.985Z] [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-06-11T03:19:34.985Z] [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/SystemProperties.html for details. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing epp.package.jee 4.32.0.20240606-1231. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:19:34.985Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [2024-06-11T03:19:34.986Z] [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-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sdk.feature.feature.group 1.16.1.202403060734. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [2024-06-11T03:19:34.986Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.400.v202404202240. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.common.feature.feature.group 1.5.200.v202308172102. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202301061019. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v202308172102. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jpt.jpa.feature.feature.group 3.8.0.v202405180120. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jsf.feature.feature.group 3.13.1.v202405122333. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.server_adapters.feature.feature.group 3.34.0.v202405181536. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.30.0.v202405122323. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.34.0.v202403140324. [2024-06-11T03:19:34.987Z] [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-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.1000.v202405180431. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_adapters.feature.feature.group 3.34.0.v202405180407. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202401292331. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.12.0.v202405181236. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.2.0.v202405180419. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.1200.v202311232240. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.600.v202308010354. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.1000.v202311280000. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.6.1.20231024-1618. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.common.fproj.feature.group 3.7.4.v202308161955. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wst.xsl.feature.feature.group 1.3.1600.v202405130119. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:19:34.987Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:19:34.988Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:19:34.988Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:19:34.988Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:20:21.604Z] [INFO] [materialize-products - epp.package.jee - macosx/cocoa/aarch64] Operation completed in 50833 ms. [2024-06-11T03:20:21.604Z] [INFO] [2024-06-11T03:20:21.604Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.jee --- [2024-06-11T03:20:53.629Z] [INFO] [Tue Jun 11 03:20:51 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-06-11T03:22:45.012Z] [INFO] [Tue Jun 11 03:22:31 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-06-11T03:23:52.638Z] [INFO] [2024-06-11T03:23:52.638Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.jee --- [2024-06-11T03:23:52.638Z] [INFO] [Tue Jun 11 03:23:42 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-06-11T03:23:52.638Z] [INFO] [Tue Jun 11 03:23:45 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-06-11T03:23:52.638Z] [INFO] [2024-06-11T03:23:52.638Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.jee --- [2024-06-11T03:23:52.638Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:24:24.663Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:25:03.319Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:25:15.718Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:25:54.377Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products/eclipse-jee-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:26:26.402Z] [INFO] [2024-06-11T03:26:26.402Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.jee --- [2024-06-11T03:26:26.402Z] [INFO] [Tue Jun 11 03:26:20 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T03:27:22.569Z] [INFO] [2024-06-11T03:27:22.569Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.jee --- [2024-06-11T03:27:22.569Z] [INFO] [Tue Jun 11 03:27:18 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T03:28:18.754Z] [INFO] [2024-06-11T03:28:18.754Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T03:28:18.754Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T03:28:18.754Z] [INFO] from pom.xml [2024-06-11T03:28:18.754Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T03:28:18.754Z] [INFO] [2024-06-11T03:28:18.754Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T03:28:18.754Z] [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-06-11T03:28:18.754Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:28:18.754Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T03:28:18.754Z] [INFO] [2024-06-11T03:28:18.754Z] [INFO] epp.package.jee .................................... SUCCESS [13:46 min] [2024-06-11T03:28:18.754Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] [2024-06-11T03:28:18.755Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:28:18.755Z] [INFO] BUILD SUCCESS [2024-06-11T03:28:18.755Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:28:18.755Z] [INFO] Total time: 13:51 min [2024-06-11T03:28:18.755Z] [INFO] Finished at: 2024-06-11T03:28:16Z [2024-06-11T03:28:18.755Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T03:28:18.771Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T03:28:18.772Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T03:28:18.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T03:28:18.787Z] $ ssh-agent [2024-06-11T03:28:18.795Z] SSH_AUTH_SOCK=/tmp/ssh-McvL0UMaI72Q/agent.8030 [2024-06-11T03:28:18.795Z] SSH_AGENT_PID=8032 [2024-06-11T03:28:18.802Z] Running ssh-add (command line suppressed) [2024-06-11T03:28:18.815Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_8538330982227108435.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_8538330982227108435.key) [2024-06-11T03:28:18.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T03:28:19.101Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ jee [2024-06-11T03:28:19.101Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T03:28:19.101Z] + shift [2024-06-11T03:28:19.101Z] + PACKAGES=jee [2024-06-11T03:28:19.101Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T03:28:19.101Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T03:28:19.101Z] + SCP=scp [2024-06-11T03:28:19.101Z] + for PACKAGE in $PACKAGES [2024-06-11T03:28:19.101Z] + pushd packages/org.eclipse.epp.package.jee.product/target/products [2024-06-11T03:28:19.101Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.jee.product/target/products ~/agent/workspace/epp_master [2024-06-11T03:28:19.101Z] ++ find eclipse-jee-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-jee-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-jee-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-jee-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-jee-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-jee-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-jee-2024-06-R-win32.win32.x86_64.zip epp.package.jee -type f -maxdepth 0 [2024-06-11T03:28:19.101Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:28:19.101Z] ++ echo eclipse-jee-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:28:19.101Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:28:19.101Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:28:19.101Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:28:19.101Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:28:19.101Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:28:19.101Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:28:19.101Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:28:19.101Z] + NEWNAME=eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:28:19.101Z] + mv eclipse-jee-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:28:19.101Z] + md5sum eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:28:20.466Z] + sha1sum eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:28:21.831Z] + sha512sum -b eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:28:23.719Z] + scp eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-jee-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:28:38.555Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:28:38.555Z] ++ echo eclipse-jee-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:28:38.555Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:28:38.555Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:28:38.555Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:28:38.555Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:28:38.555Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:28:38.555Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:28:38.555Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:28:38.555Z] + NEWNAME=eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:28:38.555Z] + mv eclipse-jee-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:28:38.555Z] + md5sum eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:28:38.555Z] + sha1sum eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:28:39.920Z] + sha512sum -b eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:28:42.434Z] + scp eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:28:54.602Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:28:54.602Z] ++ echo eclipse-jee-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T03:28:54.602Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:28:54.602Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:28:54.602Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:28:54.602Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:28:54.602Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:28:54.602Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:28:54.602Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:28:54.602Z] + NEWNAME=eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:28:54.602Z] + mv eclipse-jee-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:28:54.602Z] + md5sum eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:28:55.530Z] + sha1sum eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:28:56.896Z] + sha512sum -b eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:28:58.783Z] + scp eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-jee-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:29:13.624Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:29:13.624Z] ++ echo eclipse-jee-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:29:13.624Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:29:13.624Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:29:13.624Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:29:13.624Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:29:13.624Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:29:13.624Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:29:13.624Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:29:13.624Z] + NEWNAME=eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:29:13.624Z] + mv eclipse-jee-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:29:13.624Z] + md5sum eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:29:13.624Z] + sha1sum eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:29:14.185Z] + sha512sum -b eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:29:16.074Z] + scp eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-jee-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:29:30.918Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:29:30.918Z] ++ echo eclipse-jee-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T03:29:30.918Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:29:30.918Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:29:30.918Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:29:30.918Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:29:30.918Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:29:30.918Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:29:30.918Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:29:30.918Z] + NEWNAME=eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:29:30.918Z] + mv eclipse-jee-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:29:30.918Z] + md5sum eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:29:30.918Z] + sha1sum eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:29:31.173Z] + sha512sum -b eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:29:33.063Z] + scp eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-jee-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:29:47.900Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:29:47.900Z] ++ echo eclipse-jee-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:29:47.900Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:29:47.900Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:29:47.900Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:29:47.900Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:29:47.900Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:29:47.900Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:29:47.900Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:29:47.900Z] + NEWNAME=eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:29:47.900Z] + mv eclipse-jee-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:29:47.900Z] + md5sum eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:29:47.900Z] + sha1sum eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:29:48.462Z] + sha512sum -b eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:29:50.349Z] + scp eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-jee-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:30:05.185Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:30:05.185Z] ++ echo eclipse-jee-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:30:05.185Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:30:05.185Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:30:05.185Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:30:05.185Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:30:05.185Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:30:05.185Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:30:05.185Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:30:05.185Z] + NEWNAME=eclipse-jee-2024-06-R-win32-x86_64.zip [2024-06-11T03:30:05.185Z] + mv eclipse-jee-2024-06-R-win32.win32.x86_64.zip eclipse-jee-2024-06-R-win32-x86_64.zip [2024-06-11T03:30:05.185Z] + md5sum eclipse-jee-2024-06-R-win32-x86_64.zip [2024-06-11T03:30:05.185Z] + sha1sum eclipse-jee-2024-06-R-win32-x86_64.zip [2024-06-11T03:30:06.552Z] + sha512sum -b eclipse-jee-2024-06-R-win32-x86_64.zip [2024-06-11T03:30:08.438Z] + scp eclipse-jee-2024-06-R-win32-x86_64.zip eclipse-jee-2024-06-R-win32-x86_64.zip.md5 eclipse-jee-2024-06-R-win32-x86_64.zip.sha1 eclipse-jee-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:30:20.603Z] + popd [2024-06-11T03:30:20.603Z] ~/agent/workspace/epp_master [2024-06-11T03:30:20.603Z] + 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-06-11T03:30:20.603Z] + 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-06-11T03:30:20.603Z] + 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-06-11T03:30:20.613Z] $ ssh-agent -k [2024-06-11T03:30:20.617Z] unset SSH_AUTH_SOCK; [2024-06-11T03:30:20.618Z] unset SSH_AGENT_PID; [2024-06-11T03:30:20.618Z] echo Agent pid 8032 killed; [2024-06-11T03:30:20.620Z] [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-06-11T03:30:30.604Z] + 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-06-11T03:30:31.165Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T03:30:31.165Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T03:30:31.165Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T03:30:31.165Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T03:30:31.165Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T03:30:32.537Z] [INFO] Scanning for projects... [2024-06-11T03:30:34.429Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T03:30:34.429Z] [INFO] Tycho Mode: project [2024-06-11T03:30:34.429Z] [INFO] Tycho Builder: maven [2024-06-11T03:30:34.429Z] [INFO] Build Threads: 1 [2024-06-11T03:30:37.710Z] [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/SystemProperties.html for details. [2024-06-11T03:30:37.710Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:30:37.710Z] [INFO] Reactor Build Order: [2024-06-11T03:30:37.710Z] [INFO] [2024-06-11T03:30:37.710Z] [INFO] epp.package.modeling [eclipse-repository] [2024-06-11T03:30:37.710Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T03:30:37.710Z] [INFO] [2024-06-11T03:30:37.710Z] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- [2024-06-11T03:30:37.710Z] [INFO] Building epp.package.modeling 4.32.0-SNAPSHOT [1/2] [2024-06-11T03:30:37.710Z] [INFO] from packages/org.eclipse.epp.package.modeling.product/pom.xml [2024-06-11T03:30:37.710Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T03:30:37.710Z] [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-06-11T03:30:40.995Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T03:30:40.996Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T03:30:40.996Z] [INFO] Transport mode: online [2024-06-11T03:30:40.996Z] [INFO] Http Transport type: Java11Client [2024-06-11T03:30:40.996Z] [INFO] Update mode: cache first [2024-06-11T03:30:40.996Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T03:30:40.996Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T03:30:41.251Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T03:30:41.507Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T03:30:43.394Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T03:30:43.394Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T03:30:43.394Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T03:30:51.482Z] [INFO] [2024-06-11T03:30:51.482Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- [2024-06-11T03:30:52.044Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T03:30:52.044Z] [INFO] [2024-06-11T03:30:52.044Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.modeling --- [2024-06-11T03:30:52.044Z] [INFO] [2024-06-11T03:30:52.044Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.modeling --- [2024-06-11T03:30:52.044Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target [2024-06-11T03:30:52.044Z] [INFO] [2024-06-11T03:30:52.044Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.modeling --- [2024-06-11T03:30:52.044Z] [INFO] [2024-06-11T03:30:52.044Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.modeling --- [2024-06-11T03:30:52.300Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T03:30:52.300Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T03:30:52.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/src/main/resources [2024-06-11T03:30:52.300Z] [INFO] [2024-06-11T03:30:52.300Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T03:30:52.300Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T03:30:52.558Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T03:30:52.558Z] [INFO] [2024-06-11T03:30:52.558Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.modeling --- [2024-06-11T03:30:53.119Z] [INFO] [2024-06-11T03:30:53.119Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.modeling --- [2024-06-11T03:30:53.119Z] [INFO] [2024-06-11T03:30:53.119Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- [2024-06-11T03:30:53.119Z] [INFO] [2024-06-11T03:30:53.119Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.modeling --- [2024-06-11T03:32:00.742Z] [INFO] [2024-06-11T03:32:00.743Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.modeling --- [2024-06-11T03:32:00.743Z] [INFO] [2024-06-11T03:32:00.743Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.modeling --- [2024-06-11T03:32:00.743Z] [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-06-11T03:32:00.743Z] [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/SystemProperties.html for details. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing epp.package.modeling 4.32.0.20240606-1231. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:32:00.743Z] [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-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240605-1049. [2024-06-11T03:32:00.743Z] [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-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-06-11T03:32:00.743Z] [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-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.4.202405171447. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.21.0.v20240603-0658. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:32:00.743Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-06-11T03:32:00.744Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-06-11T03:32:00.744Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:32:00.744Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:32:00.744Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/x86_64] Operation completed in 64860 ms. [2024-06-11T03:33:08.367Z] [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-06-11T03:33:08.367Z] [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/SystemProperties.html for details. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing epp.package.modeling 4.32.0.20240606-1231. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240605-1049. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-06-11T03:33:08.367Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.4.202405171447. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.21.0.v20240603-0658. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:33:08.368Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - linux/gtk/aarch64] Operation completed in 59493 ms. [2024-06-11T03:34:04.533Z] [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-06-11T03:34:04.533Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing epp.package.modeling 4.32.0.20240606-1231. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:34:04.533Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:34:04.534Z] [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-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240605-1049. [2024-06-11T03:34:04.534Z] [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-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-06-11T03:34:04.534Z] [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-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.4.202405171447. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.21.0.v20240603-0658. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:34:04.534Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - win32/win32/x86_64] Operation completed in 57903 ms. [2024-06-11T03:35:00.700Z] [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-06-11T03:35:00.700Z] [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/SystemProperties.html for details. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing epp.package.modeling 4.32.0.20240606-1231. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:35:00.700Z] [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-06-11T03:35:00.700Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240605-1049. [2024-06-11T03:35:00.701Z] [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-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-06-11T03:35:00.701Z] [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-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.4.202405171447. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.ocl.all.sdk.feature.group 5.21.0.v20240603-0658. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:35:00.701Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:36:08.327Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/x86_64] Operation completed in 62959 ms. [2024-06-11T03:36:08.327Z] [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-06-11T03:36:08.328Z] [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/SystemProperties.html for details. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing epp.package.modeling 4.32.0.20240606-1231. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.cdo.sdk.feature.group 5.14.1.v20240605-1049. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.24.202401051648. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.source.feature.group 3.3.24.202401051648. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.24.202401051648. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.compare.egit.feature.group 3.3.24.202401051648. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecoretools.design.feature.group 3.5.1.202404261351. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.17.0.v20240529-1037. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.sdk.feature.group 2.38.0.v20240314-1003. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.transaction.sdk.feature.group 1.13.0.202208110935. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.emf.validation.sdk.feature.group 1.13.3.202305230712. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gef.sdk.feature.group 5.5.0.202311221639. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.gmf.runtime.sdk.feature.group 1.16.4.202405171447. [2024-06-11T03:36:08.328Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.ocl.all.sdk.feature.group 5.21.0.v20240603-0658. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.sdk.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.uml2.sdk.feature.group 5.5.3.v20221116-1811. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.xsd.sdk.feature.group 2.36.0.v20231205-1420. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.400.v20240525-0701. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:36:08.329Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:37:04.487Z] [INFO] [materialize-products - epp.package.modeling - macosx/cocoa/aarch64] Operation completed in 59294 ms. [2024-06-11T03:37:04.487Z] [INFO] [2024-06-11T03:37:04.487Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.modeling --- [2024-06-11T03:37:30.982Z] [INFO] [Tue Jun 11 03:37:27 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-06-11T03:39:07.360Z] [INFO] [Tue Jun 11 03:39:04 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app'... [2024-06-11T03:40:14.978Z] [INFO] [2024-06-11T03:40:14.978Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.modeling --- [2024-06-11T03:40:14.978Z] [INFO] [Tue Jun 11 03:40:10 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-06-11T03:40:14.978Z] [INFO] [Tue Jun 11 03:40:13 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-06-11T03:40:17.493Z] [INFO] [2024-06-11T03:40:17.493Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.modeling --- [2024-06-11T03:40:17.493Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:40:49.508Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:41:15.992Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:41:34.029Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:42:00.516Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products/eclipse-modeling-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:42:32.528Z] [INFO] [2024-06-11T03:42:32.528Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.modeling --- [2024-06-11T03:42:32.528Z] [INFO] [Tue Jun 11 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T03:43:28.680Z] [INFO] [2024-06-11T03:43:28.680Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.modeling --- [2024-06-11T03:43:28.680Z] [INFO] [Tue Jun 11 03:43:21 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T03:44:24.826Z] [INFO] [2024-06-11T03:44:24.826Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T03:44:24.826Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T03:44:24.826Z] [INFO] from pom.xml [2024-06-11T03:44:24.826Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T03:44:24.826Z] [INFO] [2024-06-11T03:44:24.826Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T03:44:24.826Z] [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-06-11T03:44:24.826Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:44:24.826Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T03:44:24.826Z] [INFO] [2024-06-11T03:44:24.826Z] [INFO] epp.package.modeling ............................... SUCCESS [13:39 min] [2024-06-11T03:44:24.826Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.006 s] [2024-06-11T03:44:24.826Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:44:24.826Z] [INFO] BUILD SUCCESS [2024-06-11T03:44:24.826Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:44:24.826Z] [INFO] Total time: 13:44 min [2024-06-11T03:44:24.826Z] [INFO] Finished at: 2024-06-11T03:44:17Z [2024-06-11T03:44:24.826Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T03:44:24.839Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T03:44:24.839Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T03:44:24.851Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T03:44:24.855Z] $ ssh-agent [2024-06-11T03:44:24.862Z] SSH_AUTH_SOCK=/tmp/ssh-XwrQivIamKfV/agent.9278 [2024-06-11T03:44:24.862Z] SSH_AGENT_PID=9280 [2024-06-11T03:44:24.869Z] Running ssh-add (command line suppressed) [2024-06-11T03:44:24.884Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_16306340062282449748.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_16306340062282449748.key) [2024-06-11T03:44:24.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T03:44:25.168Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ modeling [2024-06-11T03:44:25.168Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T03:44:25.168Z] + shift [2024-06-11T03:44:25.168Z] + PACKAGES=modeling [2024-06-11T03:44:25.168Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T03:44:25.168Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T03:44:25.168Z] + SCP=scp [2024-06-11T03:44:25.168Z] + for PACKAGE in $PACKAGES [2024-06-11T03:44:25.168Z] + pushd packages/org.eclipse.epp.package.modeling.product/target/products [2024-06-11T03:44:25.168Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.modeling.product/target/products ~/agent/workspace/epp_master [2024-06-11T03:44:25.168Z] ++ find eclipse-modeling-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-modeling-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-modeling-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-modeling-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-modeling-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2024-06-R-win32.win32.x86_64.zip epp.package.modeling -type f -maxdepth 0 [2024-06-11T03:44:25.168Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:44:25.168Z] ++ echo eclipse-modeling-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:44:25.168Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:44:25.168Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:44:25.168Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:44:25.168Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:44:25.168Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:44:25.168Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:44:25.168Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:44:25.168Z] + NEWNAME=eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:44:25.168Z] + mv eclipse-modeling-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:44:25.168Z] + md5sum eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:44:27.052Z] + sha1sum eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:44:28.414Z] + sha512sum -b eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:44:30.297Z] + scp eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-modeling-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:44:45.125Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:44:45.125Z] ++ echo eclipse-modeling-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:44:45.125Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:44:45.125Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:44:45.125Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:44:45.125Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:44:45.125Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:44:45.125Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:44:45.125Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:44:45.125Z] + NEWNAME=eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:44:45.125Z] + mv eclipse-modeling-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:44:45.125Z] + md5sum eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:44:45.125Z] + sha1sum eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:44:45.686Z] + sha512sum -b eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:44:48.195Z] + scp eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-modeling-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:45:03.027Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:45:03.027Z] ++ echo eclipse-modeling-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T03:45:03.027Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:45:03.027Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:45:03.027Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:45:03.027Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:45:03.027Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:45:03.027Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:45:03.027Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:45:03.027Z] + NEWNAME=eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:45:03.027Z] + mv eclipse-modeling-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:45:03.027Z] + md5sum eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:45:03.027Z] + sha1sum eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:45:04.390Z] + sha512sum -b eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:45:06.273Z] + scp eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:45:21.103Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:45:21.103Z] ++ echo eclipse-modeling-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:45:21.103Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:45:21.103Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:45:21.103Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:45:21.103Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:45:21.103Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:45:21.103Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:45:21.103Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:45:21.103Z] + NEWNAME=eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:45:21.103Z] + mv eclipse-modeling-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:45:21.103Z] + md5sum eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:45:21.103Z] + sha1sum eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:45:22.463Z] + sha512sum -b eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:45:24.348Z] + scp eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-modeling-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:45:36.508Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:45:36.508Z] ++ echo eclipse-modeling-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T03:45:36.508Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:45:36.508Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:45:36.508Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:45:36.508Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:45:36.508Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:45:36.508Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:45:36.508Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:45:36.508Z] + NEWNAME=eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:45:36.508Z] + mv eclipse-modeling-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:45:36.508Z] + md5sum eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:45:37.869Z] + sha1sum eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:45:39.754Z] + sha512sum -b eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:45:41.635Z] + scp eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:45:56.469Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:45:56.469Z] ++ echo eclipse-modeling-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:45:56.469Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:45:56.469Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:45:56.469Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:45:56.469Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:45:56.469Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:45:56.469Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:45:56.469Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:45:56.469Z] + NEWNAME=eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:45:56.469Z] + mv eclipse-modeling-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:45:56.469Z] + md5sum eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:45:56.469Z] + sha1sum eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:45:57.840Z] + sha512sum -b eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:45:59.725Z] + scp eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-modeling-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:46:17.758Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:46:17.758Z] ++ echo eclipse-modeling-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:46:17.758Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:46:17.758Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:46:17.758Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:46:17.758Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:46:17.758Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:46:17.758Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:46:17.758Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:46:17.758Z] + NEWNAME=eclipse-modeling-2024-06-R-win32-x86_64.zip [2024-06-11T03:46:17.758Z] + mv eclipse-modeling-2024-06-R-win32.win32.x86_64.zip eclipse-modeling-2024-06-R-win32-x86_64.zip [2024-06-11T03:46:17.758Z] + md5sum eclipse-modeling-2024-06-R-win32-x86_64.zip [2024-06-11T03:46:17.758Z] + sha1sum eclipse-modeling-2024-06-R-win32-x86_64.zip [2024-06-11T03:46:18.317Z] + sha512sum -b eclipse-modeling-2024-06-R-win32-x86_64.zip [2024-06-11T03:46:20.202Z] + scp eclipse-modeling-2024-06-R-win32-x86_64.zip eclipse-modeling-2024-06-R-win32-x86_64.zip.md5 eclipse-modeling-2024-06-R-win32-x86_64.zip.sha1 eclipse-modeling-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:46:35.036Z] + popd [2024-06-11T03:46:35.036Z] ~/agent/workspace/epp_master [2024-06-11T03:46:35.036Z] + 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-06-11T03:46:35.036Z] + 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-06-11T03:46:35.036Z] + 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-06-11T03:46:35.046Z] $ ssh-agent -k [2024-06-11T03:46:35.050Z] unset SSH_AUTH_SOCK; [2024-06-11T03:46:35.050Z] unset SSH_AGENT_PID; [2024-06-11T03:46:35.050Z] echo Agent pid 9280 killed; [2024-06-11T03:46:35.052Z] [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-06-11T03:46:35.400Z] + 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-06-11T03:46:35.400Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T03:46:35.400Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T03:46:35.400Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T03:46:35.400Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T03:46:35.400Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T03:46:36.763Z] [INFO] Scanning for projects... [2024-06-11T03:46:38.660Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T03:46:38.660Z] [INFO] Tycho Mode: project [2024-06-11T03:46:38.660Z] [INFO] Tycho Builder: maven [2024-06-11T03:46:38.660Z] [INFO] Build Threads: 1 [2024-06-11T03:46:41.933Z] [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/SystemProperties.html for details. [2024-06-11T03:46:41.933Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:46:41.933Z] [INFO] Reactor Build Order: [2024-06-11T03:46:41.933Z] [INFO] [2024-06-11T03:46:41.933Z] [INFO] epp.package.php [eclipse-repository] [2024-06-11T03:46:41.933Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T03:46:41.933Z] [INFO] [2024-06-11T03:46:41.933Z] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- [2024-06-11T03:46:41.933Z] [INFO] Building epp.package.php 4.32.0-SNAPSHOT [1/2] [2024-06-11T03:46:41.933Z] [INFO] from packages/org.eclipse.epp.package.php.product/pom.xml [2024-06-11T03:46:41.933Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T03:46:41.933Z] [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-06-11T03:46:46.093Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T03:46:46.093Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T03:46:46.093Z] [INFO] Transport mode: online [2024-06-11T03:46:46.093Z] [INFO] Http Transport type: Java11Client [2024-06-11T03:46:46.093Z] [INFO] Update mode: cache first [2024-06-11T03:46:46.093Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T03:46:46.093Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T03:46:46.093Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T03:46:46.093Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T03:46:47.454Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T03:46:47.729Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T03:46:47.729Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T03:46:52.964Z] [INFO] [2024-06-11T03:46:52.964Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- [2024-06-11T03:46:53.897Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T03:46:53.897Z] [INFO] [2024-06-11T03:46:53.897Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.php --- [2024-06-11T03:46:53.897Z] [INFO] [2024-06-11T03:46:53.897Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.php --- [2024-06-11T03:46:53.897Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target [2024-06-11T03:46:53.897Z] [INFO] [2024-06-11T03:46:53.897Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.php --- [2024-06-11T03:46:53.897Z] [INFO] [2024-06-11T03:46:53.897Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.php --- [2024-06-11T03:46:54.152Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T03:46:54.152Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T03:46:54.152Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/src/main/resources [2024-06-11T03:46:54.152Z] [INFO] [2024-06-11T03:46:54.152Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T03:46:54.152Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T03:46:54.152Z] [INFO] [2024-06-11T03:46:54.152Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.php --- [2024-06-11T03:46:55.077Z] [INFO] [2024-06-11T03:46:55.077Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.php --- [2024-06-11T03:46:55.077Z] [INFO] [2024-06-11T03:46:55.077Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.php --- [2024-06-11T03:46:55.077Z] [INFO] [2024-06-11T03:46:55.077Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.php --- [2024-06-11T03:47:51.230Z] [INFO] [2024-06-11T03:47:51.230Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.php --- [2024-06-11T03:47:51.230Z] [INFO] [2024-06-11T03:47:51.230Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.php --- [2024-06-11T03:47:51.230Z] [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-06-11T03:47:51.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/SystemProperties.html for details. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing epp.package.php 4.32.0.20240606-1231. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T03:47:51.230Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:47:51.231Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:47:51.231Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-06-11T03:48:23.246Z] [INFO] [materialize-products - epp.package.php - linux/gtk/x86_64] Operation completed in 33914 ms. [2024-06-11T03:48:23.246Z] [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-06-11T03:48:23.246Z] [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/SystemProperties.html for details. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing epp.package.php 4.32.0.20240606-1231. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:48:23.247Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - linux/gtk/aarch64] Operation completed in 32004 ms. [2024-06-11T03:48:55.257Z] [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-06-11T03:48:55.257Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing epp.package.php 4.32.0.20240606-1231. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:55.257Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:48:55.258Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - win32/win32/x86_64] Operation completed in 30240 ms. [2024-06-11T03:49:27.269Z] [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-06-11T03:49:27.269Z] [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/SystemProperties.html for details. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing epp.package.php 4.32.0.20240606-1231. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-06-11T03:49:27.269Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T03:49:27.270Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:49:27.270Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:49:27.270Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-06-11T03:49:59.278Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/x86_64] Operation completed in 31735 ms. [2024-06-11T03:49:59.279Z] [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-06-11T03:49:59.279Z] [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/SystemProperties.html for details. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing epp.package.php 4.32.0.20240606-1231. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.feature.group 8.2.0.202311292129. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.composer.feature.group 8.2.0.202311292129. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.phpunit.feature.feature.group 8.2.0.202311292129. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.profiler.feature.group 8.2.0.202311292129. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.rdt.sync.feature.group 8.2.0.202311292129. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.6.202405280856. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.1.2.202405271237. [2024-06-11T03:49:59.279Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Installing org.eclipse.php.mylyn.feature.group 8.2.0.202311292129. [2024-06-11T03:50:31.309Z] [INFO] [materialize-products - epp.package.php - macosx/cocoa/aarch64] Operation completed in 30675 ms. [2024-06-11T03:50:31.309Z] [INFO] [2024-06-11T03:50:31.309Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.php --- [2024-06-11T03:50:53.179Z] [INFO] [Tue Jun 11 03:50:51 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-06-11T03:52:14.533Z] [INFO] [Tue Jun 11 03:52:04 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-06-11T03:53:01.138Z] [INFO] [2024-06-11T03:53:01.138Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.php --- [2024-06-11T03:53:01.138Z] [INFO] [Tue Jun 11 03:52:56 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-06-11T03:53:01.138Z] [INFO] [Tue Jun 11 03:52:59 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-06-11T03:53:03.651Z] [INFO] [2024-06-11T03:53:03.651Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.php --- [2024-06-11T03:53:03.651Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:53:30.137Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:53:56.626Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:54:11.461Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:54:37.945Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products/eclipse-php-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:55:04.429Z] [INFO] [2024-06-11T03:55:04.429Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.php --- [2024-06-11T03:55:04.429Z] [INFO] [Tue Jun 11 03:55:02 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T03:56:00.588Z] [INFO] [2024-06-11T03:56:00.588Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.php --- [2024-06-11T03:56:00.588Z] [INFO] [Tue Jun 11 03:55:56 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T03:56:47.199Z] [INFO] [2024-06-11T03:56:47.199Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T03:56:47.199Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T03:56:47.199Z] [INFO] from pom.xml [2024-06-11T03:56:47.199Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T03:56:47.199Z] [INFO] [2024-06-11T03:56:47.199Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T03:56:47.199Z] [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-06-11T03:56:47.199Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:56:47.199Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T03:56:47.199Z] [INFO] [2024-06-11T03:56:47.199Z] [INFO] epp.package.php .................................... SUCCESS [10:03 min] [2024-06-11T03:56:47.199Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.004 s] [2024-06-11T03:56:47.199Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:56:47.199Z] [INFO] BUILD SUCCESS [2024-06-11T03:56:47.199Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:56:47.199Z] [INFO] Total time: 10:09 min [2024-06-11T03:56:47.199Z] [INFO] Finished at: 2024-06-11T03:56:45Z [2024-06-11T03:56:47.199Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T03:56:47.217Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T03:56:47.217Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T03:56:47.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T03:56:47.232Z] $ ssh-agent [2024-06-11T03:56:47.238Z] SSH_AUTH_SOCK=/tmp/ssh-g7xTicI2yccu/agent.10382 [2024-06-11T03:56:47.238Z] SSH_AGENT_PID=10384 [2024-06-11T03:56:47.244Z] Running ssh-add (command line suppressed) [2024-06-11T03:56:47.258Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_8411282235949438517.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_8411282235949438517.key) [2024-06-11T03:56:47.262Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T03:56:47.539Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ php [2024-06-11T03:56:47.539Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T03:56:47.539Z] + shift [2024-06-11T03:56:47.539Z] + PACKAGES=php [2024-06-11T03:56:47.539Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T03:56:47.539Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T03:56:47.539Z] + SCP=scp [2024-06-11T03:56:47.539Z] + for PACKAGE in $PACKAGES [2024-06-11T03:56:47.539Z] + pushd packages/org.eclipse.epp.package.php.product/target/products [2024-06-11T03:56:47.539Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.php.product/target/products ~/agent/workspace/epp_master [2024-06-11T03:56:47.539Z] ++ find eclipse-php-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-php-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-php-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-php-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-php-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-php-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-php-2024-06-R-win32.win32.x86_64.zip epp.package.php -type f -maxdepth 0 [2024-06-11T03:56:47.539Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:56:47.539Z] ++ echo eclipse-php-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T03:56:47.539Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:56:47.539Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:56:47.539Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:56:47.539Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:56:47.539Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:56:47.539Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:56:47.539Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:56:47.539Z] + NEWNAME=eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:56:47.540Z] + mv eclipse-php-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:56:47.540Z] + md5sum eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:56:48.902Z] + sha1sum eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:56:49.829Z] + sha512sum -b eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T03:56:51.711Z] + scp eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:57:03.876Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:57:03.876Z] ++ echo eclipse-php-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T03:57:03.876Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:57:03.876Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:57:03.876Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:57:03.876Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:57:03.876Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:57:03.876Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:57:03.876Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:57:03.876Z] + NEWNAME=eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:57:03.876Z] + mv eclipse-php-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:57:03.876Z] + md5sum eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:57:03.876Z] + sha1sum eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:57:03.876Z] + sha512sum -b eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T03:57:05.237Z] + scp eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:57:15.171Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:57:15.171Z] ++ echo eclipse-php-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T03:57:15.171Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:57:15.171Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:57:15.171Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:57:15.171Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:57:15.171Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:57:15.171Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:57:15.171Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:57:15.171Z] + NEWNAME=eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:57:15.171Z] + mv eclipse-php-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:57:15.171Z] + md5sum eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:57:15.730Z] + sha1sum eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:57:16.654Z] + sha512sum -b eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T03:57:18.538Z] + scp eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-php-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:57:28.472Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:57:28.472Z] ++ echo eclipse-php-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T03:57:28.472Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:57:28.472Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:57:28.472Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:57:28.472Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:57:28.472Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:57:28.472Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:57:28.472Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:57:28.472Z] + NEWNAME=eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:57:28.472Z] + mv eclipse-php-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:57:28.472Z] + md5sum eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:57:28.728Z] + sha1sum eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:57:30.094Z] + sha512sum -b eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T03:57:31.460Z] + scp eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-php-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:57:41.396Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:57:41.396Z] ++ echo eclipse-php-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T03:57:41.396Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:57:41.396Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:57:41.396Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:57:41.396Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:57:41.396Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:57:41.396Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:57:41.396Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:57:41.396Z] + NEWNAME=eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:57:41.396Z] + mv eclipse-php-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:57:41.396Z] + md5sum eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:57:41.396Z] + sha1sum eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:57:42.323Z] + sha512sum -b eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T03:57:43.686Z] + scp eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-php-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:57:53.623Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:57:53.623Z] ++ echo eclipse-php-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T03:57:53.623Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:57:53.623Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:57:53.623Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:57:53.623Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:57:53.623Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:57:53.623Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:57:53.623Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:57:53.623Z] + NEWNAME=eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:57:53.623Z] + mv eclipse-php-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:57:53.623Z] + md5sum eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:57:53.879Z] + sha1sum eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:57:54.805Z] + sha512sum -b eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T03:57:56.169Z] + scp eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-php-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:58:08.333Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T03:58:08.333Z] ++ echo eclipse-php-2024-06-R-win32.win32.x86_64.zip [2024-06-11T03:58:08.333Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T03:58:08.333Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T03:58:08.333Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T03:58:08.333Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T03:58:08.333Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T03:58:08.333Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T03:58:08.333Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T03:58:08.333Z] + NEWNAME=eclipse-php-2024-06-R-win32-x86_64.zip [2024-06-11T03:58:08.333Z] + mv eclipse-php-2024-06-R-win32.win32.x86_64.zip eclipse-php-2024-06-R-win32-x86_64.zip [2024-06-11T03:58:08.333Z] + md5sum eclipse-php-2024-06-R-win32-x86_64.zip [2024-06-11T03:58:08.894Z] + sha1sum eclipse-php-2024-06-R-win32-x86_64.zip [2024-06-11T03:58:10.259Z] + sha512sum -b eclipse-php-2024-06-R-win32-x86_64.zip [2024-06-11T03:58:11.622Z] + scp eclipse-php-2024-06-R-win32-x86_64.zip eclipse-php-2024-06-R-win32-x86_64.zip.md5 eclipse-php-2024-06-R-win32-x86_64.zip.sha1 eclipse-php-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T03:58:19.703Z] + popd [2024-06-11T03:58:19.704Z] ~/agent/workspace/epp_master [2024-06-11T03:58:19.704Z] + 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-06-11T03:58:19.704Z] + 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-06-11T03:58:20.264Z] + 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-06-11T03:58:20.531Z] $ ssh-agent -k [2024-06-11T03:58:20.535Z] unset SSH_AUTH_SOCK; [2024-06-11T03:58:20.536Z] unset SSH_AGENT_PID; [2024-06-11T03:58:20.536Z] echo Agent pid 10384 killed; [2024-06-11T03:58:20.538Z] [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-06-11T03:58:20.906Z] + 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-06-11T03:58:20.906Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T03:58:20.906Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T03:58:20.906Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T03:58:20.906Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T03:58:20.906Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T03:58:22.270Z] [INFO] Scanning for projects... [2024-06-11T03:58:24.155Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T03:58:24.155Z] [INFO] Tycho Mode: project [2024-06-11T03:58:24.155Z] [INFO] Tycho Builder: maven [2024-06-11T03:58:24.155Z] [INFO] Build Threads: 1 [2024-06-11T03:58:27.439Z] [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/SystemProperties.html for details. [2024-06-11T03:58:27.439Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T03:58:27.439Z] [INFO] Reactor Build Order: [2024-06-11T03:58:27.439Z] [INFO] [2024-06-11T03:58:27.439Z] [INFO] epp.package.rcp [eclipse-repository] [2024-06-11T03:58:27.439Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T03:58:27.439Z] [INFO] [2024-06-11T03:58:27.439Z] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- [2024-06-11T03:58:27.439Z] [INFO] Building epp.package.rcp 4.32.0-SNAPSHOT [1/2] [2024-06-11T03:58:27.439Z] [INFO] from packages/org.eclipse.epp.package.rcp.product/pom.xml [2024-06-11T03:58:27.439Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T03:58:27.439Z] [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-06-11T03:58:30.727Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T03:58:30.727Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T03:58:30.727Z] [INFO] Transport mode: online [2024-06-11T03:58:30.727Z] [INFO] Http Transport type: Java11Client [2024-06-11T03:58:30.727Z] [INFO] Update mode: cache first [2024-06-11T03:58:30.727Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T03:58:30.727Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T03:58:30.727Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T03:58:30.727Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T03:58:32.629Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T03:58:32.629Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T03:58:32.629Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T03:58:40.727Z] [INFO] [2024-06-11T03:58:40.727Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- [2024-06-11T03:58:40.982Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T03:58:40.982Z] [INFO] [2024-06-11T03:58:40.982Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.rcp --- [2024-06-11T03:58:41.237Z] [INFO] [2024-06-11T03:58:41.237Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.rcp --- [2024-06-11T03:58:41.237Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target [2024-06-11T03:58:41.237Z] [INFO] [2024-06-11T03:58:41.237Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.rcp --- [2024-06-11T03:58:41.237Z] [INFO] [2024-06-11T03:58:41.237Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.rcp --- [2024-06-11T03:58:41.492Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T03:58:41.493Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T03:58:41.493Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/src/main/resources [2024-06-11T03:58:41.493Z] [INFO] [2024-06-11T03:58:41.493Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T03:58:41.493Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T03:58:41.493Z] [INFO] [2024-06-11T03:58:41.493Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.rcp --- [2024-06-11T03:58:42.420Z] [INFO] [2024-06-11T03:58:42.420Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.rcp --- [2024-06-11T03:58:42.420Z] [INFO] [2024-06-11T03:58:42.420Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- [2024-06-11T03:58:42.420Z] [INFO] [2024-06-11T03:58:42.420Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.rcp --- [2024-06-11T03:59:38.584Z] [INFO] [2024-06-11T03:59:38.584Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.rcp --- [2024-06-11T03:59:38.584Z] [INFO] [2024-06-11T03:59:38.584Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.rcp --- [2024-06-11T03:59:38.584Z] [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-06-11T03:59:38.584Z] [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/SystemProperties.html for details. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing epp.package.rcp 4.32.0.20240606-1231. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T03:59:38.584Z] [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-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T03:59:38.584Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240605-1200. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.2.0.202405291350. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.2.0.202405291350. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.2.0.202405291350. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240528-1759. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T03:59:38.585Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/x86_64] Operation completed in 45221 ms. [2024-06-11T04:00:25.199Z] [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-06-11T04:00:25.199Z] [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/SystemProperties.html for details. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing epp.package.rcp 4.32.0.20240606-1231. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:00:25.199Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240605-1200. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.2.0.202405291350. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.2.0.202405291350. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.2.0.202405291350. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240528-1759. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:00:25.200Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - linux/gtk/aarch64] Operation completed in 38160 ms. [2024-06-11T04:01:03.863Z] [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-06-11T04:01:03.863Z] [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/SystemProperties.html for details. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing epp.package.rcp 4.32.0.20240606-1231. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:01:03.863Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T04:01:03.864Z] [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-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240605-1200. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.2.0.202405291350. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.2.0.202405291350. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.2.0.202405291350. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240528-1759. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:01:03.864Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - win32/win32/x86_64] Operation completed in 37666 ms. [2024-06-11T04:01:42.524Z] [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-06-11T04:01:42.524Z] [INFO] Using tycho.disableP2Mirrors to disable P2 mirrors is deprecated, use the property eclipse.p2.mirrors instead, see https://tycho.eclipseprojects.io/doc/4.0.8/SystemProperties.html for details. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing epp.package.rcp 4.32.0.20240606-1231. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:42.524Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T04:01:42.525Z] [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-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240605-1200. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.2.0.202405291350. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.eclipse.feature.group 4.2.0.202405291350. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.swtbot.ide.feature.group 4.2.0.202405291350. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240528-1759. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:01:42.525Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/x86_64] Operation completed in 38673 ms. [2024-06-11T04:02:21.184Z] [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-06-11T04:02:21.184Z] [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/SystemProperties.html for details. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing epp.package.rcp 4.32.0.20240606-1231. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.spies.feature.group 1.0.400.v20240416-0657. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rcp.source.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.200.v20240417-0631. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.eclemma.feature.feature.group 3.1.9.202405260028. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.egit.gitflow.feature.feature.group 6.10.0.202406032230-r. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.2.20240411-1122. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.m2e.logback.feature.feature.group 2.6.1.20240411-1743. [2024-06-11T04:02:21.184Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rap.tools.feature.feature.group 3.29.0.20240605-1200. [2024-06-11T04:02:21.185Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.gef.feature.group 4.2.0.202405291350. [2024-06-11T04:02:21.185Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.eclipse.feature.group 4.2.0.202405291350. [2024-06-11T04:02:21.185Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.swtbot.ide.feature.group 4.2.0.202405291350. [2024-06-11T04:02:21.185Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:02:21.185Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.passage.ldc.feature.feature.group 3.0.0.v20240528-1759. [2024-06-11T04:02:21.185Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:02:21.185Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.pde.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:02:59.861Z] [INFO] [materialize-products - epp.package.rcp - macosx/cocoa/aarch64] Operation completed in 38890 ms. [2024-06-11T04:02:59.861Z] [INFO] [2024-06-11T04:02:59.861Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.rcp --- [2024-06-11T04:03:21.743Z] [INFO] [Tue Jun 11 04:03:19 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-06-11T04:04:29.369Z] [INFO] [Tue Jun 11 04:04:24 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-06-11T04:05:15.987Z] [INFO] [2024-06-11T04:05:15.987Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.rcp --- [2024-06-11T04:05:15.987Z] [INFO] [Tue Jun 11 04:05:09 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-06-11T04:05:15.987Z] [INFO] [Tue Jun 11 04:05:12 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-06-11T04:05:16.243Z] [INFO] [2024-06-11T04:05:16.243Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.rcp --- [2024-06-11T04:05:16.243Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T04:05:38.129Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T04:06:00.013Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-R-win32.win32.x86_64.zip [2024-06-11T04:06:12.177Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T04:06:34.059Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products/eclipse-rcp-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T04:06:55.943Z] [INFO] [2024-06-11T04:06:55.943Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.rcp --- [2024-06-11T04:06:55.943Z] [INFO] [Tue Jun 11 04:06:53 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T04:07:34.597Z] [INFO] [2024-06-11T04:07:34.597Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.rcp --- [2024-06-11T04:07:34.597Z] [INFO] [Tue Jun 11 04:07:33 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T04:08:13.258Z] [INFO] [2024-06-11T04:08:13.258Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T04:08:13.258Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T04:08:13.258Z] [INFO] from pom.xml [2024-06-11T04:08:13.258Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T04:08:13.258Z] [INFO] [2024-06-11T04:08:13.258Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T04:08:13.258Z] [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-06-11T04:08:13.258Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:08:13.258Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T04:08:13.258Z] [INFO] [2024-06-11T04:08:13.258Z] [INFO] epp.package.rcp .................................... SUCCESS [09:45 min] [2024-06-11T04:08:13.258Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.007 s] [2024-06-11T04:08:13.258Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:08:13.258Z] [INFO] BUILD SUCCESS [2024-06-11T04:08:13.258Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:08:13.258Z] [INFO] Total time: 09:50 min [2024-06-11T04:08:13.258Z] [INFO] Finished at: 2024-06-11T04:08:12Z [2024-06-11T04:08:13.258Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T04:08:13.272Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T04:08:13.272Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T04:08:13.284Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T04:08:13.288Z] $ ssh-agent [2024-06-11T04:08:13.295Z] SSH_AUTH_SOCK=/tmp/ssh-eFCZF7D2D3Y6/agent.11448 [2024-06-11T04:08:13.296Z] SSH_AGENT_PID=11450 [2024-06-11T04:08:13.301Z] Running ssh-add (command line suppressed) [2024-06-11T04:08:13.315Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_16726187796026679768.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_16726187796026679768.key) [2024-06-11T04:08:13.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T04:08:13.603Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ rcp [2024-06-11T04:08:13.603Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T04:08:13.603Z] + shift [2024-06-11T04:08:13.603Z] + PACKAGES=rcp [2024-06-11T04:08:13.603Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T04:08:13.603Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T04:08:13.603Z] + SCP=scp [2024-06-11T04:08:13.603Z] + for PACKAGE in $PACKAGES [2024-06-11T04:08:13.603Z] + pushd packages/org.eclipse.epp.package.rcp.product/target/products [2024-06-11T04:08:13.604Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.rcp.product/target/products ~/agent/workspace/epp_master [2024-06-11T04:08:13.604Z] ++ find eclipse-rcp-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-rcp-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-rcp-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-rcp-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-rcp-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2024-06-R-win32.win32.x86_64.zip epp.package.rcp -type f -maxdepth 0 [2024-06-11T04:08:13.604Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:08:13.604Z] ++ echo eclipse-rcp-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T04:08:13.604Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:08:13.604Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:08:13.604Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:08:13.604Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:08:13.604Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:08:13.604Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:08:13.604Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:08:13.604Z] + NEWNAME=eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:08:13.604Z] + mv eclipse-rcp-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:08:13.604Z] + md5sum eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:08:14.967Z] + sha1sum eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:08:16.329Z] + sha512sum -b eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:08:17.692Z] + scp eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-rcp-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:08:29.859Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:08:29.859Z] ++ echo eclipse-rcp-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T04:08:29.859Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:08:29.859Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:08:29.859Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:08:29.859Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:08:29.859Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:08:29.860Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:08:29.860Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:08:29.860Z] + NEWNAME=eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:08:29.860Z] + mv eclipse-rcp-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:08:29.860Z] + md5sum eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:08:29.860Z] + sha1sum eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:08:30.114Z] + sha512sum -b eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:08:32.002Z] + scp eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-rcp-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:08:44.167Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:08:44.167Z] ++ echo eclipse-rcp-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T04:08:44.167Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:08:44.167Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:08:44.167Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:08:44.167Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:08:44.167Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:08:44.167Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:08:44.167Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:08:44.167Z] + NEWNAME=eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:08:44.167Z] + mv eclipse-rcp-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:08:44.167Z] + md5sum eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:08:44.167Z] + sha1sum eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:08:45.093Z] + sha512sum -b eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:08:46.980Z] + scp eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:08:56.937Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:08:56.937Z] ++ echo eclipse-rcp-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T04:08:56.937Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:08:56.937Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:08:56.937Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:08:56.937Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:08:56.937Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:08:56.937Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:08:56.937Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:08:56.937Z] + NEWNAME=eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:08:56.937Z] + mv eclipse-rcp-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:08:56.937Z] + md5sum eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:08:57.864Z] + sha1sum eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:08:59.228Z] + sha512sum -b eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:09:00.591Z] + scp eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-rcp-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:09:10.532Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:09:10.532Z] ++ echo eclipse-rcp-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T04:09:10.532Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:09:10.532Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:09:10.532Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:09:10.532Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:09:10.532Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:09:10.532Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:09:10.532Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:09:10.532Z] + NEWNAME=eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:09:10.532Z] + mv eclipse-rcp-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:09:10.532Z] + md5sum eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:09:10.532Z] + sha1sum eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:09:11.093Z] + sha512sum -b eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:09:12.982Z] + scp eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:09:22.919Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:09:22.919Z] ++ echo eclipse-rcp-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T04:09:22.919Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:09:22.919Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:09:22.919Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:09:22.919Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:09:22.919Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:09:22.919Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:09:22.919Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:09:22.919Z] + NEWNAME=eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:09:22.919Z] + mv eclipse-rcp-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:09:22.919Z] + md5sum eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:09:22.919Z] + sha1sum eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:09:24.283Z] + sha512sum -b eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:09:26.172Z] + scp eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-rcp-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:09:36.114Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:09:36.114Z] ++ echo eclipse-rcp-2024-06-R-win32.win32.x86_64.zip [2024-06-11T04:09:36.114Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:09:36.114Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:09:36.114Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:09:36.114Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:09:36.114Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:09:36.114Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:09:36.114Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:09:36.114Z] + NEWNAME=eclipse-rcp-2024-06-R-win32-x86_64.zip [2024-06-11T04:09:36.114Z] + mv eclipse-rcp-2024-06-R-win32.win32.x86_64.zip eclipse-rcp-2024-06-R-win32-x86_64.zip [2024-06-11T04:09:36.114Z] + md5sum eclipse-rcp-2024-06-R-win32-x86_64.zip [2024-06-11T04:09:36.114Z] + sha1sum eclipse-rcp-2024-06-R-win32-x86_64.zip [2024-06-11T04:09:37.045Z] + sha512sum -b eclipse-rcp-2024-06-R-win32-x86_64.zip [2024-06-11T04:09:38.409Z] + scp eclipse-rcp-2024-06-R-win32-x86_64.zip eclipse-rcp-2024-06-R-win32-x86_64.zip.md5 eclipse-rcp-2024-06-R-win32-x86_64.zip.sha1 eclipse-rcp-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:09:48.351Z] + popd [2024-06-11T04:09:48.351Z] ~/agent/workspace/epp_master [2024-06-11T04:09:48.351Z] + 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-06-11T04:09:48.351Z] + 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-06-11T04:09:48.912Z] + 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-06-11T04:09:49.178Z] $ ssh-agent -k [2024-06-11T04:09:49.182Z] unset SSH_AUTH_SOCK; [2024-06-11T04:09:49.182Z] unset SSH_AGENT_PID; [2024-06-11T04:09:49.182Z] echo Agent pid 11450 killed; [2024-06-11T04:09:49.183Z] [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-06-11T04:09:49.556Z] + 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-06-11T04:09:49.556Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T04:09:49.556Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T04:09:49.556Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T04:09:49.556Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T04:09:49.556Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T04:09:50.933Z] [INFO] Scanning for projects... [2024-06-11T04:09:52.828Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T04:09:52.828Z] [INFO] Tycho Mode: project [2024-06-11T04:09:52.828Z] [INFO] Tycho Builder: maven [2024-06-11T04:09:52.828Z] [INFO] Build Threads: 1 [2024-06-11T04:09:56.994Z] [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/SystemProperties.html for details. [2024-06-11T04:09:56.994Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:09:56.994Z] [INFO] Reactor Build Order: [2024-06-11T04:09:56.994Z] [INFO] [2024-06-11T04:09:56.994Z] [INFO] epp.package.scout [eclipse-repository] [2024-06-11T04:09:56.994Z] [INFO] org.eclipse.epp-buildall [pom] [2024-06-11T04:09:56.994Z] [INFO] [2024-06-11T04:09:56.994Z] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ [2024-06-11T04:09:56.994Z] [INFO] Building epp.package.scout 4.32.0-SNAPSHOT [1/2] [2024-06-11T04:09:56.994Z] [INFO] from packages/org.eclipse.epp.package.scout.product/pom.xml [2024-06-11T04:09:56.994Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-06-11T04:09:56.994Z] [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-06-11T04:09:59.509Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-06-11T04:09:59.509Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp_master/.repository/.cache/tycho [2024-06-11T04:09:59.510Z] [INFO] Transport mode: online [2024-06-11T04:09:59.510Z] [INFO] Http Transport type: Java11Client [2024-06-11T04:09:59.510Z] [INFO] Update mode: cache first [2024-06-11T04:09:59.510Z] [INFO] Minimum cache duration: 60 minutes [2024-06-11T04:09:59.510Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-06-11T04:09:59.765Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-06-11T04:10:00.329Z] [INFO] Adding repository https://download.eclipse.org/staging/2024-06 [2024-06-11T04:10:02.227Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-06-11T04:10:02.227Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/21/updates/release/latest [2024-06-11T04:10:02.227Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-06-11T04:10:08.761Z] [INFO] [2024-06-11T04:10:08.761Z] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- [2024-06-11T04:10:08.761Z] [INFO] The project's OSGi version is 4.32.0.20240606-1231 [2024-06-11T04:10:08.761Z] [INFO] [2024-06-11T04:10:08.761Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.scout --- [2024-06-11T04:10:08.761Z] [INFO] [2024-06-11T04:10:08.761Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.scout --- [2024-06-11T04:10:08.761Z] [INFO] Deleting /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target [2024-06-11T04:10:08.761Z] [INFO] [2024-06-11T04:10:08.761Z] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ epp.package.scout --- [2024-06-11T04:10:08.761Z] [INFO] [2024-06-11T04:10:08.761Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.scout --- [2024-06-11T04:10:08.761Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-06-11T04:10:08.761Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-06-11T04:10:08.761Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/src/main/resources [2024-06-11T04:10:08.761Z] [INFO] [2024-06-11T04:10:08.761Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-06-11T04:10:09.016Z] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [2024-06-11T04:10:09.016Z] [INFO] [2024-06-11T04:10:09.016Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ epp.package.scout --- [2024-06-11T04:10:09.577Z] [INFO] [2024-06-11T04:10:09.577Z] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ epp.package.scout --- [2024-06-11T04:10:09.577Z] [INFO] [2024-06-11T04:10:09.577Z] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- [2024-06-11T04:10:09.577Z] [INFO] [2024-06-11T04:10:09.577Z] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ epp.package.scout --- [2024-06-11T04:11:05.740Z] [INFO] [2024-06-11T04:11:05.740Z] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ epp.package.scout --- [2024-06-11T04:11:05.740Z] [INFO] [2024-06-11T04:11:05.740Z] [INFO] --- tycho-p2-director:4.0.8:materialize-products (materialize-products) @ epp.package.scout --- [2024-06-11T04:11:05.740Z] [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-06-11T04:11:05.740Z] [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/SystemProperties.html for details. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing epp.package.scout 4.32.0.20240606-1231. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:05.740Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240601-0610. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.36. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202405130132. [2024-06-11T04:11:05.741Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/x86_64] Operation completed in 35845 ms. [2024-06-11T04:11:37.765Z] [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-06-11T04:11:37.765Z] [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/SystemProperties.html for details. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing epp.package.scout 4.32.0.20240606-1231. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240601-0610. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:11:37.765Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:11:37.766Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.36. [2024-06-11T04:11:37.766Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:11:37.766Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202405130132. [2024-06-11T04:11:37.766Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - linux/gtk/aarch64] Operation completed in 32787 ms. [2024-06-11T04:12:09.791Z] [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-06-11T04:12:09.791Z] [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/SystemProperties.html for details. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing epp.package.scout 4.32.0.20240606-1231. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:12:09.791Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240601-0610. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.36. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202405130132. [2024-06-11T04:12:09.792Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - win32/win32/x86_64] Operation completed in 31700 ms. [2024-06-11T04:12:41.815Z] [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-06-11T04:12:41.815Z] [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/SystemProperties.html for details. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing epp.package.scout 4.32.0.20240606-1231. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240601-0610. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.36. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202405130132. [2024-06-11T04:12:41.815Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/x86_64] Operation completed in 32203 ms. [2024-06-11T04:13:13.844Z] [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-06-11T04:13:13.844Z] [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/SystemProperties.html for details. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing epp.package.scout 4.32.0.20240606-1231. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240228-1000. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.feature.group 1.32.0.v20240602-1435. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.tm.terminal.feature.feature.group 11.6.0.202403071917. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.egit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:13:13.844Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jgit.feature.group 6.10.0.202406032230-r. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.egit.feature.feature.group 4.3.0.v20240602-0603. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.ide.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.git.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.github.feature.feature.group 6.5.0.v20240601-0538. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.3.0.v20240509-0539. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.help.source.feature.group 2.3.1800.v20240601-0610. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.source.feature.group 3.19.500.v20240601-0610. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.400.v20240322-0935. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.jst.web_ui.feature.feature.group 3.34.0.v202405180419. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.feature.feature.group 2.6.1.20240602-2342. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.scout.sdk-feature.feature.group 13.0.36. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.wst.web_ui.feature.feature.group 3.31.0.v202405130132. [2024-06-11T04:13:13.845Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.3.0.v20240514-0726. [2024-06-11T04:13:45.869Z] [INFO] [materialize-products - epp.package.scout - macosx/cocoa/aarch64] Operation completed in 32876 ms. [2024-06-11T04:13:45.869Z] [INFO] [2024-06-11T04:13:45.869Z] [INFO] --- eclipse-macsigner:1.4.3:sign (sign) @ epp.package.scout --- [2024-06-11T04:14:03.911Z] [INFO] [Tue Jun 11 04:14:03 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-06-11T04:15:11.541Z] [INFO] [Tue Jun 11 04:15:08 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-06-11T04:15:50.214Z] [INFO] [2024-06-11T04:15:50.214Z] [INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ epp.package.scout --- [2024-06-11T04:15:50.214Z] [INFO] [Tue Jun 11 04:15:46 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-06-11T04:15:51.581Z] [INFO] [Tue Jun 11 04:15:51 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-06-11T04:15:56.824Z] [INFO] [2024-06-11T04:15:56.824Z] [INFO] --- tycho-p2-director:4.0.8:archive-products (archive-products) @ epp.package.scout --- [2024-06-11T04:15:56.824Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T04:16:18.709Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T04:16:36.749Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-R-win32.win32.x86_64.zip [2024-06-11T04:16:48.913Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T04:17:06.951Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products/eclipse-scout-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T04:17:28.833Z] [INFO] [2024-06-11T04:17:28.833Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ epp.package.scout --- [2024-06-11T04:17:28.833Z] [INFO] [Tue Jun 11 04:17:25 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-R-macosx.cocoa.aarch64.tar.gz'... [2024-06-11T04:18:07.489Z] [INFO] [2024-06-11T04:18:07.489Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ epp.package.scout --- [2024-06-11T04:18:07.489Z] [INFO] [Tue Jun 11 04:18:05 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-R-macosx.cocoa.x86_64.tar.gz'... [2024-06-11T04:18:46.141Z] [INFO] [2024-06-11T04:18:46.141Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-06-11T04:18:46.141Z] [INFO] Building org.eclipse.epp-buildall 4.32.0-SNAPSHOT [2/2] [2024-06-11T04:18:46.141Z] [INFO] from pom.xml [2024-06-11T04:18:46.141Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T04:18:46.141Z] [INFO] [2024-06-11T04:18:46.141Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-06-11T04:18:46.141Z] [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-06-11T04:18:46.141Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:18:46.141Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.32.0-SNAPSHOT: [2024-06-11T04:18:46.141Z] [INFO] [2024-06-11T04:18:46.141Z] [INFO] epp.package.scout .................................. SUCCESS [08:44 min] [2024-06-11T04:18:46.141Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 0.005 s] [2024-06-11T04:18:46.141Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:18:46.141Z] [INFO] BUILD SUCCESS [2024-06-11T04:18:46.141Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:18:46.141Z] [INFO] Total time: 08:50 min [2024-06-11T04:18:46.141Z] [INFO] Finished at: 2024-06-11T04:18:41Z [2024-06-11T04:18:46.141Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-06-11T04:18:46.154Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T04:18:46.154Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T04:18:46.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T04:18:46.169Z] $ ssh-agent [2024-06-11T04:18:46.175Z] SSH_AUTH_SOCK=/tmp/ssh-OBNFcVrEpME2/agent.12479 [2024-06-11T04:18:46.175Z] SSH_AGENT_PID=12481 [2024-06-11T04:18:46.180Z] Running ssh-add (command line suppressed) [2024-06-11T04:18:46.201Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_17374191362824962358.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_17374191362824962358.key) [2024-06-11T04:18:46.205Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T04:18:46.483Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ scout [2024-06-11T04:18:46.483Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-06-11T04:18:46.483Z] + shift [2024-06-11T04:18:46.483Z] + PACKAGES=scout [2024-06-11T04:18:46.483Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T04:18:46.483Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T04:18:46.483Z] + SCP=scp [2024-06-11T04:18:46.483Z] + for PACKAGE in $PACKAGES [2024-06-11T04:18:46.483Z] + pushd packages/org.eclipse.epp.package.scout.product/target/products [2024-06-11T04:18:46.483Z] ~/agent/workspace/epp_master/packages/org.eclipse.epp.package.scout.product/target/products ~/agent/workspace/epp_master [2024-06-11T04:18:46.483Z] ++ find eclipse-scout-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-scout-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-scout-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-scout-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-scout-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-scout-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-scout-2024-06-R-win32.win32.x86_64.zip epp.package.scout -type f -maxdepth 0 [2024-06-11T04:18:46.483Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:18:46.483Z] ++ echo eclipse-scout-2024-06-R-linux.gtk.aarch64.tar.gz [2024-06-11T04:18:46.483Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:18:46.483Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:18:46.483Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:18:46.483Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:18:46.483Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:18:46.483Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:18:46.483Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:18:46.483Z] + NEWNAME=eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:18:46.483Z] + mv eclipse-scout-2024-06-R-linux.gtk.aarch64.tar.gz eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:18:46.483Z] + md5sum eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:18:47.407Z] + sha1sum eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:18:48.334Z] + sha512sum -b eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz [2024-06-11T04:18:49.694Z] + scp eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz.md5 eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz.sha1 eclipse-scout-2024-06-R-linux-gtk-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:18:59.629Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:18:59.629Z] ++ echo eclipse-scout-2024-06-R-linux.gtk.x86_64.tar.gz [2024-06-11T04:18:59.629Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:18:59.629Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:18:59.629Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:18:59.629Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:18:59.629Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:18:59.629Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:18:59.629Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:18:59.629Z] + NEWNAME=eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:18:59.629Z] + mv eclipse-scout-2024-06-R-linux.gtk.x86_64.tar.gz eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:18:59.629Z] + md5sum eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:18:59.629Z] + sha1sum eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:19:00.189Z] + sha512sum -b eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz [2024-06-11T04:19:01.550Z] + scp eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz.md5 eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz.sha1 eclipse-scout-2024-06-R-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:19:09.623Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:19:09.623Z] ++ echo eclipse-scout-2024-06-R-macosx.cocoa.aarch64.dmg [2024-06-11T04:19:09.623Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:19:09.623Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:19:09.623Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:19:09.623Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:19:09.623Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:19:09.623Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:19:09.623Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:19:09.623Z] + NEWNAME=eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:19:09.623Z] + mv eclipse-scout-2024-06-R-macosx.cocoa.aarch64.dmg eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:19:09.623Z] + md5sum eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:19:09.878Z] + sha1sum eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:19:11.238Z] + sha512sum -b eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize [2024-06-11T04:19:12.600Z] + scp eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 eclipse-scout-2024-06-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:19:22.532Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:19:22.532Z] ++ echo eclipse-scout-2024-06-R-macosx.cocoa.aarch64.tar.gz [2024-06-11T04:19:22.532Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:19:22.532Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:19:22.532Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:19:22.532Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:19:22.532Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:19:22.532Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:19:22.532Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:19:22.532Z] + NEWNAME=eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:19:22.532Z] + mv eclipse-scout-2024-06-R-macosx.cocoa.aarch64.tar.gz eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:19:22.532Z] + md5sum eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:19:22.787Z] + sha1sum eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:19:24.166Z] + sha512sum -b eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz [2024-06-11T04:19:25.528Z] + scp eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz.md5 eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha1 eclipse-scout-2024-06-R-macosx-cocoa-aarch64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:19:33.602Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:19:33.602Z] ++ echo eclipse-scout-2024-06-R-macosx.cocoa.x86_64.dmg [2024-06-11T04:19:33.602Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:19:33.602Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:19:33.602Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:19:33.602Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:19:33.602Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:19:33.602Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:19:33.602Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:19:33.602Z] + NEWNAME=eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:19:33.602Z] + mv eclipse-scout-2024-06-R-macosx.cocoa.x86_64.dmg eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:19:33.602Z] + md5sum eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:19:33.602Z] + sha1sum eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:19:34.526Z] + sha512sum -b eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize [2024-06-11T04:19:36.409Z] + scp eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 eclipse-scout-2024-06-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:19:46.339Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:19:46.339Z] ++ echo eclipse-scout-2024-06-R-macosx.cocoa.x86_64.tar.gz [2024-06-11T04:19:46.339Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:19:46.339Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:19:46.339Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:19:46.339Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:19:46.339Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:19:46.339Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:19:46.339Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:19:46.339Z] + NEWNAME=eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:19:46.339Z] + mv eclipse-scout-2024-06-R-macosx.cocoa.x86_64.tar.gz eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:19:46.339Z] + md5sum eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:19:46.899Z] + sha1sum eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:19:47.823Z] + sha512sum -b eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz [2024-06-11T04:19:49.187Z] + scp eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz.md5 eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha1 eclipse-scout-2024-06-R-macosx-cocoa-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:19:57.260Z] + for NAME in $(find * -type f -maxdepth 0) [2024-06-11T04:19:57.260Z] ++ echo eclipse-scout-2024-06-R-win32.win32.x86_64.zip [2024-06-11T04:19:57.260Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-06-11T04:19:57.260Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-06-11T04:19:57.260Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-06-11T04:19:57.260Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-06-11T04:19:57.260Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-06-11T04:19:57.260Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-06-11T04:19:57.260Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-06-11T04:19:57.260Z] + NEWNAME=eclipse-scout-2024-06-R-win32-x86_64.zip [2024-06-11T04:19:57.260Z] + mv eclipse-scout-2024-06-R-win32.win32.x86_64.zip eclipse-scout-2024-06-R-win32-x86_64.zip [2024-06-11T04:19:57.260Z] + md5sum eclipse-scout-2024-06-R-win32-x86_64.zip [2024-06-11T04:19:58.186Z] + sha1sum eclipse-scout-2024-06-R-win32-x86_64.zip [2024-06-11T04:19:59.110Z] + sha512sum -b eclipse-scout-2024-06-R-win32-x86_64.zip [2024-06-11T04:20:00.995Z] + scp eclipse-scout-2024-06-R-win32-x86_64.zip eclipse-scout-2024-06-R-win32-x86_64.zip.md5 eclipse-scout-2024-06-R-win32-x86_64.zip.sha1 eclipse-scout-2024-06-R-win32-x86_64.zip.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building// [2024-06-11T04:20:10.926Z] + popd [2024-06-11T04:20:10.926Z] ~/agent/workspace/epp_master [2024-06-11T04:20:10.926Z] + 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-06-11T04:20:10.926Z] + 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-06-11T04:20:10.926Z] + 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-06-11T04:20:10.935Z] $ ssh-agent -k [2024-06-11T04:20:10.939Z] unset SSH_AUTH_SOCK; [2024-06-11T04:20:10.939Z] unset SSH_AGENT_PID; [2024-06-11T04:20:10.940Z] echo Agent pid 12481 killed; [2024-06-11T04:20:10.947Z] [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-06-11T04:20:11.042Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-06-11T04:20:11.042Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-11T04:20:11.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-11T04:20:11.057Z] $ ssh-agent [2024-06-11T04:20:11.065Z] SSH_AUTH_SOCK=/tmp/ssh-0qG0lsa1Nyxq/agent.12667 [2024-06-11T04:20:11.065Z] SSH_AGENT_PID=12669 [2024-06-11T04:20:11.070Z] Running ssh-add (command line suppressed) [2024-06-11T04:20:11.085Z] Identity added: /home/jenkins/agent/workspace/epp_master@tmp/private_key_9862973812570268854.key (/home/jenkins/agent/workspace/epp_master@tmp/private_key_9862973812570268854.key) [2024-06-11T04:20:11.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-11T04:20:11.363Z] + ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh [2024-06-11T04:20:11.363Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-06-11T04:20:11.363Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-06-11T04:20:11.363Z] + SCP=scp [2024-06-11T04:20:11.363Z] +++ dirname ./releng/org.eclipse.epp.config/tools/upload-to-staging.sh [2024-06-11T04:20:11.363Z] ++ cd ./releng/org.eclipse.epp.config/tools [2024-06-11T04:20:11.363Z] ++ pwd [2024-06-11T04:20:11.363Z] + DIR=/home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools [2024-06-11T04:20:11.363Z] + echo Create the epp.properties file [2024-06-11T04:20:11.363Z] Create the epp.properties file [2024-06-11T04:20:11.363Z] + mvn clean package -f /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools [2024-06-11T04:20:11.627Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-06-11T04:20:11.627Z] Maven home: /opt/tools/apache-maven/latest [2024-06-11T04:20:11.627Z] Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-21/jdk-21.0.2+13 [2024-06-11T04:20:11.627Z] Default locale: en_US, platform encoding: UTF-8 [2024-06-11T04:20:11.627Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [2024-06-11T04:20:12.989Z] [INFO] Scanning for projects... [2024-06-11T04:20:21.078Z] [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [2024-06-11T04:20:21.079Z] [INFO] Tycho Mode: project [2024-06-11T04:20:21.079Z] [INFO] Tycho Builder: maven [2024-06-11T04:20:21.079Z] [INFO] Build Threads: 1 [2024-06-11T04:20:26.325Z] [INFO] [2024-06-11T04:20:26.325Z] [INFO] --------------------< org.eclipse.epp:releng.tools >-------------------- [2024-06-11T04:20:26.325Z] [INFO] Building releng.tools 4.32.0-SNAPSHOT [2024-06-11T04:20:26.325Z] [INFO] from pom.xml [2024-06-11T04:20:26.325Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-06-11T04:20:26.325Z] [INFO] [2024-06-11T04:20:26.325Z] [INFO] --- clean:3.2.0:clean (default-clean) @ releng.tools --- [2024-06-11T04:20:26.325Z] [INFO] [2024-06-11T04:20:26.326Z] [INFO] --- properties:1.1.0:write-project-properties (default) @ releng.tools --- [2024-06-11T04:20:26.326Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:20:26.326Z] [INFO] BUILD SUCCESS [2024-06-11T04:20:26.326Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:20:26.326Z] [INFO] Total time: 13.140 s [2024-06-11T04:20:26.326Z] [INFO] Finished at: 2024-06-11T04:20:25Z [2024-06-11T04:20:26.326Z] [INFO] ------------------------------------------------------------------------ [2024-06-11T04:20:26.326Z] ++ get_property RELEASE_NAME [2024-06-11T04:20:26.326Z] ++ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-06-11T04:20:26.326Z] ++ cut -d= -f2 [2024-06-11T04:20:26.326Z] + RELEASE_NAME=2024-06 [2024-06-11T04:20:26.326Z] ++ get_property RELEASE_MILESTONE [2024-06-11T04:20:26.326Z] ++ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-06-11T04:20:26.326Z] ++ cut -d= -f2 [2024-06-11T04:20:26.326Z] + RELEASE_MILESTONE=R [2024-06-11T04:20:26.326Z] ++ get_property RELEASE_DIR [2024-06-11T04:20:26.326Z] ++ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-06-11T04:20:26.326Z] ++ cut -d= -f2 [2024-06-11T04:20:26.326Z] + RELEASE_DIR=202406061200 [2024-06-11T04:20:26.326Z] ++ get_property SIMREL_REPO [2024-06-11T04:20:26.326Z] ++ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/epp_master/releng/org.eclipse.epp.config/tools/epp.properties [2024-06-11T04:20:26.326Z] ++ cut -d= -f2 [2024-06-11T04:20:26.326Z] + SIMREL_REPO='https\://download.eclipse.org/staging/2024-06' [2024-06-11T04:20:26.326Z] + BUILDING=/home/data/httpd/download.eclipse.org/technology/epp/building [2024-06-11T04:20:26.326Z] + STAGING=/home/data/httpd/download.eclipse.org/technology/epp/staging [2024-06-11T04:20:26.326Z] + cat [2024-06-11T04:20:26.326Z] + scp -rp _email.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building [2024-06-11T04:20:26.583Z] ++ date [2024-06-11T04:20:26.583Z] + echo 'TIMESTAMP: Tue 11 Jun 2024 04:20:26 AM UTC' [2024-06-11T04:20:26.583Z] + echo 'CI URL: https://ci.eclipse.org/packaging/job/epp/job/master/87/' [2024-06-11T04:20:26.583Z] + scp -rp _ci-info.txt genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building [2024-06-11T04:20:26.839Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous [2024-06-11T04:20:27.095Z] + ssh genie.packaging@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/technology/epp/staging [2024-06-11T04:20:27.350Z] + 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-06-11T04:20:27.910Z] + 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-06-11T04:20:28.165Z] + ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous [Pipeline] } [2024-06-11T04:20:28.737Z] $ ssh-agent -k [2024-06-11T04:20:28.742Z] unset SSH_AUTH_SOCK; [2024-06-11T04:20:28.742Z] unset SSH_AGENT_PID; [2024-06-11T04:20:28.742Z] echo Agent pid 12669 killed; [2024-06-11T04:20:28.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs [2024-06-11T04:20:28.794Z] [WS-CLEANUP] Deleting project workspace... [2024-06-11T04:20:28.795Z] [WS-CLEANUP] Deferred wipeout is used... [2024-06-11T04:20:28.802Z] [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