Started by timer Connecting to https://api.github.com using GitHub bot (username/token) Obtained releng/org.eclipse.oomph.parent/Jenkinsfile from 7f5ef0e6e038d5d3875869d9d3855c6bb40350ef [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-8dl3x is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717297804057" labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" kubernetes.jenkins.io/controller: "http___jenkins-ui_oomph_svc_cluster_local_oomphx" name: "centos-8-8dl3x" namespace: "oomph" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.oomph.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-8dl3x" - 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: "centos-8-8dl3x" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.oomph.svc.cluster.local/oomph/" image: "docker.io/eclipsecbi/jiro-agent-centos-8: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-oomph" 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 centos-8-8dl3x in /home/jenkins/agent/workspace/build_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-oomph/oomph.git > git init /home/jenkins/agent/workspace/build_master # timeout=10 Fetching upstream changes from https://github.com/eclipse-oomph/oomph.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-oomph/oomph.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 7f5ef0e6e038d5d3875869d9d3855c6bb40350ef (master) > git config remote.origin.url https://github.com/eclipse-oomph/oomph.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 7f5ef0e6e038d5d3875869d9d3855c6bb40350ef # timeout=10 Commit message: "Regenerate catalogs for 2024-06 RC1" > git rev-list --no-walk 7f5ef0e6e038d5d3875869d9d3855c6bb40350ef # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] sh + date +%Y%m%d-%H%M%S [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Parameters) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] buildDescription New run description is 'nightly - 2024-06' [Pipeline] echo BUILD_TYPE=nightly RESTRICTED_VERSION=2024-06 BUILD_KEY= BUILD_LABEL= PROMOTE=true SIGN=true NOTARIZE=true SKIP_TESTS=false SCRIPT_DEBUG=false BRANCH_NAME=master BUILD_TIMESTAMP=20240602-031022 GIT=/home/jenkins/agent/workspace/build_master GIT_COMMIT=7f5ef0e6e038d5d3875869d9d3855c6bb40350ef GIT_BRANCH=master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) Stage "Git Checkout" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.oomph (ssh://genie.oomph@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-6F9aJ0JVMS7e/agent.129 SSH_AGENT_PID=131 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/build_master@tmp/private_key_17252161197919372617.key (/home/jenkins/agent/workspace/build_master@tmp/private_key_17252161197919372617.key) [ssh-agent] Started. [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [build_master] $ Xvnc -help Starting xvnc [build_master] $ Xvnc :26 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) See https://www.tigervnc.org for information on TigerVNC. Underlying X server release 12011000, The X.Org Foundation Sun Jun 2 03:10:25 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5926 vncext: created VNC server for screen 0 [Pipeline] sh + mvn clean verify --no-transfer-progress -DskipTests=false -Dmaven.repo.local=/home/jenkins/agent/workspace/build_master/.m2/repository -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/oomph/job/build/job/master/ -Dbuild.type=nightly -DRESTRICTED_VERSION=2024-06 -DPACK_AND_SIGN=true -Dbuild.id=600 -Dgit.commit=7f5ef0e6e038d5d3875869d9d3855c6bb40350ef Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.oomph.parent [pom] [INFO] org.eclipse.oomph.features [pom] [INFO] org.eclipse.oomph.plugins [pom] [INFO] org.eclipse.oomph.util [eclipse-plugin] [INFO] org.eclipse.oomph.base [eclipse-plugin] [INFO] org.eclipse.oomph.base.edit [eclipse-plugin] [INFO] org.eclipse.oomph.ui [eclipse-plugin] [INFO] org.eclipse.oomph.manifests [eclipse-plugin] [INFO] org.eclipse.oomph.license [eclipse-feature] [INFO] org.eclipse.oomph.manifests [eclipse-feature] [INFO] org.eclipse.oomph.junit [eclipse-plugin] [INFO] org.eclipse.oomph.p2 [eclipse-plugin] [INFO] org.eclipse.oomph.p2.core [eclipse-plugin] [INFO] org.eclipse.oomph.tests [eclipse-plugin] [INFO] org.eclipse.oomph.p2.tests [eclipse-test-plugin] [INFO] org.eclipse.oomph.preferences [eclipse-plugin] [INFO] org.eclipse.oomph.setup [eclipse-plugin] [INFO] org.eclipse.oomph.setup.p2 [eclipse-plugin] [INFO] org.eclipse.oomph.setup.core [eclipse-plugin] [INFO] org.eclipse.oomph.setup.sync [eclipse-plugin] [INFO] org.eclipse.oomph.setup.sync.tests [eclipse-test-plugin] [INFO] org.eclipse.oomph.ui.tests [eclipse-plugin] [INFO] org.eclipse.oomph.p2.edit [eclipse-plugin] [INFO] org.eclipse.oomph.p2.ui [eclipse-plugin] [INFO] org.eclipse.oomph.extractor.lib [eclipse-plugin] [INFO] org.eclipse.oomph.jreinfo [eclipse-plugin] [INFO] org.eclipse.oomph.jreinfo.ui [eclipse-plugin] [INFO] org.eclipse.oomph.setup.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.p2.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.ui [eclipse-plugin] [INFO] org.eclipse.oomph.setup.installer [eclipse-plugin] [INFO] org.eclipse.oomph.util.pde [eclipse-plugin] [INFO] org.eclipse.oomph.predicates [eclipse-plugin] [INFO] org.eclipse.oomph.predicates.edit [eclipse-plugin] [INFO] org.eclipse.oomph.resources [eclipse-plugin] [INFO] org.eclipse.oomph.resources.edit [eclipse-plugin] [INFO] org.eclipse.oomph.util.doc [eclipse-plugin] [INFO] org.eclipse.oomph.p2.doc [eclipse-plugin] [INFO] org.eclipse.oomph.p2 [eclipse-feature] [INFO] org.eclipse.oomph.setup.workbench [eclipse-plugin] [INFO] org.eclipse.oomph.setup.workbench.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.pde [eclipse-plugin] [INFO] org.eclipse.oomph.setup.jdt [eclipse-plugin] [INFO] org.eclipse.oomph.setup.jdt.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.mylyn [eclipse-plugin] [INFO] org.eclipse.oomph.setup.projects [eclipse-plugin] [INFO] org.eclipse.oomph.setup.maven [eclipse-plugin] [INFO] org.eclipse.oomph.setup.maven.edit [eclipse-plugin] [INFO] org.eclipse.oomph.targlets [eclipse-plugin] [INFO] org.eclipse.oomph.targlets.edit [eclipse-plugin] [INFO] org.eclipse.oomph.targlets.core [eclipse-plugin] [INFO] org.eclipse.oomph.setup.targlets [eclipse-plugin] [INFO] org.eclipse.oomph.setup.targlets.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.mylyn.edit [eclipse-plugin] [INFO] org.eclipse.oomph.workingsets [eclipse-plugin] [INFO] org.eclipse.oomph.workingsets.edit [eclipse-plugin] [INFO] org.eclipse.oomph.workingsets.editor [eclipse-plugin] [INFO] org.eclipse.oomph.setup.editor [eclipse-plugin] [INFO] org.eclipse.oomph.setup.workingsets [eclipse-plugin] [INFO] org.eclipse.oomph.setup.workingsets.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.projects.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.projectset [eclipse-plugin] [INFO] org.eclipse.oomph.setup.git [eclipse-plugin] [INFO] org.eclipse.oomph.setup.git.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.projectset.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.launching [eclipse-plugin] [INFO] org.eclipse.oomph.setup.ui.ide [eclipse-plugin] [INFO] org.eclipse.oomph.setup.launching.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.pde.edit [eclipse-plugin] [INFO] org.eclipse.oomph.setup.doc [eclipse-plugin] [INFO] org.eclipse.oomph.setup.ui.questionnaire [eclipse-plugin] [INFO] org.eclipse.oomph.setup.installer [eclipse-feature] [INFO] org.eclipse.oomph.setup.installer.tests [eclipse-test-plugin] [INFO] org.eclipse.oomph.setup.tests [eclipse-test-plugin] [INFO] org.eclipse.oomph.extractor.lib.tests [eclipse-plugin] [INFO] org.eclipse.oomph.version [eclipse-plugin] [INFO] org.eclipse.oomph.version.digest [eclipse-plugin] [INFO] org.eclipse.oomph.version.ui [eclipse-plugin] [INFO] org.eclipse.oomph.version.tests [eclipse-test-plugin] [INFO] org.eclipse.oomph.targlets.tests [eclipse-test-plugin] [INFO] org.eclipse.oomph.tests [eclipse-feature] [INFO] org.eclipse.oomph.projectconfig [eclipse-plugin] [INFO] org.eclipse.oomph.preferences.edit [eclipse-plugin] [INFO] org.eclipse.oomph.projectconfig.edit [eclipse-plugin] [INFO] org.eclipse.oomph.preferences.editor [eclipse-plugin] [INFO] org.eclipse.oomph.projectconfig.editor [eclipse-plugin] [INFO] org.eclipse.oomph.projectconfig [eclipse-feature] [INFO] org.eclipse.oomph.util [eclipse-feature] [INFO] org.eclipse.oomph.version.headless [eclipse-feature] [INFO] org.eclipse.oomph.workingsets [eclipse-feature] [INFO] org.eclipse.oomph.ostools [eclipse-plugin] [INFO] org.eclipse.oomph.ostools [eclipse-feature] [INFO] org.eclipse.oomph.setup.projectset [eclipse-feature] [INFO] org.eclipse.oomph.setup.sdk [eclipse-plugin] [INFO] org.eclipse.oomph.setup.git [eclipse-feature] [INFO] org.eclipse.oomph.setup.maven [eclipse-feature] [INFO] org.eclipse.oomph.setup.workbench [eclipse-feature] [INFO] org.eclipse.oomph.setup.launching [eclipse-feature] [INFO] org.eclipse.oomph.setup.pde [eclipse-feature] [INFO] org.eclipse.oomph.setup.projects [eclipse-feature] [INFO] org.eclipse.oomph.setup.workingsets [eclipse-feature] [INFO] org.eclipse.oomph.setup.core [eclipse-feature] [INFO] org.eclipse.oomph.setup [eclipse-feature] [INFO] org.eclipse.oomph.setup.ui.ide [eclipse-feature] [INFO] org.eclipse.oomph.setup.targlets [eclipse-feature] [INFO] org.eclipse.oomph.setup.jdt [eclipse-feature] [INFO] org.eclipse.oomph.setup.mylyn [eclipse-feature] [INFO] org.eclipse.oomph.setup.sdk [eclipse-feature] [INFO] org.eclipse.oomph.targlets.editor [eclipse-plugin] [INFO] org.eclipse.oomph.targlets.ui [eclipse-plugin] [INFO] org.eclipse.oomph.targlets.doc [eclipse-plugin] [INFO] org.eclipse.oomph.targlets [eclipse-feature] [INFO] org.eclipse.oomph.launches [eclipse-plugin] [INFO] org.eclipse.oomph.launches [eclipse-feature] [INFO] org.eclipse.oomph.projectcopy [eclipse-plugin] [INFO] org.eclipse.oomph.projectcopy [eclipse-feature] [INFO] org.eclipse.oomph.version [eclipse-feature] [INFO] org.eclipse.oomph.preferences [eclipse-feature] [INFO] org.eclipse.oomph.gitbash [eclipse-plugin] [INFO] org.eclipse.oomph.gitbash [eclipse-feature] [INFO] org.eclipse.oomph.all [eclipse-feature] [INFO] org.eclipse.oomph.tp [eclipse-target-definition] [INFO] org.eclipse.oomph.releng [eclipse-plugin] [INFO] org.eclipse.oomph.releng.helpcenter [eclipse-plugin] [INFO] org.eclipse.oomph.site [eclipse-repository] [INFO] org.eclipse.oomph.setup.installer.product [eclipse-repository] [INFO] org.eclipse.oomph.root [pom] [INFO] [INFO] -------------< org.eclipse.oomph:org.eclipse.oomph.parent >------------- [INFO] Building org.eclipse.oomph.parent 1.0.0-SNAPSHOT [1/127] [INFO] from releng/org.eclipse.oomph.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.parent --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.features >------------ [INFO] Building org.eclipse.oomph.features 1.1.0-SNAPSHOT [2/127] [INFO] from releng/org.eclipse.oomph.parent/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.features --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.features --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.features --- [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.features --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.plugins >------------- [INFO] Building org.eclipse.oomph.plugins 1.1.0-SNAPSHOT [3/127] [INFO] from releng/org.eclipse.oomph.parent/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.plugins --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.plugins --- [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.plugins --- [INFO] [INFO] --------------< org.eclipse.oomph:org.eclipse.oomph.util >-------------- [INFO] Building org.eclipse.oomph.util 1.22.0-SNAPSHOT [4/127] [INFO] from plugins/org.eclipse.oomph.util/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.parent/tp/org.eclipse.oomph.tp.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64, linux/gtk/x86_64, linux/gtk/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=org.eclipse.tycho.core.ee.impl.CustomEEResolutionHints@880adc49, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@66e22c32 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/build_master/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [WARNING] Problems resolving provisioning plan.: Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20201118-1845 to java.package; javax.xml.bind [2.2.0,2.2.1). Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20201118-1845 to java.package; javax.xml.bind.annotation [2.2.0,2.2.1). Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20201118-1845 to java.package; javax.xml.bind.annotation.adapters [2.2.0,2.2.1). Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20201118-1845 to java.package; javax.xml.bind.attachment [2.2.0,2.2.1). Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20201118-1845 to java.package; javax.xml.bind.helpers [2.2.0,2.2.1). Unable to satisfy dependency from org.eclipse.m2e.editor.lemminx 2.0.600.20240219-1707 to osgi.bundle; org.eclipse.wildwebdeveloper.xml [1.3.0,1.4.0). Unable to satisfy dependency from org.eclipse.m2e.editor.lemminx 2.0.600.20240219-1707 to osgi.bundle; org.eclipse.lsp4e 0.18.0. Unable to satisfy dependency from org.eclipse.m2e.editor.lemminx 2.0.600.20240219-1707 to osgi.bundle; org.eclipse.lsp4j 0.21.0. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.util --- [INFO] The project's OSGi version is 1.22.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.util --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.util --- [INFO] Resolving class path of org.eclipse.oomph.util [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.util --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.util --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.util --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.util --- [INFO] 18 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.util --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util/target/org.eclipse.oomph.util-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.util --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util/target/org.eclipse.oomph.util-1.22.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.util --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util/target/org.eclipse.oomph.util-1.22.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util/target/org.eclipse.oomph.util-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.util --- [INFO] [INFO] --------------< org.eclipse.oomph:org.eclipse.oomph.base >-------------- [INFO] Building org.eclipse.oomph.base 1.18.0-SNAPSHOT [5/127] [INFO] from plugins/org.eclipse.oomph.base/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.base --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.base --- [INFO] The project's OSGi version is 1.18.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.base --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.base --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.base --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.base --- [INFO] Resolving class path of org.eclipse.oomph.base [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.base --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.base --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.base --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.base --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.base --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.base --- [INFO] 22 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.base --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base/target/org.eclipse.oomph.base-1.18.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.base --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base/target/org.eclipse.oomph.base-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.base --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.base --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base/target/org.eclipse.oomph.base-1.18.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base/target/org.eclipse.oomph.base-1.18.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.base --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.base.edit >------------ [INFO] Building org.eclipse.oomph.base.edit 1.17.0-SNAPSHOT [6/127] [INFO] from plugins/org.eclipse.oomph.base.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.base.edit --- [INFO] The project's OSGi version is 1.17.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.base.edit --- [INFO] Resolving class path of org.eclipse.oomph.base.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.base.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.base.edit --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.base.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.base.edit --- [INFO] 26 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.base.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base.edit/target/org.eclipse.oomph.base.edit-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.base.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base.edit/target/org.eclipse.oomph.base.edit-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.base.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base.edit/target/org.eclipse.oomph.base.edit-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.base.edit/target/org.eclipse.oomph.base.edit-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.base.edit --- [INFO] [INFO] ---------------< org.eclipse.oomph:org.eclipse.oomph.ui >--------------- [INFO] Building org.eclipse.oomph.ui 1.22.0-SNAPSHOT [7/127] [INFO] from plugins/org.eclipse.oomph.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.ui --- [INFO] The project's OSGi version is 1.22.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.ui --- [INFO] Resolving class path of org.eclipse.oomph.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.ui --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.ui --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.ui --- [INFO] 137 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui/target/org.eclipse.oomph.ui-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui/target/org.eclipse.oomph.ui-1.22.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui/target/org.eclipse.oomph.ui-1.22.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui/target/org.eclipse.oomph.ui-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.ui --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.manifests >------------ [INFO] Building org.eclipse.oomph.manifests 1.13.0-SNAPSHOT [8/127] [INFO] from plugins/org.eclipse.oomph.manifests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.manifests --- [INFO] The project's OSGi version is 1.13.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.manifests --- [INFO] Resolving class path of org.eclipse.oomph.manifests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.manifests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.manifests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.manifests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.manifests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.manifests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.manifests --- [INFO] 300 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.manifests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.manifests/target/org.eclipse.oomph.manifests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.manifests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.manifests/target/org.eclipse.oomph.manifests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.manifests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.manifests/target/org.eclipse.oomph.manifests-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.manifests/target/org.eclipse.oomph.manifests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --------< org.eclipse.oomph.features:org.eclipse.oomph.license >-------- [INFO] Building org.eclipse.oomph.license 1.6.0-SNAPSHOT [9/127] [INFO] from features/org.eclipse.oomph.license-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.license:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.license-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.license --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.license-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.license --- [INFO] The project's OSGi version is 1.6.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.license --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.license --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.license --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.license --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.license-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.license --- [INFO] All system scoped dependencies were mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.license --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.license-feature/target/org.eclipse.oomph.license-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.license --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.license --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.license --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.license-feature/target/org.eclipse.oomph.license-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.license --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.license-feature/target/org.eclipse.oomph.license-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.license-feature/target/org.eclipse.oomph.license-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.license --- [INFO] [INFO] -------< org.eclipse.oomph.features:org.eclipse.oomph.manifests >------- [INFO] Building org.eclipse.oomph.manifests 1.15.0-SNAPSHOT [10/127] [INFO] from features/org.eclipse.oomph.manifests-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.manifests:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.manifests-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.manifests --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.manifests-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.manifests --- [INFO] The project's OSGi version is 1.15.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.manifests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.manifests-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.manifests --- [INFO] 276 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.manifests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.manifests-feature/target/org.eclipse.oomph.manifests-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.manifests --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.manifests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.manifests-feature/target/org.eclipse.oomph.manifests-1.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.manifests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.manifests-feature/target/org.eclipse.oomph.manifests-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.manifests-feature/target/org.eclipse.oomph.manifests-1.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.manifests --- [INFO] [INFO] -------------< org.eclipse.oomph:org.eclipse.oomph.junit >-------------- [INFO] Building org.eclipse.oomph.junit 1.3.0-SNAPSHOT [11/127] [INFO] from plugins/org.eclipse.oomph.junit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.junit --- [INFO] The project's OSGi version is 1.3.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.junit --- [INFO] Resolving class path of org.eclipse.oomph.junit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.junit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.junit --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.junit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.junit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.junit --- [INFO] 22 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.junit/target/org.eclipse.oomph.junit-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.junit/target/org.eclipse.oomph.junit-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.junit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.junit/target/org.eclipse.oomph.junit-1.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.junit/target/org.eclipse.oomph.junit-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.junit --- [INFO] [INFO] ---------------< org.eclipse.oomph:org.eclipse.oomph.p2 >--------------- [INFO] Building org.eclipse.oomph.p2 1.17.0-SNAPSHOT [12/127] [INFO] from plugins/org.eclipse.oomph.p2/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.p2 --- [INFO] The project's OSGi version is 1.17.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.p2 --- [INFO] Resolving class path of org.eclipse.oomph.p2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.p2 --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.p2 --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.p2 --- [INFO] 42 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2/target/org.eclipse.oomph.p2-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2/target/org.eclipse.oomph.p2-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.p2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2/target/org.eclipse.oomph.p2-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2/target/org.eclipse.oomph.p2-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.p2 --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.p2.core >------------- [INFO] Building org.eclipse.oomph.p2.core 1.29.0-SNAPSHOT [13/127] [INFO] from plugins/org.eclipse.oomph.p2.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.p2.core --- [INFO] The project's OSGi version is 1.29.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.p2.core --- [INFO] Resolving class path of org.eclipse.oomph.p2.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.p2.core --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.p2.core --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.p2.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.p2.core --- [INFO] 68 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.p2.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.core/target/org.eclipse.oomph.p2.core-1.29.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.p2.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.core/target/org.eclipse.oomph.p2.core-1.29.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.p2.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.core/target/org.eclipse.oomph.p2.core-1.29.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.core/target/org.eclipse.oomph.p2.core-1.29.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.p2.core --- [INFO] [INFO] -------------< org.eclipse.oomph:org.eclipse.oomph.tests >-------------- [INFO] Building org.eclipse.oomph.tests 1.13.0-SNAPSHOT [14/127] [INFO] from plugins/org.eclipse.oomph.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.tests --- [INFO] The project's OSGi version is 1.13.0.v20230620-1159 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.tests --- [INFO] Resolving class path of org.eclipse.oomph.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.tests/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.tests --- [INFO] 24 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.tests/target/org.eclipse.oomph.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.tests/target/org.eclipse.oomph.tests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.tests/target/org.eclipse.oomph.tests-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.tests/target/org.eclipse.oomph.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.tests --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.p2.tests >------------ [INFO] Building org.eclipse.oomph.p2.tests 1.16.0-SNAPSHOT [15/127] [INFO] from plugins/org.eclipse.oomph.p2.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.p2.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.p2.tests --- [INFO] The project's OSGi version is 1.16.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.p2.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.p2.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.p2.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.p2.tests --- [INFO] Resolving class path of org.eclipse.oomph.p2.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.p2.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.p2.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.p2.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.p2.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.p2.tests --- [INFO] 210 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/org.eclipse.oomph.p2.tests-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/org.eclipse.oomph.p2.tests-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.p2.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.p2.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/org.eclipse.oomph.p2.tests-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/org.eclipse.oomph.p2.tests-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.p2.tests --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.oomph.p2.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/custom.profile, -Dp2.httpRule=allow, -Declipse.p2.mirrors=false, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/build_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.jar, -data, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/work/data, -install, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/work, -configuration, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.tests/target/surefire.properties] Running org.eclipse.oomph.p2.tests.AgentTests Creating test mirror of https://download.eclipse.org/modeling/emf/cdo/drops/R20130918-0029 under /tmp/p2-test-mirror-001-cdo-old Adding metadata repository https://download.eclipse.org/modeling/emf/cdo/drops/R20130918-0029 Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/ (185.18kB) 1 operation remaining. Adding artifact repository https://download.eclipse.org/modeling/emf/cdo/drops/R20130918-0029 Fetching artifacts.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/ (22.1kB) 1 operation remaining. Fetching artifacts.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/ (22.1kB) Creating test mirror of https://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655 under /tmp/p2-test-mirror-001-cdo-new Adding metadata repository https://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655 Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (173.85kB) 1 operation remaining. Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (173.85kB) Adding artifact repository https://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655 Fetching artifacts.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (21.35kB) 1 operation remaining. Fetching artifacts.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (21.35kB) Creating test mirror of https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800 under /tmp/p2-test-mirror-001-platform-old Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (142B) 1 operation remaining. Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (142B) Adding metadata repository https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800 Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (133.37kB) 1 operation remaining. Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (133.37kB) Adding artifact repository https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800 Fetching artifacts.xml.xz from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (152.72kB) 1 operation remaining. Fetching artifacts.xml.xz from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (152.72kB) Creating test mirror of https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440 under /tmp/p2-test-mirror-001-platform-new Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440/ (172B) 1 operation remaining. Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440/ (172B) Adding metadata repository https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440 Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440/ (144.94kB) 1 operation remaining. Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440/ (144.94kB) Adding artifact repository https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440 Fetching artifacts.xml.xz from https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440/ (283.28kB) 1 operation remaining. Fetching artifacts.xml.xz from https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440/ (283.28kB) ========================================================================================================================= testDeleteProfile ========================================================================================================================= ========================================================================================================================= testUseDeletedProfile ========================================================================================================================= ========================================================================================================================= testInstallExceptions ========================================================================================================================= Calculating requirements and dependencies. Cannot complete the request. Generating details. ========================================================================================================================= testInstallAndUpdateFeature ========================================================================================================================= Calculating requirements and dependencies. Computing prerequisite plan Installing org.apache.commons.logging [1.1.1.v201101211721] Installing org.eclipse.net4j.util [3.3.0.v20130601-1611] Installing org.eclipse.net4j.util.feature.group [4.2.0.v20130601-1611] Installing org.eclipse.net4j.util.feature.jar [4.2.0.v20130601-1611] Configuring org.apache.commons.logging Configuring org.eclipse.net4j.util Configuring org.eclipse.net4j.util.feature.group Configuring org.eclipse.net4j.util.feature.jar Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan Installing org.eclipse.net4j.util [3.3.1.v20140218-1709] Installing org.eclipse.net4j.util.feature.group [4.2.1.v20140218-1709] Installing org.eclipse.net4j.util.feature.jar [4.2.1.v20140218-1709] Configuring org.eclipse.net4j.util Configuring org.eclipse.net4j.util.feature.group Configuring org.eclipse.net4j.util.feature.jar Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan ========================================================================================================================= testInstallAndUpdateSingleton ========================================================================================================================= Calculating requirements and dependencies. Computing prerequisite plan Installing org.eclipse.net4j.util [3.3.0.v20130601-1611] Configuring org.eclipse.net4j.util Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan Installing org.eclipse.net4j.util [3.3.1.v20140218-1709] Configuring org.eclipse.net4j.util Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan ========================================================================================================================= testInstallAndUpdateNonSingleton ========================================================================================================================= Calculating requirements and dependencies. Computing prerequisite plan Installing a.jre.javase [19.0.0] Installing com.jcraft.jsch [0.1.55.v20190404-1902] Configuring a.jre.javase Configuring com.jcraft.jsch Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan Installing a.jre.javase [21.0.0] Configuring a.jre.javase Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan Installing com.jcraft.jsch [0.1.55.v20221112-0806] Configuring com.jcraft.jsch Preparing to commit the provisioning operation. Committing the provisioning operation. ========================================================================================================================= testInstallWithoutChange ========================================================================================================================= Calculating requirements and dependencies. Computing prerequisite plan Installing a.jre.javase [19.0.0] Installing com.jcraft.jsch [0.1.55.v20190404-1902] Configuring a.jre.javase Configuring com.jcraft.jsch Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan ========================================================================================================================= testDetectProfileDefinitionCreation ========================================================================================================================= Registering profile profile1 Loading profile1 Calculating requirements and dependencies. Computing prerequisite plan ========================================================================================================================= testP2IndexSorting ========================================================================================================================= allSuffixes: [content.xml, profile, content.xml.xz, compositeContent.xml] preferredOrder: [compositeContent.xml, !] suffixes: [compositeContent.xml] ========================================================================================================================= testDefaultAgent ========================================================================================================================= ========================================================================================================================= testCreateProfile ========================================================================================================================= ========================================================================================================================= testImmutableProfileProperties ========================================================================================================================= ========================================================================================================================= testChangeProfileProperties ========================================================================================================================= Calculating requirements and dependencies. Computing prerequisite plan Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan Preparing to commit the provisioning operation. Committing the provisioning operation. Calculating requirements and dependencies. Computing prerequisite plan Preparing to commit the provisioning operation. Committing the provisioning operation. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.08 s -- in org.eclipse.oomph.p2.tests.AgentTests org.eclipse.oomph.p2.tests.AgentTests.testDeleteProfile -- Time elapsed: 0.081 s org.eclipse.oomph.p2.tests.AgentTests.testUseDeletedProfile -- Time elapsed: 0.016 s org.eclipse.oomph.p2.tests.AgentTests.testInstallExceptions -- Time elapsed: 0.307 s org.eclipse.oomph.p2.tests.AgentTests.testInstallAndUpdateFeature -- Time elapsed: 0.644 s org.eclipse.oomph.p2.tests.AgentTests.testInstallAndUpdateSingleton -- Time elapsed: 0.389 s org.eclipse.oomph.p2.tests.AgentTests.testInstallAndUpdateNonSingleton -- Time elapsed: 0.562 s org.eclipse.oomph.p2.tests.AgentTests.testInstallWithoutChange -- Time elapsed: 0.231 s org.eclipse.oomph.p2.tests.AgentTests.testDetectProfileDefinitionCreation -- Time elapsed: 0.021 s org.eclipse.oomph.p2.tests.AgentTests.testP2IndexSorting -- Time elapsed: 0.023 s org.eclipse.oomph.p2.tests.AgentTests.testDefaultAgent -- Time elapsed: 0.017 s org.eclipse.oomph.p2.tests.AgentTests.testCreateProfile -- Time elapsed: 0.042 s org.eclipse.oomph.p2.tests.AgentTests.testImmutableProfileProperties -- Time elapsed: 0.015 s org.eclipse.oomph.p2.tests.AgentTests.testChangeProfileProperties -- Time elapsed: 0.027 s Running org.eclipse.oomph.p2.tests.TransportTests ========================================================================================================================= test_1_CompositeToSimpleWithoutIndex ========================================================================================================================= /tmp/test-12881253336360343495/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/content.xml" // , "HEAD http://127.0.0.1/cdo/content.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // ); ========================================================================================================================= test_2_CompositeToSimpleRemoveIndex ========================================================================================================================= /tmp/test-16660884881105762869/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // ); ========================================================================================================================= test_3_CompositeToSimpleAddIndex ========================================================================================================================= /tmp/test-3799890700917979685/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/content.xml" // , "HEAD http://127.0.0.1/cdo/content.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // ); ========================================================================================================================= test_4_CompositeToSimpleWithIndex ========================================================================================================================= /tmp/test-11028140158001947253/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // ); ========================================================================================================================= test_5_SimpleToCompositeWithoutIndex ========================================================================================================================= /tmp/test-15794439129365321541/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/content.xml" // , "HEAD http://127.0.0.1/cdo/content.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // ); ========================================================================================================================= test_6_SimpleToCompositeRemoveIndex ========================================================================================================================= /tmp/test-5878228102521716982/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/content.xml" // , "HEAD http://127.0.0.1/cdo/content.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // ); ========================================================================================================================= test_7_SimpleToCompositeAddIndex ========================================================================================================================= /tmp/test-15625464076161228542/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/content.xml" // , "HEAD http://127.0.0.1/cdo/content.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // ); ========================================================================================================================= test_8_SimpleToCompositeWithIndex ========================================================================================================================= /tmp/test-6268447426280536876/cdo assertResults(results // , "INSTALL 1" // , "GET http://127.0.0.1/cdo/p2.index" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "GET http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/artifacts.jar" // , "GET http://127.0.0.1/cdo/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=content.xml" // , " artifact.repository.factory.order=artifacts.xml" // , "INSTALL 2" // , "HEAD http://127.0.0.1/cdo/content.jar" // , "HEAD http://127.0.0.1/cdo/content.xml" // , "HEAD http://127.0.0.1/cdo/content.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeContent.jar" // , "HEAD http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/compositeContent.xml" // , "GET http://127.0.0.1/cdo/child/p2.index" // , "HEAD http://127.0.0.1/cdo/child/content.jar" // , "GET http://127.0.0.1/cdo/child/content.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.jar" // , "HEAD http://127.0.0.1/cdo/artifacts.xml" // , "HEAD http://127.0.0.1/cdo/artifacts.xml.xz" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.jar" // , "HEAD http://127.0.0.1/cdo/compositeArtifacts.xml" // , "GET http://127.0.0.1/cdo/compositeArtifacts.xml" // , "HEAD http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/artifacts.jar" // , "GET http://127.0.0.1/cdo/child/plugins/org.eclipse.net4j.util_3.3.1.v20140218-1709.jar" // , " version=1" // , " metadata.repository.factory.order=compositeContent.xml" // , " artifact.repository.factory.order=compositeArtifacts.xml" // ); Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.619 s -- in org.eclipse.oomph.p2.tests.TransportTests org.eclipse.oomph.p2.tests.TransportTests.test_1_CompositeToSimpleWithoutIndex -- Time elapsed: 0.675 s org.eclipse.oomph.p2.tests.TransportTests.test_2_CompositeToSimpleRemoveIndex -- Time elapsed: 0.620 s org.eclipse.oomph.p2.tests.TransportTests.test_3_CompositeToSimpleAddIndex -- Time elapsed: 0.549 s org.eclipse.oomph.p2.tests.TransportTests.test_4_CompositeToSimpleWithIndex -- Time elapsed: 0.527 s org.eclipse.oomph.p2.tests.TransportTests.test_5_SimpleToCompositeWithoutIndex -- Time elapsed: 0.526 s org.eclipse.oomph.p2.tests.TransportTests.test_6_SimpleToCompositeRemoveIndex -- Time elapsed: 0.562 s org.eclipse.oomph.p2.tests.TransportTests.test_7_SimpleToCompositeAddIndex -- Time elapsed: 0.559 s org.eclipse.oomph.p2.tests.TransportTests.test_8_SimpleToCompositeWithIndex -- Time elapsed: 0.587 s Results: Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.preferences >----------- [INFO] Building org.eclipse.oomph.preferences 1.14.0-SNAPSHOT [16/127] [INFO] from plugins/org.eclipse.oomph.preferences/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.preferences --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.preferences --- [INFO] Resolving class path of org.eclipse.oomph.preferences [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.preferences --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.preferences --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.preferences --- [INFO] 24 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences/target/org.eclipse.oomph.preferences-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences/target/org.eclipse.oomph.preferences-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences/target/org.eclipse.oomph.preferences-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences/target/org.eclipse.oomph.preferences-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.preferences --- [INFO] [INFO] -------------< org.eclipse.oomph:org.eclipse.oomph.setup >-------------- [INFO] Building org.eclipse.oomph.setup 1.29.0-SNAPSHOT [17/127] [INFO] from plugins/org.eclipse.oomph.setup/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup --- [INFO] The project's OSGi version is 1.29.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup --- [INFO] Resolving class path of org.eclipse.oomph.setup [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup --- [INFO] 36 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup/target/org.eclipse.oomph.setup-1.29.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup/target/org.eclipse.oomph.setup-1.29.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup/target/org.eclipse.oomph.setup-1.29.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup/target/org.eclipse.oomph.setup-1.29.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.setup.p2 >------------ [INFO] Building org.eclipse.oomph.setup.p2 1.21.0-SNAPSHOT [18/127] [INFO] from plugins/org.eclipse.oomph.setup.p2/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.p2 --- [INFO] The project's OSGi version is 1.21.0.v20240420-0837 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.p2 --- [INFO] Resolving class path of org.eclipse.oomph.setup.p2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.p2 --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.p2 --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.p2 --- [INFO] 78 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2/target/org.eclipse.oomph.setup.p2-1.21.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2/target/org.eclipse.oomph.setup.p2-1.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.p2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2/target/org.eclipse.oomph.setup.p2-1.21.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2/target/org.eclipse.oomph.setup.p2-1.21.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.p2 --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.core >----------- [INFO] Building org.eclipse.oomph.setup.core 1.31.0-SNAPSHOT [19/127] [INFO] from plugins/org.eclipse.oomph.setup.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.core --- [INFO] The project's OSGi version is 1.31.0.v20240420-0837 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.core --- [INFO] Resolving class path of org.eclipse.oomph.setup.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.core --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.core --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.core --- [INFO] 89 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.core/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.core/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.core/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.core/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.sync >----------- [INFO] Building org.eclipse.oomph.setup.sync 1.17.0-SNAPSHOT [20/127] [INFO] from plugins/org.eclipse.oomph.setup.sync/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.sync --- [INFO] The project's OSGi version is 1.17.0.v20240317-0755 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.sync --- [INFO] Resolving class path of org.eclipse.oomph.setup.sync [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.sync --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.sync --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.sync --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.sync --- [INFO] 94 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.sync --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync/target/org.eclipse.oomph.setup.sync-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.sync --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync/target/org.eclipse.oomph.setup.sync-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.sync --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync/target/org.eclipse.oomph.setup.sync-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync/target/org.eclipse.oomph.setup.sync-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.sync --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.setup.sync.tests >-------- [INFO] Building org.eclipse.oomph.setup.sync.tests 1.14.0-SNAPSHOT [21/127] [INFO] from plugins/org.eclipse.oomph.setup.sync.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.sync.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.sync.tests --- [INFO] The project's OSGi version is 1.14.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.sync.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.sync.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.sync.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.sync.tests --- [INFO] Resolving class path of org.eclipse.oomph.setup.sync.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.sync.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.sync.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.sync.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.sync.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.sync.tests --- [INFO] 222 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.sync.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/org.eclipse.oomph.setup.sync.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.sync.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/org.eclipse.oomph.setup.sync.tests-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.sync.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.sync.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/org.eclipse.oomph.setup.sync.tests-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/org.eclipse.oomph.setup.sync.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.sync.tests --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.oomph.setup.sync.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/custom.profile, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/build_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.jar, -data, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/work/data, -install, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/work, -configuration, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sync.tests/target/surefire.properties] Running org.eclipse.oomph.setup.sync.tests.SynchronizerTests ========================================================================================================================= test000 ========================================================================================================================= SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Workstation 1: Create workstation /tmp/test-user-1 Synchronize Commit ========================================================================================================================= test001_Set1_Sync1 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Save Synchronize Commit ========================================================================================================================= test002_Set1_Sync1_Sync2 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Save Synchronize Commit Workstation 2: Create workstation /tmp/test-user-2 Synchronize Commit ========================================================================================================================= test003_Set1_Sync1_Sync2_Sync1 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Save Synchronize Commit Workstation 2: Create workstation /tmp/test-user-2 Synchronize Commit Workstation 1: Synchronize Commit ========================================================================================================================= test004_Set1_Sync1_Set2_Sync2 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Save Synchronize Commit Workstation 2: Create workstation /tmp/test-user-2 Set refresh.resources = true Save Synchronize Commit ========================================================================================================================= test005_Set1_Sync1_Set2_Sync2_Sync1 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Save Synchronize Commit Workstation 2: Create workstation /tmp/test-user-2 Set refresh.resources = true Save Synchronize Commit Workstation 1: Synchronize Commit ========================================================================================================================= test006_SameKey_SameValue ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set property = value Save Synchronize Workstation 2: Create workstation /tmp/test-user-2 Set property = value Save Synchronize Commit Workstation 1: Commit Not current: http://localhost:8080 Synchronize Commit Workstation 2: Synchronize Commit ========================================================================================================================= test007_SameKey_Conflict_Sync ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set property = value1 Save Synchronize Workstation 2: Create workstation /tmp/test-user-2 Set property = value2 Save Synchronize Commit Workstation 1: Commit Not current: http://localhost:8080 Synchronize Commit Conflict: org.eclipse.oomph.setup.sync.impl.SyncActionImpl@4a37191a (id: sync1, computedType: Conflict, resolvedType: null, property: value1) ========================================================================================================================= test008_SameKey_Conflict_Pick1 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set property = value1 Save Workstation 2: Create workstation /tmp/test-user-2 Set property = value2 Save Synchronize Commit Workstation 1: Synchronize Resolve sync1 from Conflict to SetLocal Commit Workstation 2: Synchronize Commit ========================================================================================================================= test009_SameKey_Conflict_Pick2 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set property = value1 Save Workstation 2: Create workstation /tmp/test-user-2 Set property = value2 Save Synchronize Commit Workstation 1: Synchronize Resolve sync1 from Conflict to SetRemote Commit Workstation 2: Synchronize Commit ========================================================================================================================= test010_Remove1_Sync1 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Set refresh.resources = true Save Synchronize Commit Remove line.numbers Save Synchronize Commit Remove refresh.resources Save Synchronize Commit ========================================================================================================================= test011_Remove1_Sync1_Sync2 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Set refresh.resources = true Save Synchronize Commit Workstation 2: Create workstation /tmp/test-user-2 Synchronize Commit Workstation 1: Remove line.numbers Save Synchronize Commit Workstation 2: Synchronize Commit Workstation 1: Remove refresh.resources Save Synchronize Commit Workstation 2: Synchronize Commit ========================================================================================================================= test012_Remove1_Remove2_Sync1_Sync2 ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Set refresh.resources = true Save Synchronize Commit Workstation 2: Create workstation /tmp/test-user-2 Synchronize Commit Workstation 1: Remove line.numbers Save Synchronize Commit Workstation 2: Remove line.numbers Save Synchronize Commit ========================================================================================================================= test013_Exclude ========================================================================================================================= Workstation 1: Create workstation /tmp/test-user-1 Set line.numbers = true Save Synchronize Commit Workstation 2: Create workstation /tmp/test-user-2 Synchronize Commit Set refresh.resources = true Save Synchronize Resolve sync2 from SetLocal to Exclude Commit Workstation 1: Synchronize Commit Set refresh.resources = true Save Synchronize Commit Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 s -- in org.eclipse.oomph.setup.sync.tests.SynchronizerTests org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test000 -- Time elapsed: 1.138 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test001_Set1_Sync1 -- Time elapsed: 0.093 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test002_Set1_Sync1_Sync2 -- Time elapsed: 0.067 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test003_Set1_Sync1_Sync2_Sync1 -- Time elapsed: 0.088 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test004_Set1_Sync1_Set2_Sync2 -- Time elapsed: 0.078 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test005_Set1_Sync1_Set2_Sync2_Sync1 -- Time elapsed: 0.131 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test006_SameKey_SameValue -- Time elapsed: 0.077 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test007_SameKey_Conflict_Sync -- Time elapsed: 0.082 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test008_SameKey_Conflict_Pick1 -- Time elapsed: 0.115 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test009_SameKey_Conflict_Pick2 -- Time elapsed: 0.091 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test010_Remove1_Sync1 -- Time elapsed: 0.105 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test011_Remove1_Sync1_Sync2 -- Time elapsed: 0.211 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test012_Remove1_Remove2_Sync1_Sync2 -- Time elapsed: 0.136 s org.eclipse.oomph.setup.sync.tests.SynchronizerTests.test013_Exclude -- Time elapsed: 0.162 s Results: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.ui.tests >------------ [INFO] Building org.eclipse.oomph.ui.tests 1.14.0-SNAPSHOT [22/127] [INFO] from plugins/org.eclipse.oomph.ui.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.ui.tests --- [INFO] The project's OSGi version is 1.14.0.v20230620-1159 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.ui.tests --- [INFO] Resolving class path of org.eclipse.oomph.ui.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.ui.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.ui.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.ui.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui.tests/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.ui.tests --- [INFO] 164 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui.tests/target/org.eclipse.oomph.ui.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui.tests/target/org.eclipse.oomph.ui.tests-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.ui.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui.tests/target/org.eclipse.oomph.ui.tests-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ui.tests/target/org.eclipse.oomph.ui.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.ui.tests --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.p2.edit >------------- [INFO] Building org.eclipse.oomph.p2.edit 1.17.0-SNAPSHOT [23/127] [INFO] from plugins/org.eclipse.oomph.p2.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.p2.edit --- [INFO] The project's OSGi version is 1.17.0.v20230204-0932 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.p2.edit --- [INFO] Resolving class path of org.eclipse.oomph.p2.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.p2.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.p2.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.p2.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.p2.edit --- [INFO] 46 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.edit/target/org.eclipse.oomph.p2.edit-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.edit/target/org.eclipse.oomph.p2.edit-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.p2.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.edit/target/org.eclipse.oomph.p2.edit-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.edit/target/org.eclipse.oomph.p2.edit-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.p2.edit --- [INFO] [INFO] -------------< org.eclipse.oomph:org.eclipse.oomph.p2.ui >-------------- [INFO] Building org.eclipse.oomph.p2.ui 1.22.0-SNAPSHOT [24/127] [INFO] from plugins/org.eclipse.oomph.p2.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.p2.ui --- [INFO] The project's OSGi version is 1.22.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.p2.ui --- [INFO] Resolving class path of org.eclipse.oomph.p2.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.p2.ui --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.p2.ui --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.p2.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.p2.ui --- [INFO] 196 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.p2.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.ui/target/org.eclipse.oomph.p2.ui-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.p2.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.ui/target/org.eclipse.oomph.p2.ui-1.22.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.p2.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.ui/target/org.eclipse.oomph.p2.ui-1.22.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.ui/target/org.eclipse.oomph.p2.ui-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.p2.ui --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.extractor.lib >---------- [INFO] Building org.eclipse.oomph.extractor.lib 1.9.0-SNAPSHOT [25/127] [INFO] from plugins/org.eclipse.oomph.extractor.lib/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.extractor.lib --- [INFO] The project's OSGi version is 1.9.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.extractor.lib --- [INFO] Resolving class path of org.eclipse.oomph.extractor.lib [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.extractor.lib --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.extractor.lib --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.extractor.lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.extractor.lib --- [INFO] All system scoped dependencies were mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.extractor.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.extractor.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.extractor.lib --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.extractor.lib --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.jreinfo >------------- [INFO] Building org.eclipse.oomph.jreinfo 1.19.0-SNAPSHOT [26/127] [INFO] from plugins/org.eclipse.oomph.jreinfo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.jreinfo --- [INFO] The project's OSGi version is 1.19.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.jreinfo --- [INFO] Resolving class path of org.eclipse.oomph.jreinfo [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.jreinfo --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.jreinfo --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.jreinfo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.jreinfo --- [INFO] 18 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.jreinfo --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo/target/org.eclipse.oomph.jreinfo-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.jreinfo --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo/target/org.eclipse.oomph.jreinfo-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.jreinfo --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo/target/org.eclipse.oomph.jreinfo-1.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo/target/org.eclipse.oomph.jreinfo-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.jreinfo --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.jreinfo.ui >----------- [INFO] Building org.eclipse.oomph.jreinfo.ui 1.16.0-SNAPSHOT [27/127] [INFO] from plugins/org.eclipse.oomph.jreinfo.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.jreinfo.ui --- [INFO] The project's OSGi version is 1.16.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.jreinfo.ui --- [INFO] Resolving class path of org.eclipse.oomph.jreinfo.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.jreinfo.ui --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.jreinfo.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.jreinfo.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.jreinfo.ui --- [INFO] 131 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.jreinfo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo.ui/target/org.eclipse.oomph.jreinfo.ui-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.jreinfo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo.ui/target/org.eclipse.oomph.jreinfo.ui-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.jreinfo.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo.ui/target/org.eclipse.oomph.jreinfo.ui-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.jreinfo.ui/target/org.eclipse.oomph.jreinfo.ui-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.jreinfo.ui --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.edit >----------- [INFO] Building org.eclipse.oomph.setup.edit 1.17.0-SNAPSHOT [28/127] [INFO] from plugins/org.eclipse.oomph.setup.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.edit --- [INFO] The project's OSGi version is 1.17.0.v20231119-1528 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.edit --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.edit --- [INFO] 28 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.edit/target/org.eclipse.oomph.setup.edit-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.edit/target/org.eclipse.oomph.setup.edit-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.edit/target/org.eclipse.oomph.setup.edit-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.edit/target/org.eclipse.oomph.setup.edit-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.edit --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.setup.p2.edit >---------- [INFO] Building org.eclipse.oomph.setup.p2.edit 1.16.0-SNAPSHOT [29/127] [INFO] from plugins/org.eclipse.oomph.setup.p2.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.p2.edit --- [INFO] The project's OSGi version is 1.16.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.p2.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.p2.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.p2.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.p2.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.p2.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.p2.edit --- [INFO] 78 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2.edit/target/org.eclipse.oomph.setup.p2.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2.edit/target/org.eclipse.oomph.setup.p2.edit-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.p2.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2.edit/target/org.eclipse.oomph.setup.p2.edit-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.p2.edit/target/org.eclipse.oomph.setup.p2.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.p2.edit --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.setup.ui >------------ [INFO] Building org.eclipse.oomph.setup.ui 1.30.0-SNAPSHOT [30/127] [INFO] from plugins/org.eclipse.oomph.setup.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.ui --- [INFO] The project's OSGi version is 1.30.0.v20240521-1032 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.ui --- [INFO] Resolving class path of org.eclipse.oomph.setup.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.ui --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.ui --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.ui --- [INFO] 214 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui/target/org.eclipse.oomph.setup.ui-1.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui/target/org.eclipse.oomph.setup.ui-1.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui/target/org.eclipse.oomph.setup.ui-1.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui/target/org.eclipse.oomph.setup.ui-1.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.ui --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.setup.installer >--------- [INFO] Building org.eclipse.oomph.setup.installer 1.33.0-SNAPSHOT [31/127] [INFO] from plugins/org.eclipse.oomph.setup.installer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.installer --- [INFO] The project's OSGi version is 1.33.0.v20240531-0740 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.installer --- [INFO] Resolving class path of org.eclipse.oomph.setup.installer [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.installer --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.installer --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.installer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.installer --- [INFO] 223 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer/target/org.eclipse.oomph.setup.installer-1.33.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer/target/org.eclipse.oomph.setup.installer-1.33.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer/target/org.eclipse.oomph.setup.installer-1.33.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer/target/org.eclipse.oomph.setup.installer-1.33.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.util.pde >------------ [INFO] Building org.eclipse.oomph.util.pde 1.12.0-SNAPSHOT [32/127] [INFO] from plugins/org.eclipse.oomph.util.pde/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.util.pde --- [INFO] The project's OSGi version is 1.12.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.util.pde --- [INFO] Resolving class path of org.eclipse.oomph.util.pde [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.util.pde --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.util.pde --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.pde/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.util.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.pde/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.util.pde --- [INFO] 100 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.util.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.pde/target/org.eclipse.oomph.util.pde-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.util.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.pde/target/org.eclipse.oomph.util.pde-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.util.pde --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.pde/target/org.eclipse.oomph.util.pde-1.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.pde/target/org.eclipse.oomph.util.pde-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.util.pde --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.predicates >----------- [INFO] Building org.eclipse.oomph.predicates 1.17.0-SNAPSHOT [33/127] [INFO] from plugins/org.eclipse.oomph.predicates/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.predicates --- [INFO] The project's OSGi version is 1.17.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.predicates --- [INFO] Resolving class path of org.eclipse.oomph.predicates [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.predicates --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.predicates --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.predicates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.predicates --- [INFO] 56 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.predicates --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates/target/org.eclipse.oomph.predicates-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.predicates --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates/target/org.eclipse.oomph.predicates-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.predicates --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates/target/org.eclipse.oomph.predicates-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates/target/org.eclipse.oomph.predicates-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.predicates --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.predicates.edit >--------- [INFO] Building org.eclipse.oomph.predicates.edit 1.15.0-SNAPSHOT [34/127] [INFO] from plugins/org.eclipse.oomph.predicates.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.predicates.edit --- [INFO] The project's OSGi version is 1.15.0.v20230416-0642 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.predicates.edit --- [INFO] Resolving class path of org.eclipse.oomph.predicates.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.predicates.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.predicates.edit --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.predicates.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.predicates.edit --- [INFO] 32 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.predicates.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates.edit/target/org.eclipse.oomph.predicates.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.predicates.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates.edit/target/org.eclipse.oomph.predicates.edit-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.predicates.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates.edit/target/org.eclipse.oomph.predicates.edit-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.predicates.edit/target/org.eclipse.oomph.predicates.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.predicates.edit --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.resources >------------ [INFO] Building org.eclipse.oomph.resources 1.20.0-SNAPSHOT [35/127] [INFO] from plugins/org.eclipse.oomph.resources/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.resources --- [INFO] The project's OSGi version is 1.20.0.v20240130-1324 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.resources --- [INFO] Resolving class path of org.eclipse.oomph.resources [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.resources --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.resources --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.resources --- [INFO] 30 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources/target/org.eclipse.oomph.resources-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources/target/org.eclipse.oomph.resources-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.resources --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources/target/org.eclipse.oomph.resources-1.20.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources/target/org.eclipse.oomph.resources-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.resources --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.resources.edit >--------- [INFO] Building org.eclipse.oomph.resources.edit 1.14.0-SNAPSHOT [36/127] [INFO] from plugins/org.eclipse.oomph.resources.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.resources.edit --- [INFO] The project's OSGi version is 1.14.0.v20240130-1324 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.resources.edit --- [INFO] Resolving class path of org.eclipse.oomph.resources.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.resources.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.resources.edit --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.resources.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.resources.edit --- [INFO] 34 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.resources.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources.edit/target/org.eclipse.oomph.resources.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.resources.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources.edit/target/org.eclipse.oomph.resources.edit-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.resources.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources.edit/target/org.eclipse.oomph.resources.edit-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.resources.edit/target/org.eclipse.oomph.resources.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.resources.edit --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.util.doc >------------ [INFO] Building org.eclipse.oomph.util.doc 1.14.0-SNAPSHOT [37/127] [INFO] from plugins/org.eclipse.oomph.util.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.util.doc --- [INFO] The project's OSGi version is 1.14.0.v20230828-1517 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.util.doc --- [INFO] Resolving class path of org.eclipse.oomph.util.doc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.util.doc --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.util.doc --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.doc/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.util.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.util.doc --- [INFO] 193 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.util.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.doc/target/org.eclipse.oomph.util.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.util.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.doc/target/org.eclipse.oomph.util.doc-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.util.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.doc/target/org.eclipse.oomph.util.doc-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.util.doc/target/org.eclipse.oomph.util.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.util.doc --- [INFO] [INFO] -------------< org.eclipse.oomph:org.eclipse.oomph.p2.doc >------------- [INFO] Building org.eclipse.oomph.p2.doc 1.14.0-SNAPSHOT [38/127] [INFO] from plugins/org.eclipse.oomph.p2.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.p2.doc --- [INFO] The project's OSGi version is 1.14.0.v20230625-0755 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.p2.doc --- [INFO] Resolving class path of org.eclipse.oomph.p2.doc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.p2.doc --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.p2.doc --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.doc/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.p2.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.p2.doc --- [INFO] 187 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.p2.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.doc/target/org.eclipse.oomph.p2.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.p2.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.doc/target/org.eclipse.oomph.p2.doc-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.p2.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.doc/target/org.eclipse.oomph.p2.doc-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.p2.doc/target/org.eclipse.oomph.p2.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.p2.doc --- [INFO] [INFO] ----------< org.eclipse.oomph.features:org.eclipse.oomph.p2 >----------- [INFO] Building org.eclipse.oomph.p2 1.30.0-SNAPSHOT [39/127] [INFO] from features/org.eclipse.oomph.p2-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.p2:1.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.p2-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.p2 --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.p2-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.p2 --- [INFO] The project's OSGi version is 1.30.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.p2-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.p2 --- [INFO] 187 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.p2-feature/target/org.eclipse.oomph.p2-1.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.p2-feature/target/org.eclipse.oomph.p2-1.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.p2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.p2-feature/target/org.eclipse.oomph.p2-1.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.p2-feature/target/org.eclipse.oomph.p2-1.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.p2 --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.setup.workbench >--------- [INFO] Building org.eclipse.oomph.setup.workbench 1.15.0-SNAPSHOT [40/127] [INFO] from plugins/org.eclipse.oomph.setup.workbench/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.workbench --- [INFO] The project's OSGi version is 1.15.0.v20230828-1517 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.workbench --- [INFO] Resolving class path of org.eclipse.oomph.setup.workbench [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.workbench --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.workbench --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.workbench --- [INFO] 133 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench/target/org.eclipse.oomph.setup.workbench-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench/target/org.eclipse.oomph.setup.workbench-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.workbench --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench/target/org.eclipse.oomph.setup.workbench-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench/target/org.eclipse.oomph.setup.workbench-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] ------< org.eclipse.oomph:org.eclipse.oomph.setup.workbench.edit >------ [INFO] Building org.eclipse.oomph.setup.workbench.edit 1.14.0-SNAPSHOT [41/127] [INFO] from plugins/org.eclipse.oomph.setup.workbench.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] The project's OSGi version is 1.14.0.v20230416-1315 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.workbench.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] 133 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench.edit/target/org.eclipse.oomph.setup.workbench.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench.edit/target/org.eclipse.oomph.setup.workbench.edit-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench.edit/target/org.eclipse.oomph.setup.workbench.edit-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workbench.edit/target/org.eclipse.oomph.setup.workbench.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.workbench.edit --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.pde >------------ [INFO] Building org.eclipse.oomph.setup.pde 1.15.0-SNAPSHOT [42/127] [INFO] from plugins/org.eclipse.oomph.setup.pde/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.pde --- [INFO] The project's OSGi version is 1.15.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.pde --- [INFO] Resolving class path of org.eclipse.oomph.setup.pde [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.pde --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.pde --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.pde --- [INFO] 110 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde/target/org.eclipse.oomph.setup.pde-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde/target/org.eclipse.oomph.setup.pde-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.pde --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde/target/org.eclipse.oomph.setup.pde-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde/target/org.eclipse.oomph.setup.pde-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.jdt >------------ [INFO] Building org.eclipse.oomph.setup.jdt 1.22.0-SNAPSHOT [43/127] [INFO] from plugins/org.eclipse.oomph.setup.jdt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.jdt --- [INFO] The project's OSGi version is 1.22.0.v20231119-1528 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.jdt --- [INFO] Resolving class path of org.eclipse.oomph.setup.jdt [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.jdt --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.jdt --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.jdt --- [INFO] 52 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt/target/org.eclipse.oomph.setup.jdt-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt/target/org.eclipse.oomph.setup.jdt-1.22.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.jdt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt/target/org.eclipse.oomph.setup.jdt-1.22.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt/target/org.eclipse.oomph.setup.jdt-1.22.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.setup.jdt.edit >--------- [INFO] Building org.eclipse.oomph.setup.jdt.edit 1.16.0-SNAPSHOT [44/127] [INFO] from plugins/org.eclipse.oomph.setup.jdt.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] The project's OSGi version is 1.16.0.v20231119-1528 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.jdt.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] 52 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt.edit/target/org.eclipse.oomph.setup.jdt.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt.edit/target/org.eclipse.oomph.setup.jdt.edit-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt.edit/target/org.eclipse.oomph.setup.jdt.edit-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.jdt.edit/target/org.eclipse.oomph.setup.jdt.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.jdt.edit --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.setup.mylyn >----------- [INFO] Building org.eclipse.oomph.setup.mylyn 1.19.0-SNAPSHOT [45/127] [INFO] from plugins/org.eclipse.oomph.setup.mylyn/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.mylyn --- [INFO] The project's OSGi version is 1.19.0.v20230731-0700 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.mylyn --- [INFO] Resolving class path of org.eclipse.oomph.setup.mylyn [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.mylyn --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.mylyn --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.mylyn --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.mylyn --- [INFO] 307 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.mylyn --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn/target/org.eclipse.oomph.setup.mylyn-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.mylyn --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn/target/org.eclipse.oomph.setup.mylyn-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.mylyn --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn/target/org.eclipse.oomph.setup.mylyn-1.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn/target/org.eclipse.oomph.setup.mylyn-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.setup.projects >--------- [INFO] Building org.eclipse.oomph.setup.projects 1.16.0-SNAPSHOT [46/127] [INFO] from plugins/org.eclipse.oomph.setup.projects/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.projects --- [INFO] The project's OSGi version is 1.16.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.projects --- [INFO] Resolving class path of org.eclipse.oomph.setup.projects [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.projects --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.projects --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.projects --- [INFO] 91 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects/target/org.eclipse.oomph.setup.projects-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects/target/org.eclipse.oomph.setup.projects-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.projects --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects/target/org.eclipse.oomph.setup.projects-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects/target/org.eclipse.oomph.setup.projects-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.setup.maven >----------- [INFO] Building org.eclipse.oomph.setup.maven 1.20.0-SNAPSHOT [47/127] [INFO] from plugins/org.eclipse.oomph.setup.maven/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.maven --- [INFO] The project's OSGi version is 1.20.0.v20240130-1324 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.maven --- [INFO] Resolving class path of org.eclipse.oomph.setup.maven [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.maven --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.maven --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.maven --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.maven --- [INFO] 80 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven/target/org.eclipse.oomph.setup.maven-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven/target/org.eclipse.oomph.setup.maven-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.maven --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven/target/org.eclipse.oomph.setup.maven-1.20.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven/target/org.eclipse.oomph.setup.maven-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.setup.maven.edit >-------- [INFO] Building org.eclipse.oomph.setup.maven.edit 1.16.0-SNAPSHOT [48/127] [INFO] from plugins/org.eclipse.oomph.setup.maven.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.maven.edit --- [INFO] The project's OSGi version is 1.16.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.maven.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.maven.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.maven.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.maven.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.maven.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.maven.edit --- [INFO] 80 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.maven.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven.edit/target/org.eclipse.oomph.setup.maven.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.maven.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven.edit/target/org.eclipse.oomph.setup.maven.edit-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.maven.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven.edit/target/org.eclipse.oomph.setup.maven.edit-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.maven.edit/target/org.eclipse.oomph.setup.maven.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.maven.edit --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.targlets >------------ [INFO] Building org.eclipse.oomph.targlets 1.19.0-SNAPSHOT [49/127] [INFO] from plugins/org.eclipse.oomph.targlets/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.targlets --- [INFO] The project's OSGi version is 1.19.0.v20231111-1149 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.targlets --- [INFO] Resolving class path of org.eclipse.oomph.targlets [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.targlets --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.targlets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets --- [INFO] 76 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets/target/org.eclipse.oomph.targlets-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets/target/org.eclipse.oomph.targlets-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets/target/org.eclipse.oomph.targlets-1.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets/target/org.eclipse.oomph.targlets-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.targlets.edit >---------- [INFO] Building org.eclipse.oomph.targlets.edit 1.15.0-SNAPSHOT [50/127] [INFO] from plugins/org.eclipse.oomph.targlets.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.targlets.edit --- [INFO] The project's OSGi version is 1.15.0.v20230204-0932 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.targlets.edit --- [INFO] Resolving class path of org.eclipse.oomph.targlets.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.targlets.edit --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.targlets.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets.edit --- [INFO] 80 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.targlets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.edit/target/org.eclipse.oomph.targlets.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.targlets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.edit/target/org.eclipse.oomph.targlets.edit-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.edit/target/org.eclipse.oomph.targlets.edit-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.edit/target/org.eclipse.oomph.targlets.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets.edit --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.targlets.core >---------- [INFO] Building org.eclipse.oomph.targlets.core 1.20.0-SNAPSHOT [51/127] [INFO] from plugins/org.eclipse.oomph.targlets.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.targlets.core --- [INFO] The project's OSGi version is 1.20.0.v20231120-1324 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.targlets.core --- [INFO] Resolving class path of org.eclipse.oomph.targlets.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets.core --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.targlets.core --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.targlets.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets.core --- [INFO] 118 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.targlets.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.core/target/org.eclipse.oomph.targlets.core-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.targlets.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.core/target/org.eclipse.oomph.targlets.core-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.core/target/org.eclipse.oomph.targlets.core-1.20.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.core/target/org.eclipse.oomph.targlets.core-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets.core --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.setup.targlets >--------- [INFO] Building org.eclipse.oomph.setup.targlets 1.16.0-SNAPSHOT [52/127] [INFO] from plugins/org.eclipse.oomph.setup.targlets/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.targlets --- [INFO] The project's OSGi version is 1.16.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.targlets --- [INFO] Resolving class path of org.eclipse.oomph.setup.targlets [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.targlets --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.targlets --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.targlets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.targlets --- [INFO] 122 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets/target/org.eclipse.oomph.setup.targlets-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets/target/org.eclipse.oomph.setup.targlets-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.targlets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets/target/org.eclipse.oomph.setup.targlets-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets/target/org.eclipse.oomph.setup.targlets-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] ------< org.eclipse.oomph:org.eclipse.oomph.setup.targlets.edit >------- [INFO] Building org.eclipse.oomph.setup.targlets.edit 1.14.0-SNAPSHOT [53/127] [INFO] from plugins/org.eclipse.oomph.setup.targlets.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] The project's OSGi version is 1.14.0.v20230204-0932 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.targlets.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] 122 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets.edit/target/org.eclipse.oomph.setup.targlets.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets.edit/target/org.eclipse.oomph.setup.targlets.edit-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets.edit/target/org.eclipse.oomph.setup.targlets.edit-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.targlets.edit/target/org.eclipse.oomph.setup.targlets.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.targlets.edit --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.setup.mylyn.edit >-------- [INFO] Building org.eclipse.oomph.setup.mylyn.edit 1.14.0-SNAPSHOT [54/127] [INFO] from plugins/org.eclipse.oomph.setup.mylyn.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.mylyn.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] 307 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn.edit/target/org.eclipse.oomph.setup.mylyn.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn.edit/target/org.eclipse.oomph.setup.mylyn.edit-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn.edit/target/org.eclipse.oomph.setup.mylyn.edit-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.mylyn.edit/target/org.eclipse.oomph.setup.mylyn.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.mylyn.edit --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.workingsets >----------- [INFO] Building org.eclipse.oomph.workingsets 1.14.0-SNAPSHOT [55/127] [INFO] from plugins/org.eclipse.oomph.workingsets/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.workingsets --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.workingsets --- [INFO] Resolving class path of org.eclipse.oomph.workingsets [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.workingsets --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.workingsets --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.workingsets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.workingsets --- [INFO] 28 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets/target/org.eclipse.oomph.workingsets-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets/target/org.eclipse.oomph.workingsets-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.workingsets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets/target/org.eclipse.oomph.workingsets-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets/target/org.eclipse.oomph.workingsets-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.workingsets.edit >-------- [INFO] Building org.eclipse.oomph.workingsets.edit 1.13.0-SNAPSHOT [56/127] [INFO] from plugins/org.eclipse.oomph.workingsets.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.workingsets.edit --- [INFO] The project's OSGi version is 1.13.0.v20230204-0932 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.workingsets.edit --- [INFO] Resolving class path of org.eclipse.oomph.workingsets.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.workingsets.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.workingsets.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.workingsets.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.workingsets.edit --- [INFO] 32 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.workingsets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.edit/target/org.eclipse.oomph.workingsets.edit-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.workingsets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.edit/target/org.eclipse.oomph.workingsets.edit-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.workingsets.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.edit/target/org.eclipse.oomph.workingsets.edit-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.edit/target/org.eclipse.oomph.workingsets.edit-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.workingsets.edit --- [INFO] [INFO] -------< org.eclipse.oomph:org.eclipse.oomph.workingsets.editor >------- [INFO] Building org.eclipse.oomph.workingsets.editor 1.16.0-SNAPSHOT [57/127] [INFO] from plugins/org.eclipse.oomph.workingsets.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.workingsets.editor --- [INFO] The project's OSGi version is 1.16.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.workingsets.editor --- [INFO] Resolving class path of org.eclipse.oomph.workingsets.editor [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.workingsets.editor --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.workingsets.editor --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.editor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.workingsets.editor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.workingsets.editor --- [INFO] 156 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.workingsets.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.editor/target/org.eclipse.oomph.workingsets.editor-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.workingsets.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.editor/target/org.eclipse.oomph.workingsets.editor-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.workingsets.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.editor/target/org.eclipse.oomph.workingsets.editor-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.workingsets.editor/target/org.eclipse.oomph.workingsets.editor-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.workingsets.editor --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.setup.editor >---------- [INFO] Building org.eclipse.oomph.setup.editor 1.27.0-SNAPSHOT [58/127] [INFO] from plugins/org.eclipse.oomph.setup.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.editor --- [INFO] The project's OSGi version is 1.27.0.v20231119-1528 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.editor --- [INFO] Resolving class path of org.eclipse.oomph.setup.editor [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.editor --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.editor --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.editor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.editor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.editor --- [INFO] 216 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.editor/target/org.eclipse.oomph.setup.editor-1.27.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.editor/target/org.eclipse.oomph.setup.editor-1.27.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.editor/target/org.eclipse.oomph.setup.editor-1.27.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.editor/target/org.eclipse.oomph.setup.editor-1.27.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.editor --- [INFO] [INFO] -------< org.eclipse.oomph:org.eclipse.oomph.setup.workingsets >-------- [INFO] Building org.eclipse.oomph.setup.workingsets 1.17.0-SNAPSHOT [59/127] [INFO] from plugins/org.eclipse.oomph.setup.workingsets/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.workingsets --- [INFO] The project's OSGi version is 1.17.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.workingsets --- [INFO] Resolving class path of org.eclipse.oomph.setup.workingsets [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.workingsets --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.workingsets --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.workingsets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.workingsets --- [INFO] 34 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets/target/org.eclipse.oomph.setup.workingsets-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets/target/org.eclipse.oomph.setup.workingsets-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.workingsets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets/target/org.eclipse.oomph.setup.workingsets-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets/target/org.eclipse.oomph.setup.workingsets-1.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] -----< org.eclipse.oomph:org.eclipse.oomph.setup.workingsets.edit >----- [INFO] Building org.eclipse.oomph.setup.workingsets.edit 1.14.0-SNAPSHOT [60/127] [INFO] from plugins/org.eclipse.oomph.setup.workingsets.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.workingsets.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] 34 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets.edit/target/org.eclipse.oomph.setup.workingsets.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets.edit/target/org.eclipse.oomph.setup.workingsets.edit-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets.edit/target/org.eclipse.oomph.setup.workingsets.edit-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.workingsets.edit/target/org.eclipse.oomph.setup.workingsets.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.workingsets.edit --- [INFO] [INFO] ------< org.eclipse.oomph:org.eclipse.oomph.setup.projects.edit >------- [INFO] Building org.eclipse.oomph.setup.projects.edit 1.15.0-SNAPSHOT [61/127] [INFO] from plugins/org.eclipse.oomph.setup.projects.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.projects.edit --- [INFO] The project's OSGi version is 1.15.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.projects.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.projects.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.projects.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.projects.edit --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.projects.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.projects.edit --- [INFO] 91 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.projects.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects.edit/target/org.eclipse.oomph.setup.projects.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.projects.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects.edit/target/org.eclipse.oomph.setup.projects.edit-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.projects.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects.edit/target/org.eclipse.oomph.setup.projects.edit-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projects.edit/target/org.eclipse.oomph.setup.projects.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.projects.edit --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.setup.projectset >-------- [INFO] Building org.eclipse.oomph.setup.projectset 1.14.0-SNAPSHOT [62/127] [INFO] from plugins/org.eclipse.oomph.setup.projectset/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.projectset --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.projectset --- [INFO] Resolving class path of org.eclipse.oomph.setup.projectset [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.projectset --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.projectset --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.projectset --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.projectset --- [INFO] 164 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.projectset --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset/target/org.eclipse.oomph.setup.projectset-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.projectset --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset/target/org.eclipse.oomph.setup.projectset-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.projectset --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset/target/org.eclipse.oomph.setup.projectset-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset/target/org.eclipse.oomph.setup.projectset-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.git >------------ [INFO] Building org.eclipse.oomph.setup.git 1.26.0-SNAPSHOT [63/127] [INFO] from plugins/org.eclipse.oomph.setup.git/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.git --- [INFO] The project's OSGi version is 1.26.0.v20240527-0636 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.git --- [INFO] Resolving class path of org.eclipse.oomph.setup.git [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.git --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.git --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.git --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.git --- [INFO] 60 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.git --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.git --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.git --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.setup.git.edit >--------- [INFO] Building org.eclipse.oomph.setup.git.edit 1.16.0-SNAPSHOT [64/127] [INFO] from plugins/org.eclipse.oomph.setup.git.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.git.edit --- [INFO] The project's OSGi version is 1.16.0.v20240121-1406 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.git.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.git.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.git.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.git.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.git.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.git.edit --- [INFO] 60 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.git.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git.edit/target/org.eclipse.oomph.setup.git.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.git.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git.edit/target/org.eclipse.oomph.setup.git.edit-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.git.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git.edit/target/org.eclipse.oomph.setup.git.edit-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.git.edit/target/org.eclipse.oomph.setup.git.edit-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.git.edit --- [INFO] [INFO] -----< org.eclipse.oomph:org.eclipse.oomph.setup.projectset.edit >------ [INFO] Building org.eclipse.oomph.setup.projectset.edit 1.14.0-SNAPSHOT [65/127] [INFO] from plugins/org.eclipse.oomph.setup.projectset.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.projectset.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] 164 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset.edit/target/org.eclipse.oomph.setup.projectset.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset.edit/target/org.eclipse.oomph.setup.projectset.edit-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset.edit/target/org.eclipse.oomph.setup.projectset.edit-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.projectset.edit/target/org.eclipse.oomph.setup.projectset.edit-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.projectset.edit --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.setup.launching >--------- [INFO] Building org.eclipse.oomph.setup.launching 1.15.0-SNAPSHOT [66/127] [INFO] from plugins/org.eclipse.oomph.setup.launching/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.launching --- [INFO] The project's OSGi version is 1.15.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.launching --- [INFO] Resolving class path of org.eclipse.oomph.setup.launching [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.launching --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.launching --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.launching --- [INFO] 38 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching/target/org.eclipse.oomph.setup.launching-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching/target/org.eclipse.oomph.setup.launching-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.launching --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching/target/org.eclipse.oomph.setup.launching-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching/target/org.eclipse.oomph.setup.launching-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.setup.ui.ide >---------- [INFO] Building org.eclipse.oomph.setup.ui.ide 1.12.0-SNAPSHOT [67/127] [INFO] from plugins/org.eclipse.oomph.setup.ui.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.ui.ide --- [INFO] The project's OSGi version is 1.12.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Resolving class path of org.eclipse.oomph.setup.ui.ide [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.ui.ide --- [INFO] 229 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.ide/target/org.eclipse.oomph.setup.ui.ide-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.ide/target/org.eclipse.oomph.setup.ui.ide-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.ide/target/org.eclipse.oomph.setup.ui.ide-1.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.ide/target/org.eclipse.oomph.setup.ui.ide-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] ------< org.eclipse.oomph:org.eclipse.oomph.setup.launching.edit >------ [INFO] Building org.eclipse.oomph.setup.launching.edit 1.15.0-SNAPSHOT [68/127] [INFO] from plugins/org.eclipse.oomph.setup.launching.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.launching.edit --- [INFO] The project's OSGi version is 1.15.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.launching.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.launching.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.launching.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.launching.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.launching.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.launching.edit --- [INFO] 38 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.launching.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching.edit/target/org.eclipse.oomph.setup.launching.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.launching.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching.edit/target/org.eclipse.oomph.setup.launching.edit-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.launching.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching.edit/target/org.eclipse.oomph.setup.launching.edit-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.launching.edit/target/org.eclipse.oomph.setup.launching.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.launching.edit --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.setup.pde.edit >--------- [INFO] Building org.eclipse.oomph.setup.pde.edit 1.15.0-SNAPSHOT [69/127] [INFO] from plugins/org.eclipse.oomph.setup.pde.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.pde.edit --- [INFO] The project's OSGi version is 1.15.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.pde.edit --- [INFO] Resolving class path of org.eclipse.oomph.setup.pde.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.pde.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.pde.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.pde.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.pde.edit --- [INFO] 110 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.pde.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde.edit/target/org.eclipse.oomph.setup.pde.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.pde.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde.edit/target/org.eclipse.oomph.setup.pde.edit-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.pde.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde.edit/target/org.eclipse.oomph.setup.pde.edit-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.pde.edit/target/org.eclipse.oomph.setup.pde.edit-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.pde.edit --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.doc >------------ [INFO] Building org.eclipse.oomph.setup.doc 1.14.0-SNAPSHOT [70/127] [INFO] from plugins/org.eclipse.oomph.setup.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.doc --- [INFO] The project's OSGi version is 1.14.0.v20230618-0610 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.doc --- [INFO] Resolving class path of org.eclipse.oomph.setup.doc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.doc --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.doc --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.doc/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.doc --- [INFO] 426 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.doc/target/org.eclipse.oomph.setup.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.doc/target/org.eclipse.oomph.setup.doc-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.doc/target/org.eclipse.oomph.setup.doc-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.doc/target/org.eclipse.oomph.setup.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.doc --- [INFO] [INFO] -----< org.eclipse.oomph:org.eclipse.oomph.setup.ui.questionnaire >----- [INFO] Building org.eclipse.oomph.setup.ui.questionnaire 1.13.0-SNAPSHOT [71/127] [INFO] from plugins/org.eclipse.oomph.setup.ui.questionnaire/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] The project's OSGi version is 1.13.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] Resolving class path of org.eclipse.oomph.setup.ui.questionnaire [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.questionnaire/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.questionnaire/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] 212 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.questionnaire/target/org.eclipse.oomph.setup.ui.questionnaire-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.questionnaire/target/org.eclipse.oomph.setup.ui.questionnaire-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.questionnaire/target/org.eclipse.oomph.setup.ui.questionnaire-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.ui.questionnaire/target/org.eclipse.oomph.setup.ui.questionnaire-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.ui.questionnaire --- [INFO] [INFO] ----< org.eclipse.oomph.features:org.eclipse.oomph.setup.installer >---- [INFO] Building org.eclipse.oomph.setup.installer 1.33.0-SNAPSHOT [72/127] [INFO] from features/org.eclipse.oomph.setup.installer-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.installer:1.33.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.installer-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.installer --- [INFO] The project's OSGi version is 1.33.0.v20240601-0610 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.installer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.installer-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.installer --- [INFO] 281 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.installer-feature/target/org.eclipse.oomph.setup.installer-1.33.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.installer-feature/target/org.eclipse.oomph.setup.installer-1.33.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.installer --- [INFO] [INFO] -----< org.eclipse.oomph:org.eclipse.oomph.setup.installer.tests >------ [INFO] Building org.eclipse.oomph.setup.installer.tests 1.13.0-SNAPSHOT [73/127] [INFO] from plugins/org.eclipse.oomph.setup.installer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.installer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.installer.tests --- [INFO] The project's OSGi version is 1.13.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.installer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.installer.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.installer.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.installer.tests --- [INFO] Resolving class path of org.eclipse.oomph.setup.installer.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.installer.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.installer.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.installer.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.installer.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.installer.tests --- [INFO] 315 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.installer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/org.eclipse.oomph.setup.installer.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.installer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/org.eclipse.oomph.setup.installer.tests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.installer.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.installer.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/org.eclipse.oomph.setup.installer.tests-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/org.eclipse.oomph.setup.installer.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.installer.tests --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.oomph.setup.installer.tests --- [INFO] Executing test runtime with timeout (seconds): 60, logs, if any, will be placed at: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/custom.profile, -Doomph.setup.installer.mode=ADVANCED, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/build_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.jar, -data, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/work/data, -install, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/work, -configuration, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.installer.tests/target/surefire.properties, -testApplication, org.eclipse.oomph.setup.installer.application, -product, org.eclipse.oomph.setup.installer.product, -nouithread, -timeout, 60000] Launching application org.eclipse.oomph.setup.installer.application Running org.eclipse.oomph.setup.installer.tests.InstallerTests SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. ========================================================================================================================= test1 ========================================================================================================================= /tmp/test-8633179171183760646 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.551 s -- in org.eclipse.oomph.setup.installer.tests.InstallerTests org.eclipse.oomph.setup.installer.tests.InstallerTests.test1 -- Time elapsed: 1.249 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.setup.tests >----------- [INFO] Building org.eclipse.oomph.setup.tests 1.14.0-SNAPSHOT [74/127] [INFO] from plugins/org.eclipse.oomph.setup.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.tests --- [INFO] The project's OSGi version is 1.14.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.tests --- [INFO] Resolving class path of org.eclipse.oomph.setup.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.tests --- [INFO] 239 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/org.eclipse.oomph.setup.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/org.eclipse.oomph.setup.tests-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/org.eclipse.oomph.setup.tests-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/org.eclipse.oomph.setup.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.tests --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.oomph.setup.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/custom.profile, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/build_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.jar, -data, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/work/data, -install, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/work, -configuration, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.tests/target/surefire.properties] Running org.eclipse.oomph.setup.tests.JRETaskTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.074 s -- in org.eclipse.oomph.setup.tests.JRETaskTest org.eclipse.oomph.setup.tests.JRETaskTest.testPerform -- Time elapsed: 3.009 s Running org.eclipse.oomph.setup.tests.StringExpanderTests ========================================================================================================================= testNull ========================================================================================================================= ========================================================================================================================= testVariable ========================================================================================================================= ========================================================================================================================= testVariableSlash ========================================================================================================================= ========================================================================================================================= testVariableSlashSlash ========================================================================================================================= ========================================================================================================================= testVariableSlashPipe ========================================================================================================================= ========================================================================================================================= testVariablePipe ========================================================================================================================= ========================================================================================================================= testVariablePipePipe ========================================================================================================================= ========================================================================================================================= testVariablePipeSlash ========================================================================================================================= ========================================================================================================================= testVariableFilter ========================================================================================================================= ========================================================================================================================= testVariableUnresolvedFilter ========================================================================================================================= ========================================================================================================================= testVariablePath ========================================================================================================================= ========================================================================================================================= testVariableFilterPath ========================================================================================================================= ========================================================================================================================= testVariableUnresolvedFilterPath ========================================================================================================================= ========================================================================================================================= testVariablePathFilter ========================================================================================================================= ========================================================================================================================= testVariablePathUnresolvedFilter ========================================================================================================================= ========================================================================================================================= testUnresolvedVariable ========================================================================================================================= ========================================================================================================================= testUnresolvedVariableFilter ========================================================================================================================= ========================================================================================================================= testUnresolvedVariableUnresolvedFilter ========================================================================================================================= ========================================================================================================================= testUnresolvedVariablePath ========================================================================================================================= ========================================================================================================================= testUnresolvedVariableFilterPath ========================================================================================================================= ========================================================================================================================= testUnresolvedVariablePathFilter ========================================================================================================================= ========================================================================================================================= testTwice ========================================================================================================================= ========================================================================================================================= testTwiceWithText ========================================================================================================================= ========================================================================================================================= testDollar ========================================================================================================================= ========================================================================================================================= testEscaped ========================================================================================================================= ========================================================================================================================= testEscaped_Bug473706 ========================================================================================================================= ========================================================================================================================= testEscapedPathFilter ========================================================================================================================= ========================================================================================================================= testEscapedPathFilterUnescaped ========================================================================================================================= ========================================================================================================================= testBase64FilterTextWithDefaultEncoding ========================================================================================================================= ========================================================================================================================= testBase64FilterTextWithExplicitEncoding ========================================================================================================================= ========================================================================================================================= testBase64FilterXmlWithDefaultEncoding ========================================================================================================================= ========================================================================================================================= testBase64FilterXmlWithExplicitEncoding ========================================================================================================================= Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.oomph.setup.tests.StringExpanderTests org.eclipse.oomph.setup.tests.StringExpanderTests.testNull -- Time elapsed: 0.023 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariable -- Time elapsed: 0.002 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariableSlash -- Time elapsed: 0.002 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariableSlashSlash -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariableSlashPipe -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariablePipe -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariablePipePipe -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariablePipeSlash -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariableFilter -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariableUnresolvedFilter -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariablePath -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariableFilterPath -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariableUnresolvedFilterPath -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariablePathFilter -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testVariablePathUnresolvedFilter -- Time elapsed: 0 s org.eclipse.oomph.setup.tests.StringExpanderTests.testUnresolvedVariable -- Time elapsed: 0.002 s org.eclipse.oomph.setup.tests.StringExpanderTests.testUnresolvedVariableFilter -- Time elapsed: 0 s org.eclipse.oomph.setup.tests.StringExpanderTests.testUnresolvedVariableUnresolvedFilter -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testUnresolvedVariablePath -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testUnresolvedVariableFilterPath -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testUnresolvedVariablePathFilter -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testTwice -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testTwiceWithText -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testDollar -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testEscaped -- Time elapsed: 0 s org.eclipse.oomph.setup.tests.StringExpanderTests.testEscaped_Bug473706 -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testEscapedPathFilter -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testEscapedPathFilterUnescaped -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testBase64FilterTextWithDefaultEncoding -- Time elapsed: 0.026 s org.eclipse.oomph.setup.tests.StringExpanderTests.testBase64FilterTextWithExplicitEncoding -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testBase64FilterXmlWithDefaultEncoding -- Time elapsed: 0.001 s org.eclipse.oomph.setup.tests.StringExpanderTests.testBase64FilterXmlWithExplicitEncoding -- Time elapsed: 0.001 s Results: Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] ------< org.eclipse.oomph:org.eclipse.oomph.extractor.lib.tests >------- [INFO] Building org.eclipse.oomph.extractor.lib.tests 1.8.0-SNAPSHOT [75/127] [INFO] from plugins/org.eclipse.oomph.extractor.lib.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] The project's OSGi version is 1.8.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] Resolving class path of org.eclipse.oomph.extractor.lib.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib.tests/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] 2 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib.tests/target/org.eclipse.oomph.extractor.lib.tests-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib.tests/target/org.eclipse.oomph.extractor.lib.tests-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib.tests/target/org.eclipse.oomph.extractor.lib.tests-1.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib.tests/target/org.eclipse.oomph.extractor.lib.tests-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.extractor.lib.tests --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.version >------------- [INFO] Building org.eclipse.oomph.version 1.16.0-SNAPSHOT [76/127] [INFO] from plugins/org.eclipse.oomph.version/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.version --- [INFO] The project's OSGi version is 1.16.0.v20240211-0940 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.version --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.version --- [INFO] Resolving class path of org.eclipse.oomph.version [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.version --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.version --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.version --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.version --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.version --- [INFO] 100 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.version --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version/target/org.eclipse.oomph.version-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.version --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version/target/org.eclipse.oomph.version-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.version --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.version --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version/target/org.eclipse.oomph.version-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version/target/org.eclipse.oomph.version-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.version --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.version.digest >--------- [INFO] Building org.eclipse.oomph.version.digest 1.11.0-SNAPSHOT [77/127] [INFO] from plugins/org.eclipse.oomph.version.digest/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.version.digest --- [INFO] The project's OSGi version is 1.11.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.version.digest --- [INFO] Resolving class path of org.eclipse.oomph.version.digest [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.version.digest --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.version.digest --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.digest/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.version.digest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.digest/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.version.digest --- [INFO] 100 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.version.digest --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.digest/target/org.eclipse.oomph.version.digest-1.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.version.digest --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.digest/target/org.eclipse.oomph.version.digest-1.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.version.digest --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.digest/target/org.eclipse.oomph.version.digest-1.11.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.digest/target/org.eclipse.oomph.version.digest-1.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.version.digest --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.version.ui >----------- [INFO] Building org.eclipse.oomph.version.ui 1.16.0-SNAPSHOT [78/127] [INFO] from plugins/org.eclipse.oomph.version.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.version.ui --- [INFO] The project's OSGi version is 1.16.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.version.ui --- [INFO] Resolving class path of org.eclipse.oomph.version.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.version.ui --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.version.ui --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.version.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.version.ui --- [INFO] 202 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.version.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.ui/target/org.eclipse.oomph.version.ui-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.version.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.ui/target/org.eclipse.oomph.version.ui-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.version.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.ui/target/org.eclipse.oomph.version.ui-1.16.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.ui/target/org.eclipse.oomph.version.ui-1.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.version.ui --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.version.tests >---------- [INFO] Building org.eclipse.oomph.version.tests 1.14.0-SNAPSHOT [79/127] [INFO] from plugins/org.eclipse.oomph.version.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.version.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.version.tests --- [INFO] The project's OSGi version is 1.14.0.v20230620-1159 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.version.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.version.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.version.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.version.tests --- [INFO] Resolving class path of org.eclipse.oomph.version.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.version.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.version.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.version.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.version.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.version.tests --- [INFO] 234 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.version.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/org.eclipse.oomph.version.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.version.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/org.eclipse.oomph.version.tests-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.version.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.version.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/org.eclipse.oomph.version.tests-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/org.eclipse.oomph.version.tests-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.version.tests --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.oomph.version.tests --- [INFO] Executing test runtime with timeout (seconds): 120, logs, if any, will be placed at: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/custom.profile, -Declipse.p2.mirrors=false, -Declipse.p2.unsignedPolicy=allow, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/build_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.jar, -data, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/work/data, -install, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/work, -configuration, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.version.tests/target/surefire.properties, -timeout, 120000] Running org.eclipse.oomph.version.tests.VersionBuilderTest =============================================================================================== Test 00001-NoProblemAfterNewBaseline =============================================================================================== Phase 'clean' Update workspace + /com.foo.license-feature + /com.foo.license-feature/.project + /com.foo.license-feature/.settings + /com.foo.license-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.license-feature/.settings/org.eclipse.pde.prefs + /com.foo.license-feature/build.properties + /com.foo.license-feature/feature.xml + /com.foo.project1 + /com.foo.project1/.project + /com.foo.project1/.settings + /com.foo.project1/.settings/org.eclipse.core.resources.prefs + /com.foo.project1/.settings/org.eclipse.pde.prefs + /com.foo.project1/META-INF + /com.foo.project1/META-INF/MANIFEST.MF + /com.foo.project1/build.properties + /com.foo.project1-feature + /com.foo.project1-feature/.project + /com.foo.project1-feature/.settings + /com.foo.project1-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.project1-feature/.settings/org.eclipse.pde.prefs + /com.foo.project1-feature/build.properties + /com.foo.project1-feature/feature.xml + /com.foo.releng + /com.foo.releng/.project + /com.foo.releng/.settings + /com.foo.releng/.settings/org.eclipse.core.resources.prefs + /com.foo.releng/build.properties + /com.foo.releng/release.properties -> com.foo.project1 => com.foo.license => com.foo.project1 Build clean Took 310 millis Check build.markers Marker = com.foo.license-feature/feature.xml = (8,33) = (8,48) = ERROR = Feature reference 'com.foo.license' cannot be resolved problemType = component.version quickFixConfigureOption = ignore.feature.content.changes FIX = Configure the project to ignore the problem (Set ignore.feature.content.changes = true in '/com.foo.license-feature/.project') Marker = com.foo.project1-feature/feature.xml = (8,33) = (8,48) = ERROR = Feature reference 'com.foo.license' cannot be resolved problemType = component.version quickFixConfigureOption = ignore.feature.content.changes FIX = Configure the project to ignore the problem (Set ignore.feature.content.changes = true in '/com.foo.project1-feature/.project') Apply build.resolutions =============================================================================================== Test 00003-WrongPackageExport =============================================================================================== Phase 'clean' Update workspace + /com.foo.project1 + /com.foo.project1/.classpath + /com.foo.project1/.project + /com.foo.project1/.settings + /com.foo.project1/.settings/org.eclipse.core.resources.prefs + /com.foo.project1/.settings/org.eclipse.pde.prefs + /com.foo.project1/META-INF + /com.foo.project1/META-INF/MANIFEST.MF + /com.foo.project1/build.properties + /com.foo.project1/src + /com.foo.project1/src/com + /com.foo.project1/src/com/foo + /com.foo.project1/src/com/foo/project1 + /com.foo.project1/src/com/foo/project1/Test.java + /com.foo.releng + /com.foo.releng/.project + /com.foo.releng/.settings + /com.foo.releng/.settings/org.eclipse.core.resources.prefs + /com.foo.releng/build.properties + /com.foo.releng/release.digest + /com.foo.releng/release.properties + /com.foo.releng/release.xml -> com.foo.project1 Build clean Took 1659 millis Check build.markers Marker = com.foo.project1/META-INF/MANIFEST.MF = (9,44) = (9,49) = ERROR = Export of package 'com.foo.project1' should have the version 1.0.0 problemType = export.version quickFixConfigureOption = ignore.missing.export.versions quickFixPattern = com\.foo\.project1;version="([0123456789\.]*)" quickFixReplacement = 1.0.0 FIX = Change the version (Change the version to 1.0.0) FIX = Configure the project to ignore the problem (Set ignore.missing.export.versions = true in '/com.foo.project1/.project') Apply build.resolutions FIX = Change the version (Change the version to 1.0.0) Build clean Took 158 millis Check fix1.markers No markers =============================================================================================== Test 00004-NoProblemForNewResolve =============================================================================================== Phase 'clean' Update workspace + /com.foo.project2-feature + /com.foo.project2-feature/.project + /com.foo.project2-feature/.settings + /com.foo.project2-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.project2-feature/.settings/org.eclipse.pde.prefs + /com.foo.project2-feature/build.properties + /com.foo.project2-feature/feature.xml + /com.foo.releng + /com.foo.releng/.project + /com.foo.releng/.settings + /com.foo.releng/.settings/org.eclipse.core.resources.prefs + /com.foo.releng/build.properties + /com.foo.releng/release.properties => com.foo.project2 Build clean Took 92 millis Check build.markers No markers Phase 'incremental' Update workspace + /com.foo.project1 + /com.foo.project1/.project + /com.foo.project1/.settings + /com.foo.project1/.settings/org.eclipse.core.resources.prefs + /com.foo.project1/.settings/org.eclipse.pde.prefs + /com.foo.project1/META-INF + /com.foo.project1/META-INF/MANIFEST.MF + /com.foo.project1/build.properties + /com.foo.project1-feature + /com.foo.project1-feature/.project + /com.foo.project1-feature/.settings + /com.foo.project1-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.project1-feature/.settings/org.eclipse.pde.prefs + /com.foo.project1-feature/build.properties + /com.foo.project1-feature/feature.xml -> com.foo.project1 => com.foo.project2 => com.foo.project1 Build incremental Took 83 millis Check build.markers No markers =============================================================================================== Test 00005-NoProblemForUnresolved =============================================================================================== Phase 'clean' Update workspace + /com.foo.project1 + /com.foo.project1/.project + /com.foo.project1/.settings + /com.foo.project1/.settings/org.eclipse.core.resources.prefs + /com.foo.project1/.settings/org.eclipse.pde.prefs + /com.foo.project1/META-INF + /com.foo.project1/META-INF/MANIFEST.MF + /com.foo.project1/build.properties + /com.foo.project1-feature + /com.foo.project1-feature/.project + /com.foo.project1-feature/.settings + /com.foo.project1-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.project1-feature/.settings/org.eclipse.pde.prefs + /com.foo.project1-feature/build.properties + /com.foo.project1-feature/feature.xml + /com.foo.project2-feature + /com.foo.project2-feature/.project + /com.foo.project2-feature/.settings + /com.foo.project2-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.project2-feature/.settings/org.eclipse.pde.prefs + /com.foo.project2-feature/build.properties + /com.foo.project2-feature/feature.xml + /com.foo.releng + /com.foo.releng/.project + /com.foo.releng/.settings + /com.foo.releng/.settings/org.eclipse.core.resources.prefs + /com.foo.releng/build.properties + /com.foo.releng/release.properties -> com.foo.project1 => com.foo.project1 => com.foo.project2 Build clean Took 70 millis Check build.markers No markers Phase 'incremental' Update workspace -> com.foo.project1 => com.foo.project1 => com.foo.project2 Build incremental Took 2 millis Check build.markers No markers =============================================================================================== Test 00006-NoRootProblemAfterAddingReference =============================================================================================== Phase 'clean' Update workspace + /com.foo.project1 + /com.foo.project1/.project + /com.foo.project1/.settings + /com.foo.project1/.settings/org.eclipse.core.resources.prefs + /com.foo.project1/.settings/org.eclipse.pde.prefs + /com.foo.project1/META-INF + /com.foo.project1/META-INF/MANIFEST.MF + /com.foo.project1/build.properties + /com.foo.project1-feature + /com.foo.project1-feature/.project + /com.foo.project1-feature/.settings + /com.foo.project1-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.project1-feature/.settings/org.eclipse.pde.prefs + /com.foo.project1-feature/build.properties + /com.foo.project1-feature/feature.xml + /com.foo.releng + /com.foo.releng/.project + /com.foo.releng/.settings + /com.foo.releng/.settings/org.eclipse.core.resources.prefs + /com.foo.releng/build.properties + /com.foo.releng/release.properties -> com.foo.project1 => com.foo.project1 Build clean Took 43 millis Check build.markers Marker = com.foo.project1/META-INF/MANIFEST.MF = (3,23) = (4,1) = ERROR = Plug-in 'com.foo.project1' is not referenced by any other feature problemType = unreferenced.element FIX = Mark as root project (Add 'com.foo.project1' to the root.projects property of /com.foo.releng/release.properties) FIX = Ignore root components for release (Configure '/com.foo.releng/release.xml' to stop checking that non-root elements are referenced by a root element. To re-enable this checking, use the Preferences dialog to manage the release check mode.) Apply build.resolutions Phase 'incremental' Update workspace * /com.foo.project1-feature/feature.xml -> com.foo.project1 => com.foo.project1 Build incremental Took 13 millis Check build.markers Marker = com.foo.project1-feature/feature.xml = (5,17) = (5,22) = ERROR = Version must be increased to 1.1.0 because the feature's references have changed problemType = component.version quickFixConfigureOption = ignore.feature.content.changes quickFixPattern = feature.*?version\s*=\s*["'](\d+(\.\d+(\.\d+)?)?) quickFixReplacement = 1.1.0 FIX = Change the version (Change the version to 1.1.0) FIX = Configure the project to ignore the problem (Set ignore.feature.content.changes = true in '/com.foo.project1-feature/.project') Marker = com.foo.project1-feature/feature.xml = (26,15) = (26,31) = WARNING = Plug-in reference 'com.foo.project1' has been added with 1.0.0 problemType = component.version quickFixPattern = [ \t\x0B\f]*([ \t\x0B\f]*[\n\r])* quickFixReference = com.foo.project1 FIX = Remove the reference () FIX = Mark as ignored reference (Add 'com.foo.project1' to the ignored.references property of /com.foo.releng/release.properties) Apply build.resolutions =============================================================================================== Test 00007-IgnoreReferenceFix =============================================================================================== Phase 'clean' Update workspace + /com.foo.project1 + /com.foo.project1/.project + /com.foo.project1/.settings + /com.foo.project1/.settings/org.eclipse.core.resources.prefs + /com.foo.project1/.settings/org.eclipse.pde.prefs + /com.foo.project1/META-INF + /com.foo.project1/META-INF/MANIFEST.MF + /com.foo.project1/build.properties + /com.foo.project1-feature + /com.foo.project1-feature/.project + /com.foo.project1-feature/.settings + /com.foo.project1-feature/.settings/org.eclipse.core.resources.prefs + /com.foo.project1-feature/.settings/org.eclipse.pde.prefs + /com.foo.project1-feature/build.properties + /com.foo.project1-feature/feature.xml + /com.foo.releng + /com.foo.releng/.project + /com.foo.releng/.settings + /com.foo.releng/.settings/org.eclipse.core.resources.prefs + /com.foo.releng/build.properties + /com.foo.releng/release.properties -> com.foo.project1 => com.foo.project1 Build clean Took 39 millis Check build.markers No markers Phase 'clean2' Update workspace * /com.foo.project1-feature/feature.xml -> com.foo.project1 => com.foo.project1 Build clean Took 21 millis Check build.markers Marker = com.foo.project1-feature/feature.xml = WARNING = Plug-in reference 'com.foo.project1' has been removed problemType = component.version quickFixReference = com.foo.project1 FIX = Mark as ignored reference (Add 'com.foo.project1' to the ignored.references property of /com.foo.releng/release.properties) Marker = com.foo.project1-feature/feature.xml = (5,17) = (5,22) = ERROR = Version must be increased to 2.0.0 because the feature's references have changed problemType = component.version quickFixConfigureOption = ignore.feature.content.changes quickFixPattern = feature.*?version\s*=\s*["'](\d+(\.\d+(\.\d+)?)?) quickFixReplacement = 2.0.0 FIX = Change the version (Change the version to 2.0.0) FIX = Configure the project to ignore the problem (Set ignore.feature.content.changes = true in '/com.foo.project1-feature/.project') Marker = com.foo.project1/META-INF/MANIFEST.MF = (3,23) = (4,1) = ERROR = Plug-in 'com.foo.project1' is not referenced by any other feature problemType = unreferenced.element FIX = Mark as root project (Add 'com.foo.project1' to the root.projects property of /com.foo.releng/release.properties) FIX = Ignore root components for release (Configure '/com.foo.releng/release.xml' to stop checking that non-root elements are referenced by a root element. To re-enable this checking, use the Preferences dialog to manage the release check mode.) Apply build.resolutions FIX = Mark as ignored reference (Add 'com.foo.project1' to the ignored.references property of /com.foo.releng/release.properties) Build clean Took 59 millis Check fix1.markers Marker = com.foo.project1-feature/feature.xml = (5,17) = (5,22) = ERROR = Version must be increased to 1.0.100 because the project's contents have changed problemType = component.version quickFixPattern = feature.*?version\s*=\s*["'](\d+(\.\d+(\.\d+)?)?) quickFixReplacement = 1.0.100 FIX = Change the version (Change the version to 1.0.100) Marker = com.foo.project1/META-INF/MANIFEST.MF = (3,23) = (4,1) = ERROR = Plug-in 'com.foo.project1' is not referenced by any other feature problemType = unreferenced.element FIX = Mark as root project (Add 'com.foo.project1' to the root.projects property of /com.foo.releng/release.properties) FIX = Ignore root components for release (Configure '/com.foo.releng/release.xml' to stop checking that non-root elements are referenced by a root element. To re-enable this checking, use the Preferences dialog to manage the release check mode.) Apply fix1.resolutions Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.96 s -- in org.eclipse.oomph.version.tests.VersionBuilderTest org.eclipse.oomph.version.tests.VersionBuilderExecutor.00001-NoProblemAfterNewBaseline -- Time elapsed: 6.315 s org.eclipse.oomph.version.tests.VersionBuilderExecutor.00003-WrongPackageExport -- Time elapsed: 2.807 s org.eclipse.oomph.version.tests.VersionBuilderExecutor.00004-NoProblemForNewResolve -- Time elapsed: 2.237 s org.eclipse.oomph.version.tests.VersionBuilderExecutor.00005-NoProblemForUnresolved -- Time elapsed: 1.659 s org.eclipse.oomph.version.tests.VersionBuilderExecutor.00006-NoRootProblemAfterAddingReference -- Time elapsed: 1.533 s org.eclipse.oomph.version.tests.VersionBuilderExecutor.00007-IgnoreReferenceFix -- Time elapsed: 1.756 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.targlets.tests >--------- [INFO] Building org.eclipse.oomph.targlets.tests 1.13.0-SNAPSHOT [80/127] [INFO] from plugins/org.eclipse.oomph.targlets.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.targlets.tests --- [INFO] The project's OSGi version is 1.13.0.v20230620-1408 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.targlets.tests --- [INFO] Resolving class path of org.eclipse.oomph.targlets.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets.tests --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.targlets.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.targlets.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.targlets.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets.tests --- [INFO] 242 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.targlets.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/org.eclipse.oomph.targlets.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.targlets.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/org.eclipse.oomph.targlets.tests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/org.eclipse.oomph.targlets.tests-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/org.eclipse.oomph.targlets.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets.tests --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.oomph.targlets.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/custom.profile, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/build_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.jar, -data, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/work/data, -install, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/work, -configuration, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.tests/target/surefire.properties] Running org.eclipse.oomph.targlets.tests.TargletTests ========================================================================================================================= testOnlySources ========================================================================================================================= Copied plugin:/org.eclipse.oomph.targlets.tests/tests/testOnlySources to /tmp/test-10923154947908221162/testOnlySources Set active target platform Reading plug-ins Calculating requirements and dependencies. Computing prerequisite plan Installing com.foo.license.feature.group [1.0.0.v20240602-032559] Installing com.foo.project1 [1.0.0.v20240602-032559] Installing com.foo.project1.feature.group [1.0.0.v20240602-032559] Installing com.foo.project1.source [1.0.0.v20240602-032559] Installing org.eclipse.oomph.p2.source.container [1.0.0] Preparing to commit the provisioning operation. Committing the provisioning operation. Sending ProfileUpdateSucceededEvent[source=Test Targlets, profile=_home_jenkins_agent_workspace_build_master_plugins_org.eclipse.oomph.targlets.tests_target_work_data-fbb0b6492f35461194c14f1b43a13b8390f98bb0] to PomArtifactUpdater Sending ProfileUpdateSucceededEvent[source=Test Targlets, profile=_home_jenkins_agent_workspace_build_master_plugins_org.eclipse.oomph.targlets.tests_target_work_data-fbb0b6492f35461194c14f1b43a13b8390f98bb0] to PomModulesUpdater Sending ProfileUpdateSucceededEvent[source=Test Targlets, profile=_home_jenkins_agent_workspace_build_master_plugins_org.eclipse.oomph.targlets.tests_target_work_data-fbb0b6492f35461194c14f1b43a13b8390f98bb0] to TargetDefinitionGenerator Targlet container profile update completed Set active target platform Reading plug-ins Calculating requirements and dependencies. Computing prerequisite plan Installing com.foo.license.feature.group [1.0.0.v20240602-032604] Installing com.foo.project1 [1.0.0.v20240602-032604] Installing com.foo.project1.feature.group [1.0.0.v20240602-032604] Installing com.foo.releng [1.0.0] Installing com.foo.releng.source [1.0.0] Installing com.foo.project1.source [1.0.0.v20240602-032604] Installing org.eclipse.oomph.p2.source.container [1.0.0] Preparing to commit the provisioning operation. Committing the provisioning operation. Sending ProfileUpdateSucceededEvent[source=Test Targlets, profile=_home_jenkins_agent_workspace_build_master_plugins_org.eclipse.oomph.targlets.tests_target_work_data-30399e90b873475f23c814fd4208821ecf8a6af9] to PomArtifactUpdater Sending ProfileUpdateSucceededEvent[source=Test Targlets, profile=_home_jenkins_agent_workspace_build_master_plugins_org.eclipse.oomph.targlets.tests_target_work_data-30399e90b873475f23c814fd4208821ecf8a6af9] to PomModulesUpdater Sending ProfileUpdateSucceededEvent[source=Test Targlets, profile=_home_jenkins_agent_workspace_build_master_plugins_org.eclipse.oomph.targlets.tests_target_work_data-30399e90b873475f23c814fd4208821ecf8a6af9] to TargetDefinitionGenerator Targlet container profile update completed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.902 s -- in org.eclipse.oomph.targlets.tests.TargletTests org.eclipse.oomph.targlets.tests.TargletTests.testOnlySources -- Time elapsed: 6.238 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] ---------< org.eclipse.oomph.features:org.eclipse.oomph.tests >--------- [INFO] Building org.eclipse.oomph.tests 1.23.0-SNAPSHOT [81/127] [INFO] from features/org.eclipse.oomph.tests-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.tests:1.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.tests-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.tests --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.tests-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.tests --- [INFO] The project's OSGi version is 1.23.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.tests-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.tests --- [INFO] 240 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.tests-feature/target/org.eclipse.oomph.tests-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.tests --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.tests-feature/target/org.eclipse.oomph.tests-1.23.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.tests-feature/target/org.eclipse.oomph.tests-1.23.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.tests-feature/target/org.eclipse.oomph.tests-1.23.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.tests --- [INFO] [INFO] ---------< org.eclipse.oomph:org.eclipse.oomph.projectconfig >---------- [INFO] Building org.eclipse.oomph.projectconfig 1.14.0-SNAPSHOT [82/127] [INFO] from plugins/org.eclipse.oomph.projectconfig/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.projectconfig --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.projectconfig --- [INFO] Resolving class path of org.eclipse.oomph.projectconfig [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.projectconfig --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.projectconfig --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.projectconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.projectconfig --- [INFO] 34 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.projectconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig/target/org.eclipse.oomph.projectconfig-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.projectconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig/target/org.eclipse.oomph.projectconfig-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.projectconfig --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig/target/org.eclipse.oomph.projectconfig-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig/target/org.eclipse.oomph.projectconfig-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.preferences.edit >-------- [INFO] Building org.eclipse.oomph.preferences.edit 1.13.0-SNAPSHOT [83/127] [INFO] from plugins/org.eclipse.oomph.preferences.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.preferences.edit --- [INFO] The project's OSGi version is 1.13.0.v20230204-0932 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.preferences.edit --- [INFO] Resolving class path of org.eclipse.oomph.preferences.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.preferences.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.preferences.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.preferences.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.preferences.edit --- [INFO] 28 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.preferences.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.edit/target/org.eclipse.oomph.preferences.edit-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.preferences.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.edit/target/org.eclipse.oomph.preferences.edit-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.preferences.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.edit/target/org.eclipse.oomph.preferences.edit-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.edit/target/org.eclipse.oomph.preferences.edit-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.preferences.edit --- [INFO] [INFO] -------< org.eclipse.oomph:org.eclipse.oomph.projectconfig.edit >------- [INFO] Building org.eclipse.oomph.projectconfig.edit 1.13.0-SNAPSHOT [84/127] [INFO] from plugins/org.eclipse.oomph.projectconfig.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.projectconfig.edit --- [INFO] The project's OSGi version is 1.13.0.v20230204-0932 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.projectconfig.edit --- [INFO] Resolving class path of org.eclipse.oomph.projectconfig.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.projectconfig.edit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.projectconfig.edit --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.projectconfig.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.projectconfig.edit --- [INFO] 38 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.projectconfig.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.edit/target/org.eclipse.oomph.projectconfig.edit-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.projectconfig.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.edit/target/org.eclipse.oomph.projectconfig.edit-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.projectconfig.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.edit/target/org.eclipse.oomph.projectconfig.edit-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.edit/target/org.eclipse.oomph.projectconfig.edit-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.projectconfig.edit --- [INFO] [INFO] -------< org.eclipse.oomph:org.eclipse.oomph.preferences.editor >------- [INFO] Building org.eclipse.oomph.preferences.editor 1.15.0-SNAPSHOT [85/127] [INFO] from plugins/org.eclipse.oomph.preferences.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.preferences.editor --- [INFO] The project's OSGi version is 1.15.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.preferences.editor --- [INFO] Resolving class path of org.eclipse.oomph.preferences.editor [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.preferences.editor --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.preferences.editor --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.editor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.preferences.editor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.preferences.editor --- [INFO] 156 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.preferences.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.editor/target/org.eclipse.oomph.preferences.editor-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.preferences.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.editor/target/org.eclipse.oomph.preferences.editor-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.preferences.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.editor/target/org.eclipse.oomph.preferences.editor-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.preferences.editor/target/org.eclipse.oomph.preferences.editor-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.preferences.editor --- [INFO] [INFO] ------< org.eclipse.oomph:org.eclipse.oomph.projectconfig.editor >------ [INFO] Building org.eclipse.oomph.projectconfig.editor 1.15.0-SNAPSHOT [86/127] [INFO] from plugins/org.eclipse.oomph.projectconfig.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.projectconfig.editor --- [INFO] The project's OSGi version is 1.15.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.projectconfig.editor --- [INFO] Resolving class path of org.eclipse.oomph.projectconfig.editor [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.projectconfig.editor --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.projectconfig.editor --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.editor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.projectconfig.editor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.projectconfig.editor --- [INFO] 160 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.projectconfig.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.editor/target/org.eclipse.oomph.projectconfig.editor-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.projectconfig.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.editor/target/org.eclipse.oomph.projectconfig.editor-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.projectconfig.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.editor/target/org.eclipse.oomph.projectconfig.editor-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectconfig.editor/target/org.eclipse.oomph.projectconfig.editor-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.projectconfig.editor --- [INFO] [INFO] -----< org.eclipse.oomph.features:org.eclipse.oomph.projectconfig >----- [INFO] Building org.eclipse.oomph.projectconfig 1.18.0-SNAPSHOT [87/127] [INFO] from features/org.eclipse.oomph.projectconfig-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.projectconfig:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectconfig-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.projectconfig --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectconfig-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.projectconfig --- [INFO] The project's OSGi version is 1.18.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.projectconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectconfig-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.projectconfig --- [INFO] 160 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.projectconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectconfig-feature/target/org.eclipse.oomph.projectconfig-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.projectconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectconfig-feature/target/org.eclipse.oomph.projectconfig-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.projectconfig --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectconfig-feature/target/org.eclipse.oomph.projectconfig-1.18.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectconfig-feature/target/org.eclipse.oomph.projectconfig-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.projectconfig --- [INFO] [INFO] ---------< org.eclipse.oomph.features:org.eclipse.oomph.util >---------- [INFO] Building org.eclipse.oomph.util 1.28.0-SNAPSHOT [88/127] [INFO] from features/org.eclipse.oomph.util-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.util:1.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.util-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.util --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.util-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.util --- [INFO] The project's OSGi version is 1.28.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.util --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.util --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.util-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.util --- [INFO] 131 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.util --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.util-feature/target/org.eclipse.oomph.util-1.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.util --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.util --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.util-feature/target/org.eclipse.oomph.util-1.28.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.util-feature/target/org.eclipse.oomph.util-1.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.util-feature/target/org.eclipse.oomph.util-1.28.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.util --- [INFO] [INFO] ---< org.eclipse.oomph.features:org.eclipse.oomph.version.headless >---- [INFO] Building org.eclipse.oomph.version.headless 1.18.0-SNAPSHOT [89/127] [INFO] from features/org.eclipse.oomph.version.headless-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.version.headless:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version.headless-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.version.headless --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version.headless-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.version.headless --- [INFO] The project's OSGi version is 1.18.0.v20240211-0940 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.version.headless --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.version.headless --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.version.headless --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.version.headless --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version.headless-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.version.headless --- [INFO] 100 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.version.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version.headless-feature/target/org.eclipse.oomph.version.headless-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.version.headless --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.version.headless --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.version.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version.headless-feature/target/org.eclipse.oomph.version.headless-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.version.headless --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version.headless-feature/target/org.eclipse.oomph.version.headless-1.18.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version.headless-feature/target/org.eclipse.oomph.version.headless-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.version.headless --- [INFO] [INFO] ------< org.eclipse.oomph.features:org.eclipse.oomph.workingsets >------ [INFO] Building org.eclipse.oomph.workingsets 1.19.0-SNAPSHOT [90/127] [INFO] from features/org.eclipse.oomph.workingsets-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.workingsets:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.workingsets-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.workingsets --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.workingsets-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.workingsets --- [INFO] The project's OSGi version is 1.19.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.workingsets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.workingsets-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.workingsets --- [INFO] 156 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.workingsets-feature/target/org.eclipse.oomph.workingsets-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.workingsets-feature/target/org.eclipse.oomph.workingsets-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.workingsets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.workingsets-feature/target/org.eclipse.oomph.workingsets-1.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.workingsets-feature/target/org.eclipse.oomph.workingsets-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.workingsets --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.ostools >------------- [INFO] Building org.eclipse.oomph.ostools 1.14.0-SNAPSHOT [91/127] [INFO] from plugins/org.eclipse.oomph.ostools/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.ostools --- [INFO] The project's OSGi version is 1.14.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.ostools --- [INFO] Resolving class path of org.eclipse.oomph.ostools [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.ostools --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.ostools --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ostools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.ostools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ostools/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.ostools --- [INFO] 179 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.ostools --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ostools/target/org.eclipse.oomph.ostools-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.ostools --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ostools/target/org.eclipse.oomph.ostools-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.ostools --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ostools/target/org.eclipse.oomph.ostools-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.ostools/target/org.eclipse.oomph.ostools-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --------< org.eclipse.oomph.features:org.eclipse.oomph.ostools >-------- [INFO] Building org.eclipse.oomph.ostools 1.15.0-SNAPSHOT [92/127] [INFO] from features/org.eclipse.oomph.ostools-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.ostools:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.ostools-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.ostools --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.ostools-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.ostools --- [INFO] The project's OSGi version is 1.15.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.ostools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.ostools-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.ostools --- [INFO] 117 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.ostools --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.ostools-feature/target/org.eclipse.oomph.ostools-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.ostools --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.ostools --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.ostools-feature/target/org.eclipse.oomph.ostools-1.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.ostools --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.ostools-feature/target/org.eclipse.oomph.ostools-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.ostools-feature/target/org.eclipse.oomph.ostools-1.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.ostools --- [INFO] [INFO] ---< org.eclipse.oomph.features:org.eclipse.oomph.setup.projectset >---- [INFO] Building org.eclipse.oomph.setup.projectset 1.17.0-SNAPSHOT [93/127] [INFO] from features/org.eclipse.oomph.setup.projectset-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.projectset:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projectset-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.projectset --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projectset-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.projectset --- [INFO] The project's OSGi version is 1.17.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.projectset --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projectset-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.projectset --- [INFO] 164 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.projectset --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projectset-feature/target/org.eclipse.oomph.setup.projectset-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.projectset --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projectset-feature/target/org.eclipse.oomph.setup.projectset-1.17.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.projectset --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projectset-feature/target/org.eclipse.oomph.setup.projectset-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projectset-feature/target/org.eclipse.oomph.setup.projectset-1.17.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.projectset --- [INFO] [INFO] -----------< org.eclipse.oomph:org.eclipse.oomph.setup.sdk >------------ [INFO] Building org.eclipse.oomph.setup.sdk 1.7.0-SNAPSHOT [94/127] [INFO] from plugins/org.eclipse.oomph.setup.sdk/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.setup.sdk --- [INFO] The project's OSGi version is 1.7.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.setup.sdk --- [INFO] Resolving class path of org.eclipse.oomph.setup.sdk [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.sdk --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.setup.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sdk/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.sdk --- [INFO] 20 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.setup.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sdk/target/org.eclipse.oomph.setup.sdk-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.setup.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sdk/target/org.eclipse.oomph.setup.sdk-1.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sdk/target/org.eclipse.oomph.setup.sdk-1.7.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.setup.sdk/target/org.eclipse.oomph.setup.sdk-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] -------< org.eclipse.oomph.features:org.eclipse.oomph.setup.git >------- [INFO] Building org.eclipse.oomph.setup.git 1.26.0-SNAPSHOT [95/127] [INFO] from features/org.eclipse.oomph.setup.git-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.git:1.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.git-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.git --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.git-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.git --- [INFO] The project's OSGi version is 1.26.0.v20240527-0636 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.git --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.git-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.git --- [INFO] 60 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.git --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.git-feature/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.git --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.git-feature/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.git --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.git-feature/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.git-feature/target/org.eclipse.oomph.setup.git-1.26.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.git --- [INFO] [INFO] ------< org.eclipse.oomph.features:org.eclipse.oomph.setup.maven >------ [INFO] Building org.eclipse.oomph.setup.maven 1.21.0-SNAPSHOT [96/127] [INFO] from features/org.eclipse.oomph.setup.maven-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.maven:1.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.maven-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.maven --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.maven-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.maven --- [INFO] The project's OSGi version is 1.21.0.v20240130-1324 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.maven --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.maven-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.maven --- [INFO] 38 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.maven-feature/target/org.eclipse.oomph.setup.maven-1.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.maven-feature/target/org.eclipse.oomph.setup.maven-1.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.maven --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.maven-feature/target/org.eclipse.oomph.setup.maven-1.21.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.maven-feature/target/org.eclipse.oomph.setup.maven-1.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.maven --- [INFO] [INFO] ----< org.eclipse.oomph.features:org.eclipse.oomph.setup.workbench >---- [INFO] Building org.eclipse.oomph.setup.workbench 1.18.0-SNAPSHOT [97/127] [INFO] from features/org.eclipse.oomph.setup.workbench-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.workbench:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workbench-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.workbench --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workbench-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.workbench --- [INFO] The project's OSGi version is 1.18.0.v20230828-1517 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workbench-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.workbench --- [INFO] 133 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workbench-feature/target/org.eclipse.oomph.setup.workbench-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workbench-feature/target/org.eclipse.oomph.setup.workbench-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.workbench --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workbench-feature/target/org.eclipse.oomph.setup.workbench-1.18.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workbench-feature/target/org.eclipse.oomph.setup.workbench-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.workbench --- [INFO] [INFO] ----< org.eclipse.oomph.features:org.eclipse.oomph.setup.launching >---- [INFO] Building org.eclipse.oomph.setup.launching 1.18.0-SNAPSHOT [98/127] [INFO] from features/org.eclipse.oomph.setup.launching-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.launching:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.launching-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.launching --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.launching-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.launching --- [INFO] The project's OSGi version is 1.18.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.launching-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.launching --- [INFO] 38 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.launching-feature/target/org.eclipse.oomph.setup.launching-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.launching-feature/target/org.eclipse.oomph.setup.launching-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.launching --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.launching-feature/target/org.eclipse.oomph.setup.launching-1.18.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.launching-feature/target/org.eclipse.oomph.setup.launching-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.launching --- [INFO] [INFO] -------< org.eclipse.oomph.features:org.eclipse.oomph.setup.pde >------- [INFO] Building org.eclipse.oomph.setup.pde 1.17.0-SNAPSHOT [99/127] [INFO] from features/org.eclipse.oomph.setup.pde-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.pde:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.pde-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.pde --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.pde-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.pde --- [INFO] The project's OSGi version is 1.17.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.pde-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.pde --- [INFO] 110 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.pde-feature/target/org.eclipse.oomph.setup.pde-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.pde-feature/target/org.eclipse.oomph.setup.pde-1.17.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.pde --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.pde-feature/target/org.eclipse.oomph.setup.pde-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.pde-feature/target/org.eclipse.oomph.setup.pde-1.17.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.pde --- [INFO] [INFO] ----< org.eclipse.oomph.features:org.eclipse.oomph.setup.projects >----- [INFO] Building org.eclipse.oomph.setup.projects 1.18.0-SNAPSHOT [100/127] [INFO] from features/org.eclipse.oomph.setup.projects-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.projects:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projects-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.projects --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projects-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.projects --- [INFO] The project's OSGi version is 1.18.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projects-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.projects --- [INFO] 91 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projects-feature/target/org.eclipse.oomph.setup.projects-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projects-feature/target/org.eclipse.oomph.setup.projects-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.projects --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projects-feature/target/org.eclipse.oomph.setup.projects-1.18.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.projects-feature/target/org.eclipse.oomph.setup.projects-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.projects --- [INFO] [INFO] ---< org.eclipse.oomph.features:org.eclipse.oomph.setup.workingsets >--- [INFO] Building org.eclipse.oomph.setup.workingsets 1.19.0-SNAPSHOT [101/127] [INFO] from features/org.eclipse.oomph.setup.workingsets-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.workingsets:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workingsets-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.workingsets --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workingsets-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.workingsets --- [INFO] The project's OSGi version is 1.19.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.workingsets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workingsets-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.workingsets --- [INFO] 34 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workingsets-feature/target/org.eclipse.oomph.setup.workingsets-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.workingsets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workingsets-feature/target/org.eclipse.oomph.setup.workingsets-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.workingsets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workingsets-feature/target/org.eclipse.oomph.setup.workingsets-1.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.workingsets-feature/target/org.eclipse.oomph.setup.workingsets-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.workingsets --- [INFO] [INFO] ------< org.eclipse.oomph.features:org.eclipse.oomph.setup.core >------- [INFO] Building org.eclipse.oomph.setup.core 1.31.0-SNAPSHOT [102/127] [INFO] from features/org.eclipse.oomph.setup.core-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.core:1.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.core-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.core --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.core-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.core --- [INFO] The project's OSGi version is 1.31.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.core-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.core --- [INFO] 86 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.core-feature/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.core-feature/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.core-feature/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.core-feature/target/org.eclipse.oomph.setup.core-1.31.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.core --- [INFO] [INFO] ---------< org.eclipse.oomph.features:org.eclipse.oomph.setup >--------- [INFO] Building org.eclipse.oomph.setup 1.32.0-SNAPSHOT [103/127] [INFO] from features/org.eclipse.oomph.setup-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup:1.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup --- [INFO] The project's OSGi version is 1.32.0.v20240521-1032 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup --- [INFO] 216 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup-feature/target/org.eclipse.oomph.setup-1.32.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup-feature/target/org.eclipse.oomph.setup-1.32.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup-feature/target/org.eclipse.oomph.setup-1.32.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup-feature/target/org.eclipse.oomph.setup-1.32.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup --- [INFO] [INFO] -----< org.eclipse.oomph.features:org.eclipse.oomph.setup.ui.ide >------ [INFO] Building org.eclipse.oomph.setup.ui.ide 1.17.0-SNAPSHOT [104/127] [INFO] from features/org.eclipse.oomph.setup.ui.ide-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.ui.ide:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.ui.ide-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.ui.ide-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.ui.ide --- [INFO] The project's OSGi version is 1.17.0.v20240521-1032 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.ui.ide-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.ui.ide --- [INFO] 234 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.ui.ide-feature/target/org.eclipse.oomph.setup.ui.ide-1.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.ui.ide-feature/target/org.eclipse.oomph.setup.ui.ide-1.17.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.ui.ide-feature/target/org.eclipse.oomph.setup.ui.ide-1.17.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.ui.ide-feature/target/org.eclipse.oomph.setup.ui.ide-1.17.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.ui.ide --- [INFO] [INFO] ----< org.eclipse.oomph.features:org.eclipse.oomph.setup.targlets >----- [INFO] Building org.eclipse.oomph.setup.targlets 1.19.0-SNAPSHOT [105/127] [INFO] from features/org.eclipse.oomph.setup.targlets-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.targlets:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.targlets-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.targlets --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.targlets-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.targlets --- [INFO] The project's OSGi version is 1.19.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.targlets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.targlets-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.targlets --- [INFO] 122 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.targlets-feature/target/org.eclipse.oomph.setup.targlets-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.targlets-feature/target/org.eclipse.oomph.setup.targlets-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.targlets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.targlets-feature/target/org.eclipse.oomph.setup.targlets-1.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.targlets-feature/target/org.eclipse.oomph.setup.targlets-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.targlets --- [INFO] [INFO] -------< org.eclipse.oomph.features:org.eclipse.oomph.setup.jdt >------- [INFO] Building org.eclipse.oomph.setup.jdt 1.23.0-SNAPSHOT [106/127] [INFO] from features/org.eclipse.oomph.setup.jdt-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.jdt:1.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.jdt-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.jdt --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.jdt-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.jdt --- [INFO] The project's OSGi version is 1.23.0.v20231119-1528 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.jdt-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.jdt --- [INFO] 52 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.jdt-feature/target/org.eclipse.oomph.setup.jdt-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.jdt-feature/target/org.eclipse.oomph.setup.jdt-1.23.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.jdt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.jdt-feature/target/org.eclipse.oomph.setup.jdt-1.23.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.jdt-feature/target/org.eclipse.oomph.setup.jdt-1.23.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.jdt --- [INFO] [INFO] ------< org.eclipse.oomph.features:org.eclipse.oomph.setup.mylyn >------ [INFO] Building org.eclipse.oomph.setup.mylyn 1.20.0-SNAPSHOT [107/127] [INFO] from features/org.eclipse.oomph.setup.mylyn-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.mylyn:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.mylyn-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.mylyn --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.mylyn-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.mylyn --- [INFO] The project's OSGi version is 1.20.0.v20230731-0700 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.mylyn --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.mylyn-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.mylyn --- [INFO] 283 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.mylyn --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.mylyn-feature/target/org.eclipse.oomph.setup.mylyn-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.mylyn --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.mylyn-feature/target/org.eclipse.oomph.setup.mylyn-1.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.mylyn --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.mylyn-feature/target/org.eclipse.oomph.setup.mylyn-1.20.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.mylyn-feature/target/org.eclipse.oomph.setup.mylyn-1.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.mylyn --- [INFO] [INFO] -------< org.eclipse.oomph.features:org.eclipse.oomph.setup.sdk >------- [INFO] Building org.eclipse.oomph.setup.sdk 1.31.0-SNAPSHOT [108/127] [INFO] from features/org.eclipse.oomph.setup.sdk-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.setup.sdk:1.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.sdk-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.sdk-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.sdk --- [INFO] The project's OSGi version is 1.31.0.v20240527-0636 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.sdk-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.setup.sdk --- [INFO] 349 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.setup.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.sdk-feature/target/org.eclipse.oomph.setup.sdk-1.31.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.setup.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.sdk-feature/target/org.eclipse.oomph.setup.sdk-1.31.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.setup.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.sdk-feature/target/org.eclipse.oomph.setup.sdk-1.31.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.setup.sdk-feature/target/org.eclipse.oomph.setup.sdk-1.31.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.setup.sdk --- [INFO] [INFO] --------< org.eclipse.oomph:org.eclipse.oomph.targlets.editor >--------- [INFO] Building org.eclipse.oomph.targlets.editor 1.15.0-SNAPSHOT [109/127] [INFO] from plugins/org.eclipse.oomph.targlets.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.targlets.editor --- [INFO] The project's OSGi version is 1.15.0.v20230828-1517 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.targlets.editor --- [INFO] Resolving class path of org.eclipse.oomph.targlets.editor [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets.editor --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.targlets.editor --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.editor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.targlets.editor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets.editor --- [INFO] 226 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.targlets.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.editor/target/org.eclipse.oomph.targlets.editor-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.targlets.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.editor/target/org.eclipse.oomph.targlets.editor-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.editor/target/org.eclipse.oomph.targlets.editor-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.editor/target/org.eclipse.oomph.targlets.editor-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets.editor --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.targlets.ui >----------- [INFO] Building org.eclipse.oomph.targlets.ui 1.15.0-SNAPSHOT [110/127] [INFO] from plugins/org.eclipse.oomph.targlets.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.targlets.ui --- [INFO] The project's OSGi version is 1.15.0.v20220601-1149 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.targlets.ui --- [INFO] Resolving class path of org.eclipse.oomph.targlets.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets.ui --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.targlets.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.targlets.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets.ui --- [INFO] 314 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.targlets.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.ui/target/org.eclipse.oomph.targlets.ui-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.targlets.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.ui/target/org.eclipse.oomph.targlets.ui-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.ui/target/org.eclipse.oomph.targlets.ui-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.ui/target/org.eclipse.oomph.targlets.ui-1.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets.ui --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.targlets.doc >---------- [INFO] Building org.eclipse.oomph.targlets.doc 1.14.0-SNAPSHOT [111/127] [INFO] from plugins/org.eclipse.oomph.targlets.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.targlets.doc --- [INFO] The project's OSGi version is 1.14.0.v20230617-1322 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.targlets.doc --- [INFO] Resolving class path of org.eclipse.oomph.targlets.doc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets.doc --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.targlets.doc --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.doc/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.targlets.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets.doc --- [INFO] 314 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.targlets.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.doc/target/org.eclipse.oomph.targlets.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.targlets.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.doc/target/org.eclipse.oomph.targlets.doc-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.doc/target/org.eclipse.oomph.targlets.doc-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.targlets.doc/target/org.eclipse.oomph.targlets.doc-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets.doc --- [INFO] [INFO] -------< org.eclipse.oomph.features:org.eclipse.oomph.targlets >-------- [INFO] Building org.eclipse.oomph.targlets 1.25.0-SNAPSHOT [112/127] [INFO] from features/org.eclipse.oomph.targlets-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.targlets:1.25.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.targlets-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.targlets --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.targlets-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.targlets --- [INFO] The project's OSGi version is 1.25.0.v20231120-1324 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.targlets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.targlets-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.targlets --- [INFO] 290 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.targlets-feature/target/org.eclipse.oomph.targlets-1.25.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.targlets --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.targlets --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.targlets-feature/target/org.eclipse.oomph.targlets-1.25.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.targlets --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.targlets-feature/target/org.eclipse.oomph.targlets-1.25.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.targlets-feature/target/org.eclipse.oomph.targlets-1.25.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.targlets --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.launches >------------ [INFO] Building org.eclipse.oomph.launches 1.13.0-SNAPSHOT [113/127] [INFO] from plugins/org.eclipse.oomph.launches/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.launches --- [INFO] The project's OSGi version is 1.13.0.v20230804-1007 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.launches --- [INFO] Resolving class path of org.eclipse.oomph.launches [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.launches --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.launches --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.launches/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.launches --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.launches/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.launches --- [INFO] 144 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.launches --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.launches/target/org.eclipse.oomph.launches-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.launches --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.launches/target/org.eclipse.oomph.launches-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.launches --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.launches/target/org.eclipse.oomph.launches-1.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.launches/target/org.eclipse.oomph.launches-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.launches --- [INFO] [INFO] -------< org.eclipse.oomph.features:org.eclipse.oomph.launches >-------- [INFO] Building org.eclipse.oomph.launches 1.15.0-SNAPSHOT [114/127] [INFO] from features/org.eclipse.oomph.launches-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.launches:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.launches-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.launches --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.launches-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.launches --- [INFO] The project's OSGi version is 1.15.0.v20230804-1007 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.launches --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.launches-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.launches --- [INFO] 121 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.launches --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.launches-feature/target/org.eclipse.oomph.launches-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.launches --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.launches --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.launches-feature/target/org.eclipse.oomph.launches-1.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.launches --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.launches-feature/target/org.eclipse.oomph.launches-1.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.launches-feature/target/org.eclipse.oomph.launches-1.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.launches --- [INFO] [INFO] ----------< org.eclipse.oomph:org.eclipse.oomph.projectcopy >----------- [INFO] Building org.eclipse.oomph.projectcopy 1.12.0-SNAPSHOT [115/127] [INFO] from plugins/org.eclipse.oomph.projectcopy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.projectcopy --- [INFO] The project's OSGi version is 1.12.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.projectcopy --- [INFO] Resolving class path of org.eclipse.oomph.projectcopy [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.projectcopy --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.projectcopy --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectcopy/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.projectcopy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectcopy/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.projectcopy --- [INFO] 144 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.projectcopy --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectcopy/target/org.eclipse.oomph.projectcopy-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.projectcopy --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectcopy/target/org.eclipse.oomph.projectcopy-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.projectcopy --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectcopy/target/org.eclipse.oomph.projectcopy-1.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.projectcopy/target/org.eclipse.oomph.projectcopy-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] ------< org.eclipse.oomph.features:org.eclipse.oomph.projectcopy >------ [INFO] Building org.eclipse.oomph.projectcopy 1.14.0-SNAPSHOT [116/127] [INFO] from features/org.eclipse.oomph.projectcopy-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.projectcopy:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectcopy-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.projectcopy --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectcopy-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.projectcopy --- [INFO] The project's OSGi version is 1.14.0.v20220421-1218 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.projectcopy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectcopy-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.projectcopy --- [INFO] 144 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.projectcopy --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectcopy-feature/target/org.eclipse.oomph.projectcopy-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.projectcopy --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectcopy-feature/target/org.eclipse.oomph.projectcopy-1.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.projectcopy --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectcopy-feature/target/org.eclipse.oomph.projectcopy-1.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.projectcopy-feature/target/org.eclipse.oomph.projectcopy-1.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.projectcopy --- [INFO] [INFO] --------< org.eclipse.oomph.features:org.eclipse.oomph.version >-------- [INFO] Building org.eclipse.oomph.version 1.21.0-SNAPSHOT [117/127] [INFO] from features/org.eclipse.oomph.version-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.version:1.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.version --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.version --- [INFO] The project's OSGi version is 1.21.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.version --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.version --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.version --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.version --- [INFO] 200 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.version --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version-feature/target/org.eclipse.oomph.version-1.21.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.version --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.version --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version-feature/target/org.eclipse.oomph.version-1.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.version --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version-feature/target/org.eclipse.oomph.version-1.21.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.version-feature/target/org.eclipse.oomph.version-1.21.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.version --- [INFO] [INFO] ------< org.eclipse.oomph.features:org.eclipse.oomph.preferences >------ [INFO] Building org.eclipse.oomph.preferences 1.18.0-SNAPSHOT [118/127] [INFO] from features/org.eclipse.oomph.preferences-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.preferences:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.preferences-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.preferences --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.preferences-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.preferences --- [INFO] The project's OSGi version is 1.18.0.v20240510-1552 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.preferences-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.preferences --- [INFO] 156 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.preferences-feature/target/org.eclipse.oomph.preferences-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.preferences --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.preferences-feature/target/org.eclipse.oomph.preferences-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.preferences-feature/target/org.eclipse.oomph.preferences-1.18.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.preferences-feature/target/org.eclipse.oomph.preferences-1.18.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.preferences --- [INFO] [INFO] ------------< org.eclipse.oomph:org.eclipse.oomph.gitbash >------------- [INFO] Building org.eclipse.oomph.gitbash 1.19.0-SNAPSHOT [119/127] [INFO] from plugins/org.eclipse.oomph.gitbash/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.gitbash --- [INFO] The project's OSGi version is 1.19.0.v20230615-0539 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.gitbash --- [INFO] Resolving class path of org.eclipse.oomph.gitbash [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.gitbash --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.gitbash --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.gitbash/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.gitbash --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.gitbash/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.gitbash --- [INFO] 257 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.gitbash --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.gitbash/target/org.eclipse.oomph.gitbash-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.gitbash --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.gitbash/target/org.eclipse.oomph.gitbash-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.gitbash --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.gitbash/target/org.eclipse.oomph.gitbash-1.19.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.gitbash/target/org.eclipse.oomph.gitbash-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --------< org.eclipse.oomph.features:org.eclipse.oomph.gitbash >-------- [INFO] Building org.eclipse.oomph.gitbash 1.20.0-SNAPSHOT [120/127] [INFO] from features/org.eclipse.oomph.gitbash-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.gitbash:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.gitbash-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.gitbash --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.gitbash-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.gitbash --- [INFO] The project's OSGi version is 1.20.0.v20230615-0539 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.gitbash --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.gitbash-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.gitbash --- [INFO] 179 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.gitbash --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.gitbash-feature/target/org.eclipse.oomph.gitbash-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.gitbash --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.gitbash-feature/target/org.eclipse.oomph.gitbash-1.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.gitbash --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.gitbash-feature/target/org.eclipse.oomph.gitbash-1.20.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.gitbash-feature/target/org.eclipse.oomph.gitbash-1.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.gitbash --- [INFO] [INFO] ----------< org.eclipse.oomph.features:org.eclipse.oomph.all >---------- [INFO] Building org.eclipse.oomph.all 2.6.0-SNAPSHOT [121/127] [INFO] from features/org.eclipse.oomph.all-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.all:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.all-feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.all --- [INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.all-feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.all --- [INFO] The project's OSGi version is 2.6.0.v20240529-0904 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.all --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.all --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.all --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.all --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.all-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.all --- [INFO] 398 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.oomph.all --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.all-feature/target/org.eclipse.oomph.all-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.all --- [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.all --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.oomph.all --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.all-feature/target/org.eclipse.oomph.all-2.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.all --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.all-feature/target/org.eclipse.oomph.all-2.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.oomph.all-feature/target/org.eclipse.oomph.all-2.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.all --- [INFO] [INFO] ---------------< org.eclipse.oomph:org.eclipse.oomph.tp >--------------- [INFO] Building org.eclipse.oomph.tp 1.0.0-SNAPSHOT [122/127] [INFO] from releng/org.eclipse.oomph.parent/tp/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.tp --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-target-definition (default-package-target-definition) @ org.eclipse.oomph.tp --- [INFO] [INFO] -------------< org.eclipse.oomph:org.eclipse.oomph.releng >------------- [INFO] Building org.eclipse.oomph.releng 1.0.0-SNAPSHOT [123/127] [INFO] from releng/org.eclipse.oomph.releng/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.releng --- [INFO] The project's OSGi version is 1.0.0.v20240520-1504 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.releng --- [INFO] Resolving class path of org.eclipse.oomph.releng [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.releng --- [INFO] Copying 0 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.releng --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.releng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.releng --- [INFO] All system scoped dependencies were mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.oomph.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng/target/org.eclipse.oomph.releng-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng/target/org.eclipse.oomph.releng-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.releng --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.oomph.releng --- [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng/target/org.eclipse.oomph.releng-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng/target/org.eclipse.oomph.releng-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.releng --- [INFO] [INFO] -------< org.eclipse.oomph:org.eclipse.oomph.releng.helpcenter >-------- [INFO] Building org.eclipse.oomph.releng.helpcenter 1.6.0-SNAPSHOT [124/127] [INFO] from releng/org.eclipse.oomph.releng.helpcenter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.oomph.releng.helpcenter --- [INFO] The project's OSGi version is 1.6.0.v20220914-1119 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.oomph.releng.helpcenter --- [INFO] Resolving class path of org.eclipse.oomph.releng.helpcenter [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.releng.helpcenter --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.oomph.releng.helpcenter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng.helpcenter/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.releng.helpcenter --- [INFO] 20 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.oomph.releng.helpcenter --- [INFO] Building jar: /home/jenkins/agent/workspace/build_master/releng/org.eclipse.oomph.releng.helpcenter/target/org.eclipse.oomph.releng.helpcenter-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.releng.helpcenter --- [INFO] [INFO] --------------< org.eclipse.oomph:org.eclipse.oomph.site >-------------- [INFO] Building org.eclipse.oomph.site 1.0.0-SNAPSHOT [125/127] [INFO] from sites/org.eclipse.oomph.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph:org.eclipse.oomph.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/sites/org.eclipse.oomph.site/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.site --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.site --- [INFO] The project's OSGi version is 1.0.0.v20240529-0904 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.oomph.site --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.site --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.site --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/sites/org.eclipse.oomph.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.oomph.site --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-products (default-publish-products) @ org.eclipse.oomph.site --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ org.eclipse.oomph.site --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ org.eclipse.oomph.site --- [INFO] [INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ org.eclipse.oomph.site --- [INFO] [INFO] --- tycho-p2-repository:4.0.7:archive-repository (default-archive-repository) @ org.eclipse.oomph.site --- [INFO] Building zip: /home/jenkins/agent/workspace/build_master/sites/org.eclipse.oomph.site/target/org.eclipse.oomph.site-1.0.0-SNAPSHOT.zip [INFO] [INFO] ----< org.eclipse.oomph:org.eclipse.oomph.setup.installer.product >----- [INFO] Building org.eclipse.oomph.setup.installer.product 1.33.0-SNAPSHOT [126/127] [INFO] from products/org.eclipse.oomph.setup.installer.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.oomph:org.eclipse.oomph.setup.installer.product:1.33.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.setup.installer.product --- [INFO] The project's OSGi version is 1.33.0.v20240601-0610 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- exec:3.0.0:exec (generate-products) @ org.eclipse.oomph.setup.installer.product --- [INFO] [main] Generate additional products [INFO] [main] /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product [INFO] [main] + cp Installer.p2.inf Installer-With-JRE.p2.inf [INFO] [main] + sed -e 's/uid="\([^"]*\)"/uid="\1.with-jre"/;s///' [INFO] [main] + for i in Installer Installer-With-JRE [INFO] [main] + echo Installer [INFO] [main] Installer [INFO] [main] + cp Installer.p2.inf Installer-Restricted.p2.inf [INFO] [main] + sed -e 's/uid="\([^"]*\)"/uid="\1.restricted"/' [INFO] [main] + for i in Installer Installer-With-JRE [INFO] [main] + echo Installer-With-JRE [INFO] [main] Installer-With-JRE [INFO] [main] + cp Installer-With-JRE.p2.inf Installer-With-JRE-Restricted.p2.inf [INFO] [main] + sed -e 's/uid="\([^"]*\)"/uid="\1.restricted"/' [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.oomph.setup.installer.product --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-products (default-publish-products) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- tycho-p2-repository:4.0.7:archive-repository (default-archive-repository) @ org.eclipse.oomph.setup.installer.product --- [INFO] [INFO] --- tycho-p2-director:4.0.7:materialize-products (materialize-products) @ org.eclipse.oomph.setup.installer.product --- [INFO] Installing product org.eclipse.oomph.setup.installer.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - win32/win32/x86_64] Installing org.eclipse.oomph.setup.installer.product 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - win32/win32/x86_64] Operation completed in 5688 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.installer.product 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - macosx/cocoa/x86_64] Operation completed in 4276 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.installer.product 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - macosx/cocoa/aarch64] Operation completed in 4123 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.installer.product 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - linux/gtk/x86_64] Operation completed in 3983 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.installer.product 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product - linux/gtk/aarch64] Operation completed in 3549 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - win32/win32/x86_64] Installing org.eclipse.oomph.setup.installer.product.with-jre 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - win32/win32/x86_64] Operation completed in 4497 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.installer.product.with-jre 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - macosx/cocoa/x86_64] Operation completed in 5513 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.installer.product.with-jre 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - macosx/cocoa/aarch64] Operation completed in 5258 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.installer.product.with-jre 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - linux/gtk/x86_64] Operation completed in 4924 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.installer.product.with-jre 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre - linux/gtk/aarch64] Operation completed in 5154 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.restricted for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - win32/win32/x86_64] Installing org.eclipse.oomph.setup.installer.product.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - win32/win32/x86_64] Operation completed in 3432 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.restricted for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.installer.product.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - macosx/cocoa/x86_64] Operation completed in 3649 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.restricted for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.installer.product.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - macosx/cocoa/aarch64] Operation completed in 4100 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.restricted for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.installer.product.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - linux/gtk/x86_64] Operation completed in 3732 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.restricted for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.installer.product.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.restricted - linux/gtk/aarch64] Operation completed in 3422 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre.restricted for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - win32/win32/x86_64] Installing org.eclipse.oomph.setup.installer.product.with-jre.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - win32/win32/x86_64] Operation completed in 5068 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre.restricted for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - macosx/cocoa/x86_64] Installing org.eclipse.oomph.setup.installer.product.with-jre.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - macosx/cocoa/x86_64] Operation completed in 5512 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre.restricted for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - macosx/cocoa/aarch64] Installing org.eclipse.oomph.setup.installer.product.with-jre.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - macosx/cocoa/aarch64] Operation completed in 4824 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre.restricted for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - linux/gtk/x86_64] Installing org.eclipse.oomph.setup.installer.product.with-jre.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - linux/gtk/x86_64] Operation completed in 4950 ms. [INFO] Installing product org.eclipse.oomph.setup.installer.product.with-jre.restricted for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - linux/gtk/aarch64] Installing org.eclipse.oomph.setup.installer.product.with-jre.restricted 1.33.0.v20240601-0610. [INFO] [materialize-products - org.eclipse.oomph.setup.installer.product.with-jre.restricted - linux/gtk/aarch64] Operation completed in 4494 ms. [INFO] [INFO] --- exec:3.0.0:exec (modify-products) @ org.eclipse.oomph.setup.installer.product --- [INFO] [main] Modify the projects [INFO] [main] /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product [INFO] [main] ++ find . -name eclipsec.exe [INFO] [main] + for i in $(find . -name "eclipsec.exe") [INFO] [main] + echo ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/aarch64/eclipsec.exe [INFO] [main] ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/aarch64/eclipsec.exe [INFO] [main] ++ dirname ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/aarch64/eclipsec.exe [INFO] [main] + mv ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/aarch64/eclipsec.exe ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/aarch64/eclipse-instc.exe [INFO] [main] + for i in $(find . -name "eclipsec.exe") [INFO] [main] + echo ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/x86_64/eclipsec.exe [INFO] [main] ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/x86_64/eclipsec.exe [INFO] [main] ++ dirname ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/x86_64/eclipsec.exe [INFO] [main] + mv ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/x86_64/eclipsec.exe ./target/org.eclipse.equinox.executable-3.8.2500.v20240513-1750/bin/win32/win32/x86_64/eclipse-instc.exe [INFO] [main] + OLD_IFS=' [INFO] [main] ' [INFO] [main] + IFS=' [INFO] [main] ' [INFO] [main] ++ find . -name eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] ../Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjli.dylib [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] ../Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjli.dylib [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] ../Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjli.dylib [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini [INFO] [main] + grep -e Eclipse './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar [INFO] [main] ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834 [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] ../Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjli.dylib [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/eclipse-inst.ini' [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/eclipse-inst.ini [INFO] [main] + for i in $(find . -name "eclipse-inst.ini") [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + grep -e Eclipse ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] EclipseᅡᅠInstaller [INFO] [main] + LC_ALL=C [INFO] [main] + sed -e 's/^Eclipse.*Installer$/Eclipse Installer/g;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ nightly == '' ]] [INFO] [main] + [[ nightly == none ]] [INFO] [main] + [[ nightly == nightly ]] [INFO] [main] + echo -Doomph.installer.update.url=https://download.eclipse.org/oomph/products/latest/repository [INFO] [main] + echo -Doomph.update.url=https://download.eclipse.org/oomph/updates/latest [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/eclipse-inst.ini [INFO] [main] + [[ 2024-06 != \n\o\n\e ]] [INFO] [main] ++ find . -name config.ini [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/x86_64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product/linux/gtk/aarch64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/x86_64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre/linux/gtk/aarch64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/configuration/config.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/configuration/config.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/configuration/config.ini [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + mv './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini.tmp' './target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app/Contents/Eclipse/configuration/config.ini' [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/x86_64/eclipse-installer/configuration/config.ini [INFO] [main] + for i in $(find . -name "config.ini") [INFO] [main] + [[ ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini == *.restricted* ]] [INFO] [main] + echo ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] + script='s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + script='s/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' [INFO] [main] + sed -e 's/^\(oomph.setup.product.filter=$\)/\1(?\!org\\\\.eclipse\\\\.products\\\\.org\\\\.eclipse\\\\.platform\\\\.ide).*/;s/^\(oomph.setup.product.catalog.filter=$\)/\1org\\\\.eclipse\\\\.products/;s/^\(oomph.setup.product.version.filter=$\)/\1.*\\\\.2024-06/;' ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] + mv ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini.tmp ./target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/linux/gtk/aarch64/eclipse-installer/configuration/config.ini [INFO] [main] + IFS=' [INFO] [main] ' [INFO] [INFO] --- eclipse-winsigner:1.4.3:sign (installer-executables) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:35:20 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-inst.exe' [INFO] [Sun Jun 02 03:35:23 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/win32/win32/x86_64/eclipse-instc.exe' [INFO] [Sun Jun 02 03:35:27 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-instc.exe' [INFO] [Sun Jun 02 03:35:30 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/win32/win32/x86_64/eclipse-inst.exe' [INFO] [Sun Jun 02 03:35:33 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-instc.exe' [INFO] [Sun Jun 02 03:35:36 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-instc.exe' [INFO] [Sun Jun 02 03:35:40 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/win32/win32/x86_64/eclipse-inst.exe' [INFO] [Sun Jun 02 03:35:43 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/win32/win32/x86_64/eclipse-inst.exe' [INFO] [INFO] --- eclipse-macsigner:1.4.3:sign (default) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:35:53 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/x86_64/Eclipse Installer.app'... [INFO] [Sun Jun 02 03:36:11 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/x86_64/Eclipse Installer.app'... [INFO] [Sun Jun 02 03:36:32 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product/macosx/cocoa/aarch64/Eclipse Installer.app'... [INFO] [Sun Jun 02 03:36:51 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/x86_64/Eclipse Installer.app'... [INFO] [Sun Jun 02 03:37:15 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre/macosx/cocoa/aarch64/Eclipse Installer.app'... [INFO] [Sun Jun 02 03:37:33 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/aarch64/Eclipse Installer.app'... [INFO] [Sun Jun 02 03:37:51 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted/macosx/cocoa/aarch64/Eclipse Installer.app'... [INFO] [Sun Jun 02 03:38:10 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted/macosx/cocoa/x86_64/Eclipse Installer.app'... [INFO] [INFO] --- tycho-p2-director:4.0.7:archive-products (archive-products) @ org.eclipse.oomph.setup.installer.product --- [INFO] Building zip: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/products/org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz [INFO] [INFO] --- exec:3.0.0:exec (repackage-products) @ org.eclipse.oomph.setup.installer.product --- [INFO] [main] Repackage all the products [INFO] [main] /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product [INFO] [main] + cd ../.. [INFO] [main] + GIT=/home/jenkins/agent/workspace/build_master [INFO] [main] + cd - [INFO] [main] /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product [INFO] [main] + mkdir -p target/repackaged-products [INFO] [main] + cd target/products [INFO] [main] ++ ls [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product == *linux* ]] [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product-linux.gtk.aarch64.tar.gz ../repackaged-products/eclipse-inst-linux-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *linux* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product-linux.gtk.x86_64.tar.gz ../repackaged-products/eclipse-inst-linux64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product-macosx.cocoa.aarch64.tar.gz ../repackaged-products/eclipse-inst-mac-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product-macosx.cocoa.x86_64.tar.gz ../repackaged-products/eclipse-inst-mac64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.restricted' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted == *linux* ]] [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.aarch64.tar.gz ../repackaged-products/eclipse-inst-restricted-linux-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *linux* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.restricted-linux.gtk.x86_64.tar.gz ../repackaged-products/eclipse-inst-restricted-linux64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.aarch64.tar.gz ../repackaged-products/eclipse-inst-restricted-mac-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.restricted-macosx.cocoa.x86_64.tar.gz ../repackaged-products/eclipse-inst-restricted-mac64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip ../repackaged-products/eclipse-inst-restricted-win64.zip [INFO] [main] + extractor=eclipse-inst-restricted-win64.exe [INFO] [main] + descriptor=descriptor-64.txt [INFO] [main] + product=org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip [INFO] [main] + marker=/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [main] + echo 'Creating eclipse-inst-restricted-win64.exe' [INFO] [main] Creating eclipse-inst-restricted-win64.exe [INFO] [main] + cat /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/extractor-64.exe /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT.jar /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/Concat/descriptor-64.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt org.eclipse.oomph.setup.installer.product.restricted-win32.win32.x86_64.zip /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip ../repackaged-products/eclipse-inst-win64.zip [INFO] [main] + extractor=eclipse-inst-win64.exe [INFO] [main] + descriptor=descriptor-64.txt [INFO] [main] + product=org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip [INFO] [main] + marker=/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [main] + echo 'Creating eclipse-inst-win64.exe' [INFO] [main] Creating eclipse-inst-win64.exe [INFO] [main] + cat /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/extractor-64.exe /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT.jar /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/Concat/descriptor-64.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt org.eclipse.oomph.setup.installer.product-win32.win32.x86_64.zip /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre == *linux* ]] [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.aarch64.tar.gz ../repackaged-products/eclipse-inst-jre-linux-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *linux* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre-linux.gtk.x86_64.tar.gz ../repackaged-products/eclipse-inst-jre-linux64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.aarch64.tar.gz ../repackaged-products/eclipse-inst-jre-mac-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre-macosx.cocoa.x86_64.tar.gz ../repackaged-products/eclipse-inst-jre-mac64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted == *linux* ]] [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.aarch64.tar.gz ../repackaged-products/eclipse-inst-jre-restricted-linux-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *linux*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *linux* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre.restricted-linux.gtk.x86_64.tar.gz ../repackaged-products/eclipse-inst-jre-restricted-linux64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.aarch64.tar.gz ../repackaged-products/eclipse-inst-jre-restricted-mac-aarch64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz == *mac*aarch64.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz == *mac*aarch64* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz == *mac*.dmg ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz == *mac* ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre.restricted-macosx.cocoa.x86_64.tar.gz ../repackaged-products/eclipse-inst-jre-restricted-mac64.tar.gz [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip == *restricted* ]] [INFO] [main] + restricted=-restricted [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip ../repackaged-products/eclipse-inst-jre-restricted-win64.zip [INFO] [main] + extractor=eclipse-inst-jre-restricted-win64.exe [INFO] [main] + descriptor=descriptor-tar-64.txt [INFO] [main] + mkdir -p tmp [INFO] [main] + cd tmp [INFO] [main] + unzip -qq ../org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.zip [INFO] [main] + tar --format=gnu -cf ../org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.tar artifacts.xml configuration eclipse-instc.exe eclipse-inst.exe eclipse-inst.ini features p2 plugins readme [INFO] [main] + cd .. [INFO] [main] + rm -rf tmp [INFO] [main] + product=org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.tar [INFO] [main] + marker=/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [main] + echo 'Creating eclipse-inst-jre-restricted-win64.exe' [INFO] [main] Creating eclipse-inst-jre-restricted-win64.exe [INFO] [main] + cat /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/extractor-64.exe /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT.jar /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/Concat/descriptor-tar-64.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt org.eclipse.oomph.setup.installer.product.with-jre.restricted-win32.win32.x86_64.tar /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [main] + for i in $(ls) [INFO] [main] + echo 'Processing org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip' [INFO] [main] Processing org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip == *restricted* ]] [INFO] [main] + restricted= [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip == *.zip ]] [INFO] [main] + [[ org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip == *with-jre* ]] [INFO] [main] + cp org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip ../repackaged-products/eclipse-inst-jre-win64.zip [INFO] [main] + extractor=eclipse-inst-jre-win64.exe [INFO] [main] + descriptor=descriptor-tar-64.txt [INFO] [main] + mkdir -p tmp [INFO] [main] + cd tmp [INFO] [main] + unzip -qq ../org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.zip [INFO] [main] + tar --format=gnu -cf ../org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.tar artifacts.xml configuration eclipse-instc.exe eclipse-inst.exe eclipse-inst.ini features p2 plugins readme [INFO] [main] + cd .. [INFO] [main] + rm -rf tmp [INFO] [main] + product=org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.tar [INFO] [main] + marker=/home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [main] + echo 'Creating eclipse-inst-jre-win64.exe' [INFO] [main] Creating eclipse-inst-jre-win64.exe [INFO] [main] + cat /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/extractor-64.exe /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor.lib/target/org.eclipse.oomph.extractor.lib-1.9.0-SNAPSHOT.jar /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/Concat/descriptor-tar-64.txt /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt org.eclipse.oomph.setup.installer.product.with-jre-win32.win32.x86_64.tar /home/jenkins/agent/workspace/build_master/plugins/org.eclipse.oomph.extractor/marker.txt [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:41:21 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-mac64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product-with-jre) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:41:35 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-jre-mac64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product-restricted) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:41:51 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-restricted-mac64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product-with-jre-restricted) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:42:03 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-jre-restricted-mac64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product-aarch64) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:42:19 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-mac-aarch64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product-with-jre-aarch64) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:42:30 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-jre-mac-aarch64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product-restricted-aarch64) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:42:45 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-restricted-mac-aarch64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (product-with-jre-restricted-aarch64) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:42:58 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-jre-restricted-mac-aarch64.tar.gz'... [INFO] [INFO] --- eclipse-winsigner:1.4.3:sign (installer-product-executables) @ org.eclipse.oomph.setup.installer.product --- [INFO] [Sun Jun 02 03:43:13 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-restricted-win64.exe' [INFO] [Sun Jun 02 03:43:20 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-jre-restricted-win64.exe' [INFO] [Sun Jun 02 03:43:29 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-jre-win64.exe' [INFO] [Sun Jun 02 03:43:39 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products/eclipse-inst-win64.exe' [INFO] [INFO] --------------< org.eclipse.oomph:org.eclipse.oomph.root >-------------- [INFO] Building org.eclipse.oomph.root 1.1.0-SNAPSHOT [127/127] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.root --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.oomph.parent 1.0.0-SNAPSHOT ............ SUCCESS [ 0.203 s] [INFO] org.eclipse.oomph.features 1.1.0-SNAPSHOT .......... SUCCESS [ 1.907 s] [INFO] org.eclipse.oomph.plugins 1.1.0-SNAPSHOT ........... SUCCESS [ 0.018 s] [INFO] org.eclipse.oomph.util 1.22.0-SNAPSHOT ............. SUCCESS [01:07 min] [INFO] org.eclipse.oomph.base 1.18.0-SNAPSHOT ............. SUCCESS [ 9.295 s] [INFO] org.eclipse.oomph.base.edit 1.17.0-SNAPSHOT ........ SUCCESS [ 8.199 s] [INFO] org.eclipse.oomph.ui 1.22.0-SNAPSHOT ............... SUCCESS [ 32.095 s] [INFO] org.eclipse.oomph.manifests 1.13.0-SNAPSHOT ........ SUCCESS [ 32.017 s] [INFO] org.eclipse.oomph.license 1.6.0-SNAPSHOT ........... SUCCESS [ 7.025 s] [INFO] org.eclipse.oomph.manifests 1.15.0-SNAPSHOT ........ SUCCESS [ 7.717 s] [INFO] org.eclipse.oomph.junit 1.3.0-SNAPSHOT ............. SUCCESS [ 7.894 s] [INFO] org.eclipse.oomph.p2 1.17.0-SNAPSHOT ............... SUCCESS [ 8.205 s] [INFO] org.eclipse.oomph.p2.core 1.29.0-SNAPSHOT .......... SUCCESS [ 13.758 s] [INFO] org.eclipse.oomph.tests 1.13.0-SNAPSHOT ............ SUCCESS [ 7.421 s] [INFO] org.eclipse.oomph.p2.tests 1.16.0-SNAPSHOT ......... SUCCESS [ 39.045 s] [INFO] org.eclipse.oomph.preferences 1.14.0-SNAPSHOT ...... SUCCESS [ 8.111 s] [INFO] org.eclipse.oomph.setup 1.29.0-SNAPSHOT ............ SUCCESS [ 11.185 s] [INFO] org.eclipse.oomph.setup.p2 1.21.0-SNAPSHOT ......... SUCCESS [ 8.167 s] [INFO] org.eclipse.oomph.setup.core 1.31.0-SNAPSHOT ....... SUCCESS [ 11.291 s] [INFO] org.eclipse.oomph.setup.sync 1.17.0-SNAPSHOT ....... SUCCESS [ 9.172 s] [INFO] org.eclipse.oomph.setup.sync.tests 1.14.0-SNAPSHOT . SUCCESS [ 17.517 s] [INFO] org.eclipse.oomph.ui.tests 1.14.0-SNAPSHOT ......... SUCCESS [ 8.810 s] [INFO] org.eclipse.oomph.p2.edit 1.17.0-SNAPSHOT .......... SUCCESS [ 7.550 s] [INFO] org.eclipse.oomph.p2.ui 1.22.0-SNAPSHOT ............ SUCCESS [ 10.724 s] [INFO] org.eclipse.oomph.extractor.lib 1.9.0-SNAPSHOT ..... SUCCESS [ 6.953 s] [INFO] org.eclipse.oomph.jreinfo 1.19.0-SNAPSHOT .......... SUCCESS [ 7.641 s] [INFO] org.eclipse.oomph.jreinfo.ui 1.16.0-SNAPSHOT ....... SUCCESS [ 8.036 s] [INFO] org.eclipse.oomph.setup.edit 1.17.0-SNAPSHOT ....... SUCCESS [ 8.393 s] [INFO] org.eclipse.oomph.setup.p2.edit 1.16.0-SNAPSHOT .... SUCCESS [ 7.228 s] [INFO] org.eclipse.oomph.setup.ui 1.30.0-SNAPSHOT ......... SUCCESS [ 13.802 s] [INFO] org.eclipse.oomph.setup.installer 1.33.0-SNAPSHOT .. SUCCESS [ 14.076 s] [INFO] org.eclipse.oomph.util.pde 1.12.0-SNAPSHOT ......... SUCCESS [ 8.009 s] [INFO] org.eclipse.oomph.predicates 1.17.0-SNAPSHOT ....... SUCCESS [ 11.380 s] [INFO] org.eclipse.oomph.predicates.edit 1.15.0-SNAPSHOT .. SUCCESS [ 7.571 s] [INFO] org.eclipse.oomph.resources 1.20.0-SNAPSHOT ........ SUCCESS [ 8.016 s] [INFO] org.eclipse.oomph.resources.edit 1.14.0-SNAPSHOT ... SUCCESS [ 7.416 s] [INFO] org.eclipse.oomph.util.doc 1.14.0-SNAPSHOT ......... SUCCESS [ 10.572 s] [INFO] org.eclipse.oomph.p2.doc 1.14.0-SNAPSHOT ........... SUCCESS [ 8.719 s] [INFO] org.eclipse.oomph.p2 1.30.0-SNAPSHOT ............... SUCCESS [ 7.124 s] [INFO] org.eclipse.oomph.setup.workbench 1.15.0-SNAPSHOT .. SUCCESS [ 8.203 s] [INFO] org.eclipse.oomph.setup.workbench.edit 1.14.0-SNAPSHOT SUCCESS [ 8.062 s] [INFO] org.eclipse.oomph.setup.pde 1.15.0-SNAPSHOT ........ SUCCESS [ 10.450 s] [INFO] org.eclipse.oomph.setup.jdt 1.22.0-SNAPSHOT ........ SUCCESS [ 7.583 s] [INFO] org.eclipse.oomph.setup.jdt.edit 1.16.0-SNAPSHOT ... SUCCESS [ 7.350 s] [INFO] org.eclipse.oomph.setup.mylyn 1.19.0-SNAPSHOT ...... SUCCESS [ 13.972 s] [INFO] org.eclipse.oomph.setup.projects 1.16.0-SNAPSHOT ... SUCCESS [ 7.944 s] [INFO] org.eclipse.oomph.setup.maven 1.20.0-SNAPSHOT ...... SUCCESS [ 9.736 s] [INFO] org.eclipse.oomph.setup.maven.edit 1.16.0-SNAPSHOT . SUCCESS [ 7.319 s] [INFO] org.eclipse.oomph.targlets 1.19.0-SNAPSHOT ......... SUCCESS [ 8.197 s] [INFO] org.eclipse.oomph.targlets.edit 1.15.0-SNAPSHOT .... SUCCESS [ 7.949 s] [INFO] org.eclipse.oomph.targlets.core 1.20.0-SNAPSHOT .... SUCCESS [ 9.196 s] [INFO] org.eclipse.oomph.setup.targlets 1.16.0-SNAPSHOT ... SUCCESS [ 8.427 s] [INFO] org.eclipse.oomph.setup.targlets.edit 1.14.0-SNAPSHOT SUCCESS [ 8.203 s] [INFO] org.eclipse.oomph.setup.mylyn.edit 1.14.0-SNAPSHOT . SUCCESS [ 8.932 s] [INFO] org.eclipse.oomph.workingsets 1.14.0-SNAPSHOT ...... SUCCESS [ 7.381 s] [INFO] org.eclipse.oomph.workingsets.edit 1.13.0-SNAPSHOT . SUCCESS [ 7.527 s] [INFO] org.eclipse.oomph.workingsets.editor 1.16.0-SNAPSHOT SUCCESS [ 8.390 s] [INFO] org.eclipse.oomph.setup.editor 1.27.0-SNAPSHOT ..... SUCCESS [ 11.589 s] [INFO] org.eclipse.oomph.setup.workingsets 1.17.0-SNAPSHOT SUCCESS [ 7.436 s] [INFO] org.eclipse.oomph.setup.workingsets.edit 1.14.0-SNAPSHOT SUCCESS [ 7.120 s] [INFO] org.eclipse.oomph.setup.projects.edit 1.15.0-SNAPSHOT SUCCESS [ 7.801 s] [INFO] org.eclipse.oomph.setup.projectset 1.14.0-SNAPSHOT . SUCCESS [ 8.023 s] [INFO] org.eclipse.oomph.setup.git 1.26.0-SNAPSHOT ........ SUCCESS [ 9.701 s] [INFO] org.eclipse.oomph.setup.git.edit 1.16.0-SNAPSHOT ... SUCCESS [ 7.495 s] [INFO] org.eclipse.oomph.setup.projectset.edit 1.14.0-SNAPSHOT SUCCESS [ 7.841 s] [INFO] org.eclipse.oomph.setup.launching 1.15.0-SNAPSHOT .. SUCCESS [ 7.357 s] [INFO] org.eclipse.oomph.setup.ui.ide 1.12.0-SNAPSHOT ..... SUCCESS [ 12.380 s] [INFO] org.eclipse.oomph.setup.launching.edit 1.15.0-SNAPSHOT SUCCESS [ 7.280 s] [INFO] org.eclipse.oomph.setup.pde.edit 1.15.0-SNAPSHOT ... SUCCESS [ 9.720 s] [INFO] org.eclipse.oomph.setup.doc 1.14.0-SNAPSHOT ........ SUCCESS [ 16.990 s] [INFO] org.eclipse.oomph.setup.ui.questionnaire 1.13.0-SNAPSHOT SUCCESS [ 8.945 s] [INFO] org.eclipse.oomph.setup.installer 1.33.0-SNAPSHOT .. SUCCESS [ 5.999 s] [INFO] org.eclipse.oomph.setup.installer.tests 1.13.0-SNAPSHOT SUCCESS [ 28.528 s] [INFO] org.eclipse.oomph.setup.tests 1.14.0-SNAPSHOT ...... SUCCESS [ 17.717 s] [INFO] org.eclipse.oomph.extractor.lib.tests 1.8.0-SNAPSHOT SUCCESS [ 7.219 s] [INFO] org.eclipse.oomph.version 1.16.0-SNAPSHOT .......... SUCCESS [ 8.523 s] [INFO] org.eclipse.oomph.version.digest 1.11.0-SNAPSHOT ... SUCCESS [ 7.454 s] [INFO] org.eclipse.oomph.version.ui 1.16.0-SNAPSHOT ....... SUCCESS [ 10.621 s] [INFO] org.eclipse.oomph.version.tests 1.14.0-SNAPSHOT .... SUCCESS [ 33.460 s] [INFO] org.eclipse.oomph.targlets.tests 1.13.0-SNAPSHOT ... SUCCESS [ 21.022 s] [INFO] org.eclipse.oomph.tests 1.23.0-SNAPSHOT ............ SUCCESS [ 10.260 s] [INFO] org.eclipse.oomph.projectconfig 1.14.0-SNAPSHOT .... SUCCESS [ 8.607 s] [INFO] org.eclipse.oomph.preferences.edit 1.13.0-SNAPSHOT . SUCCESS [ 9.131 s] [INFO] org.eclipse.oomph.projectconfig.edit 1.13.0-SNAPSHOT SUCCESS [ 8.669 s] [INFO] org.eclipse.oomph.preferences.editor 1.15.0-SNAPSHOT SUCCESS [ 12.474 s] [INFO] org.eclipse.oomph.projectconfig.editor 1.15.0-SNAPSHOT SUCCESS [ 10.356 s] [INFO] org.eclipse.oomph.projectconfig 1.18.0-SNAPSHOT .... SUCCESS [ 8.848 s] [INFO] org.eclipse.oomph.util 1.28.0-SNAPSHOT ............. SUCCESS [ 11.137 s] [INFO] org.eclipse.oomph.version.headless 1.18.0-SNAPSHOT . SUCCESS [ 6.972 s] [INFO] org.eclipse.oomph.workingsets 1.19.0-SNAPSHOT ...... SUCCESS [ 10.448 s] [INFO] org.eclipse.oomph.ostools 1.14.0-SNAPSHOT .......... SUCCESS [ 8.800 s] [INFO] org.eclipse.oomph.ostools 1.15.0-SNAPSHOT .......... SUCCESS [ 10.703 s] [INFO] org.eclipse.oomph.setup.projectset 1.17.0-SNAPSHOT . SUCCESS [ 7.060 s] [INFO] org.eclipse.oomph.setup.sdk 1.7.0-SNAPSHOT ......... SUCCESS [ 10.598 s] [INFO] org.eclipse.oomph.setup.git 1.26.0-SNAPSHOT ........ SUCCESS [ 7.062 s] [INFO] org.eclipse.oomph.setup.maven 1.21.0-SNAPSHOT ...... SUCCESS [ 10.668 s] [INFO] org.eclipse.oomph.setup.workbench 1.18.0-SNAPSHOT .. SUCCESS [ 7.111 s] [INFO] org.eclipse.oomph.setup.launching 1.18.0-SNAPSHOT .. SUCCESS [ 10.428 s] [INFO] org.eclipse.oomph.setup.pde 1.17.0-SNAPSHOT ........ SUCCESS [ 7.259 s] [INFO] org.eclipse.oomph.setup.projects 1.18.0-SNAPSHOT ... SUCCESS [ 9.317 s] [INFO] org.eclipse.oomph.setup.workingsets 1.19.0-SNAPSHOT SUCCESS [ 8.332 s] [INFO] org.eclipse.oomph.setup.core 1.31.0-SNAPSHOT ....... SUCCESS [ 7.273 s] [INFO] org.eclipse.oomph.setup 1.32.0-SNAPSHOT ............ SUCCESS [ 9.478 s] [INFO] org.eclipse.oomph.setup.ui.ide 1.17.0-SNAPSHOT ..... SUCCESS [ 8.329 s] [INFO] org.eclipse.oomph.setup.targlets 1.19.0-SNAPSHOT ... SUCCESS [ 9.078 s] [INFO] org.eclipse.oomph.setup.jdt 1.23.0-SNAPSHOT ........ SUCCESS [ 8.303 s] [INFO] org.eclipse.oomph.setup.mylyn 1.20.0-SNAPSHOT ...... SUCCESS [ 11.219 s] [INFO] org.eclipse.oomph.setup.sdk 1.31.0-SNAPSHOT ........ SUCCESS [ 8.261 s] [INFO] org.eclipse.oomph.targlets.editor 1.15.0-SNAPSHOT .. SUCCESS [ 10.658 s] [INFO] org.eclipse.oomph.targlets.ui 1.15.0-SNAPSHOT ...... SUCCESS [ 11.902 s] [INFO] org.eclipse.oomph.targlets.doc 1.14.0-SNAPSHOT ..... SUCCESS [ 10.176 s] [INFO] org.eclipse.oomph.targlets 1.25.0-SNAPSHOT ......... SUCCESS [ 7.369 s] [INFO] org.eclipse.oomph.launches 1.13.0-SNAPSHOT ......... SUCCESS [ 9.763 s] [INFO] org.eclipse.oomph.launches 1.15.0-SNAPSHOT ......... SUCCESS [ 8.379 s] [INFO] org.eclipse.oomph.projectcopy 1.12.0-SNAPSHOT ...... SUCCESS [ 11.718 s] [INFO] org.eclipse.oomph.projectcopy 1.14.0-SNAPSHOT ...... SUCCESS [ 7.096 s] [INFO] org.eclipse.oomph.version 1.21.0-SNAPSHOT .......... SUCCESS [ 10.669 s] [INFO] org.eclipse.oomph.preferences 1.18.0-SNAPSHOT ...... SUCCESS [ 7.114 s] [INFO] org.eclipse.oomph.gitbash 1.19.0-SNAPSHOT .......... SUCCESS [ 10.640 s] [INFO] org.eclipse.oomph.gitbash 1.20.0-SNAPSHOT .......... SUCCESS [ 7.309 s] [INFO] org.eclipse.oomph.all 2.6.0-SNAPSHOT ............... SUCCESS [ 9.356 s] [INFO] org.eclipse.oomph.tp 1.0.0-SNAPSHOT ................ SUCCESS [ 0.005 s] [INFO] org.eclipse.oomph.releng 1.0.0-SNAPSHOT ............ SUCCESS [ 8.559 s] [INFO] org.eclipse.oomph.releng.helpcenter 1.6.0-SNAPSHOT . SUCCESS [ 0.207 s] [INFO] org.eclipse.oomph.site 1.0.0-SNAPSHOT .............. SUCCESS [ 11.767 s] [INFO] org.eclipse.oomph.setup.installer.product 1.33.0-SNAPSHOT SUCCESS [11:00 min] [INFO] org.eclipse.oomph.root 1.1.0-SNAPSHOT .............. SUCCESS [ 0.046 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33:17 min [INFO] Finished at: 2024-06-02T03:43:45Z [INFO] ------------------------------------------------------------------------ Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText ... 2 more [Pipeline] } Terminating xvnc. Sun Jun 2 03:43:51 2024 ComparingUpdateTracker: 0 pixels in / 0 pixels out ComparingUpdateTracker: (1:-nan ratio) [Pipeline] // xvnc [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 131 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sh + BASH=/bin/bash + [[ false == true ]] + echo GIT=/home/jenkins/agent/workspace/build_master GIT=/home/jenkins/agent/workspace/build_master + /bin/bash releng/org.eclipse.oomph.releng/hudson/repackage.sh Zipping update site Copying repackaged-products Copying eclipse-inst-jre-linux64.tar.gz Copying eclipse-inst-jre-linux-aarch64.tar.gz Copying eclipse-inst-jre-mac64.dmg Notarizing eclipse-inst-jre-mac64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 67 104M 0 0 67 70.2M 0 103M 0:00:01 --:--:-- 0:00:01 103M 100 104M 0 0 100 104M 0 51.5M 0:00:02 0:00:02 --:--:-- 51.5M 100 104M 100 150 100 104M 63 44.4M 0:00:02 0:00:02 --:--:-- 44.4M Progress: {"uuid":"1ddcc292-55f6-4922-a540-f2e329adb5b7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"1ddcc292-55f6-4922-a540-f2e329adb5b7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"1ddcc292-55f6-4922-a540-f2e329adb5b7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"1ddcc292-55f6-4922-a540-f2e329adb5b7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"1ddcc292-55f6-4922-a540-f2e329adb5b7","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"dfe382d2-b054-457f-95fc-465d86cec13d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg\",\n \"uploadDate\": \"2024-06-02T03:44:16.848Z\",\n \"sha256\": \"5b0aec2a5c94634ccc1e6406450762416b2fd9fafa27912e50d62a5df57bbd68\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea46694cd9bbf9aa12effb325b70b46648aee48e\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8fbfe4e0fe031144f98ab3c7a1f0c1f84d1c38e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.with-jre.executable.cocoa.macosx.x86_64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"625bc1a2b690f06e5793ae7a3e662e2cdd4ad95a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3226672f4062d4070607232ae68c662cab0ec20d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec7c36121ba07c8065af3fb1dec5f7abf75cf231\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3d915da787877d76923085bc457108890961cab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"212bcebaf37b936ca1cfaf39211943aefedf4f05\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"152157138f6bd98c7ab5697ade26ca41d51977e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b00a9249445291fa73744d28b8ff62b4bf9d80e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae219fcf07c986cc944ee8a57f35a5450b7c8378\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f7124207fe636725fe58dd0c712911a7422da06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202d75abd0a0f011b89f99635e326e96df9ef5a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5be3b46a14a106df4559c1477c3e0b6d5cd4a1d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"036639669169ec78f1934d930361559027b21b20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f211c260ad390cbc42d02ba6234a21eff5741692\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c4ba423b89aaeb6819c01f573491d642cc8f6ed\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82198af63db9f212e9a144374c5820f89faaca1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d629f1e575412253d6b8af21ce8dc4dfe96dd3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"767b213c426ad2d89b873d28007da5c319a07391\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01198f1b9af59b0fc2fbdcd4f49258ef9793bca8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e6050d0ff74ac7d19e8e6ea5658c34296d079f0e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e708c64f3dbb27bb27a705162b65ff4e7b6a823d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e3ffba6d4a70f622381d4c67393fe25ce1cf0cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f6402df6818d855cf07aaa5487dd248c18b5252\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f70651b7ddbcd0f5e3d6f4572d1fe0d3b682769c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ca8a9e44da7db17ea481698b2d7cc097b93825\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6c7aa845bec590830af21dfd30278588a5b3242f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b4d669bc5a00404de104c09e5b3395e2d4ed5f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b92f70ec8ab84886f695edbe0f73c12a07a634b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1a6081d98b9aa659b01c8d9a2e2ce73fa393abe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2889400b529725bcf482bd62154bb03d2aa9af80\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6711ec559f895ff7ab1798f80b33507b4966b27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c800c7e1ade4bc98ca0f9e00a9b20e42a15deeaa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c769258751f7721a8b4b0fb459429f73cc45721f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45e63ce46f274b3185550ffbc1453e4c90e72a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c891e6685fccfbef4a2b56a33ccda12533589944\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1d1503409359b6721ce52402f0821799653e744\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60aefff65a7a14e7235c6f97938c0b851987c222\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6d8610cddd69a95e8aaac7039134ab6916f9f99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e2c7d5971977e59eaa0f0fbcd607835c323598e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e3ffba6d4a70f622381d4c67393fe25ce1cf0cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ace6cda9eb199a70b7b6fa30011e7bcb9b8c99b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac64.1717299839118163494-6672769028281916474.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8fbfe4e0fe031144f98ab3c7a1f0c1f84d1c38e\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392k 0 392k 0 0 8173k 0 --:--:-- --:--:-- --:--:-- 8006k 100 71.8M 0 71.8M 0 0 68.4M 0 --:--:-- 0:00:01 --:--:-- 68.4M 100 104M 0 104M 0 0 68.2M 0 --:--:-- 0:00:01 --:--:-- 68.2M curl: Saved to filename 'eclipse-inst-jre-mac64.1717299839118163494.dmg' total 214120 810989102 0 drwxr-sr-x. 2 jenkins 1002500000 126 Jun 2 03:48 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 03:43 .. 810989099 107060 -rw-r--r--. 1 jenkins 1002500000 109626162 Jun 2 03:48 eclipse-inst-jre-mac64.1717299839118163494.dmg 810989103 107056 -rw-r--r--. 1 jenkins 1002500000 109623464 Jun 2 03:41 eclipse-inst-jre-mac64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-jre-mac64.tar.gz Copying eclipse-inst-jre-mac-aarch64.dmg Notarizing eclipse-inst-jre-mac-aarch64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 71 103M 0 0 71 73.5M 0 87.0M 0:00:01 --:--:-- 0:00:01 86.9M 100 103M 0 0 100 103M 0 47.0M 0:00:02 0:00:02 --:--:-- 47.0M 100 103M 100 150 100 103M 60 41.5M 0:00:02 0:00:02 --:--:-- 41.5M Progress: {"uuid":"51006284-2a26-4d19-93cc-f2c854a60df1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"51006284-2a26-4d19-93cc-f2c854a60df1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"51006284-2a26-4d19-93cc-f2c854a60df1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"51006284-2a26-4d19-93cc-f2c854a60df1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"51006284-2a26-4d19-93cc-f2c854a60df1","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d0810d62-9d19-4b6b-83e8-80253bfdf81a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg\",\n \"uploadDate\": \"2024-06-02T03:48:17.570Z\",\n \"sha256\": \"5390aecbb150fdf3c6675e4f1a99b37462316664c4662f8eb354db38a83ec5f0\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1c37ea5f337e8af5a4d1df9e498b3ae250fbf928\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b00ed30ef9c70bdc85fa58454270162e7481e6f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.with-jre.executable.cocoa.macosx.aarch64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb3e9d313b77cf144d8d8bde0e47d3cf9ac7924a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41a0f04c12e3b9f024df78cc233ea5101c7cc4c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3036da7d418fccbc239916758b82b7020348eaa1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd0122cd8958b645b0f85ea43047c29d344985b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd505e9b2dde412187a549e4a1742b2680ab4ad7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"789588143606e312b3ae041290de0a76a696a4d1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"185620b64caaecaed20e6b7ee333a6bb9863cc7b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56bd4b1522395183d50c8578000c93e23126d0a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13b870d9869062e6104b30d3d00862f35316c803\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"107187d731166d14a7d48c5cb461abbe14dc178a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4d1793e99c8806ff2af19822cb76d629c581bf8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881cb37282fb6dbd67667fb901b13b930080e9b9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a1ac014b725c959446114114db76970a9498e86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d790aa00f0af6132e4d3ec510f52584819ee76a2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a2d7d2e26560ed8ad9ccdf4620726626273328a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68e46471dbd2e7b17aa1cdadaaf6abbe2d52152a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d20373aa84d18c7daf6f24106dd7d51487fd827d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f27a3b16e5c69731c72b919eee275d9709623082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d682d762241ace0c07bcb003272df25bedd0dfaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"505772e0840e2fde3f6bcf204d16127e2f543725\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e0f8cc3a93a22d400349e890ea7989b9e5bbed9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd4fb4f423e4ae722c9528f8a3047711a2033446\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8110d776df47040f6a794260581c6af1d7172b0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0b0c70f7a08d3cc87d773683948f34bb98ab82e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7aa260ff9d32b54c4fd7fc586e1dbafc719c2bd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db426f7bbbd166ddf2a35152cea90fdc904181a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40035c86e0e80e60914a366c7a589f1f7d11af2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea6b5963e5f1b979c369b588265126cb65ab88a6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdcf9d874734879cab62cbe3445fad1776c09e9b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a8a48f3485fa3784bf19ba170db84097b82b199\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d04eb5624fe9a900ca85baa72ae432d99bf1e1c6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6c4c6d7b716f528a5d282e7be55d3b5d1667fb06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e4df32cab96c7bfbf0bc5749de816ef50ccf4ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a25d0e157c6e4362ff8e044190c355e51f11fc7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83903df813f556c799f11f807b0dd67682ef1c54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3f98ab2553f7d7cfc29b4b65f2285ffb714982b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76257c14145991f30c45532815f0dc70796cf599\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a9579f840be22b2038bb5151b775e9247f329c66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e0f8cc3a93a22d400349e890ea7989b9e5bbed9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a992bbde78a74fb31a82c994f33639f44e41a8f8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-mac-aarch64.1717299839118163494-8027491253849796713.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b00ed30ef9c70bdc85fa58454270162e7481e6f\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1377k 0 1377k 0 0 24.4M 0 --:--:-- --:--:-- --:--:-- 24.0M 100 73.8M 0 73.8M 0 0 69.9M 0 --:--:-- 0:00:01 --:--:-- 69.9M 100 103M 0 103M 0 0 72.3M 0 --:--:-- 0:00:01 --:--:-- 72.2M curl: Saved to filename 'eclipse-inst-jre-mac-aarch64.1717299839118163494.dmg' total 212192 1147178639 0 drwxr-sr-x. 2 jenkins 1002500000 138 Jun 2 03:52 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 03:48 .. 1147178641 106096 -rw-r--r--. 1 jenkins 1002500000 108638217 Jun 2 03:52 eclipse-inst-jre-mac-aarch64.1717299839118163494.dmg 1147178640 106092 -rw-r--r--. 1 jenkins 1002500000 108635519 Jun 2 03:42 eclipse-inst-jre-mac-aarch64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-jre-mac-aarch64.tar.gz Copying eclipse-inst-jre-restricted-linux64.tar.gz Copying eclipse-inst-jre-restricted-linux-aarch64.tar.gz Copying eclipse-inst-jre-restricted-mac64.dmg Notarizing eclipse-inst-jre-restricted-mac64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 62 104M 0 0 62 65.1M 0 100M 0:00:01 --:--:-- 0:00:01 100M 100 104M 0 0 100 104M 0 51.6M 0:00:02 0:00:02 --:--:-- 51.6M 100 104M 100 150 100 104M 66 46.2M 0:00:02 0:00:02 --:--:-- 46.2M Progress: {"uuid":"5a70feb2-b532-4781-800e-2b9ee0b06e01","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"5a70feb2-b532-4781-800e-2b9ee0b06e01","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"5a70feb2-b532-4781-800e-2b9ee0b06e01","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"5a70feb2-b532-4781-800e-2b9ee0b06e01","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"5a70feb2-b532-4781-800e-2b9ee0b06e01","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ed16bf5f-f9e1-4560-a432-941354b1a3ae\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg\",\n \"uploadDate\": \"2024-06-02T03:52:22.890Z\",\n \"sha256\": \"1549fba24e288cd0b1a0f97f581feb5bd50c9d206b4a14f3cdf35b1c61bdfb9f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc310414265650aa9d3c3785858aaed45bc45f4b\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"878210fa8c509f402ed2647cf5ad8b2c4010c2ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.with-jre.restricted.executable.cocoa.macosx.x86_64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"625bc1a2b690f06e5793ae7a3e662e2cdd4ad95a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3226672f4062d4070607232ae68c662cab0ec20d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec7c36121ba07c8065af3fb1dec5f7abf75cf231\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3d915da787877d76923085bc457108890961cab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"212bcebaf37b936ca1cfaf39211943aefedf4f05\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"152157138f6bd98c7ab5697ade26ca41d51977e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b00a9249445291fa73744d28b8ff62b4bf9d80e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae219fcf07c986cc944ee8a57f35a5450b7c8378\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f7124207fe636725fe58dd0c712911a7422da06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202d75abd0a0f011b89f99635e326e96df9ef5a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5be3b46a14a106df4559c1477c3e0b6d5cd4a1d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"036639669169ec78f1934d930361559027b21b20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f211c260ad390cbc42d02ba6234a21eff5741692\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c4ba423b89aaeb6819c01f573491d642cc8f6ed\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82198af63db9f212e9a144374c5820f89faaca1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d629f1e575412253d6b8af21ce8dc4dfe96dd3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"767b213c426ad2d89b873d28007da5c319a07391\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01198f1b9af59b0fc2fbdcd4f49258ef9793bca8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e6050d0ff74ac7d19e8e6ea5658c34296d079f0e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e708c64f3dbb27bb27a705162b65ff4e7b6a823d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e3ffba6d4a70f622381d4c67393fe25ce1cf0cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f6402df6818d855cf07aaa5487dd248c18b5252\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f70651b7ddbcd0f5e3d6f4572d1fe0d3b682769c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ca8a9e44da7db17ea481698b2d7cc097b93825\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6c7aa845bec590830af21dfd30278588a5b3242f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b4d669bc5a00404de104c09e5b3395e2d4ed5f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b92f70ec8ab84886f695edbe0f73c12a07a634b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1a6081d98b9aa659b01c8d9a2e2ce73fa393abe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2889400b529725bcf482bd62154bb03d2aa9af80\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6711ec559f895ff7ab1798f80b33507b4966b27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c800c7e1ade4bc98ca0f9e00a9b20e42a15deeaa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c769258751f7721a8b4b0fb459429f73cc45721f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45e63ce46f274b3185550ffbc1453e4c90e72a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c891e6685fccfbef4a2b56a33ccda12533589944\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1d1503409359b6721ce52402f0821799653e744\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60aefff65a7a14e7235c6f97938c0b851987c222\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6d8610cddd69a95e8aaac7039134ab6916f9f99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e2c7d5971977e59eaa0f0fbcd607835c323598e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e3ffba6d4a70f622381d4c67393fe25ce1cf0cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.x86_64_17.0.11.v20240426-2108/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ace6cda9eb199a70b7b6fa30011e7bcb9b8c99b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac64.1717299839118163494-11632895775080414416.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"878210fa8c509f402ed2647cf5ad8b2c4010c2ae\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3917k 0 3917k 0 0 33.8M 0 --:--:-- --:--:-- --:--:-- 33.5M 100 70.1M 0 70.1M 0 0 63.0M 0 --:--:-- 0:00:01 --:--:-- 63.0M 100 104M 0 104M 0 0 63.5M 0 --:--:-- 0:00:01 --:--:-- 63.5M curl: Saved to filename 'eclipse-inst-jre-restricted-mac64.1717299839118163494.dmg' total 214120 1345345648 0 drwxr-sr-x. 2 jenkins 1002500000 148 Jun 2 03:56 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 03:52 .. 1345350265 107060 -rw-r--r--. 1 jenkins 1002500000 109626153 Jun 2 03:56 eclipse-inst-jre-restricted-mac64.1717299839118163494.dmg 1345350252 107056 -rw-r--r--. 1 jenkins 1002500000 109623455 Jun 2 03:42 eclipse-inst-jre-restricted-mac64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-jre-restricted-mac64.tar.gz Copying eclipse-inst-jre-restricted-mac-aarch64.dmg Notarizing eclipse-inst-jre-restricted-mac-aarch64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 85 103M 0 0 85 88.6M 0 98.7M 0:00:01 --:--:-- 0:00:01 98.6M 100 103M 0 0 100 103M 0 49.7M 0:00:02 0:00:02 --:--:-- 49.7M 100 103M 100 150 100 103M 65 45.2M 0:00:02 0:00:02 --:--:-- 45.2M Progress: {"uuid":"50e51b3b-138d-4550-991d-3c942c0f6e24","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"50e51b3b-138d-4550-991d-3c942c0f6e24","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"50e51b3b-138d-4550-991d-3c942c0f6e24","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"50e51b3b-138d-4550-991d-3c942c0f6e24","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"50e51b3b-138d-4550-991d-3c942c0f6e24","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"50e51b3b-138d-4550-991d-3c942c0f6e24","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"50e51b3b-138d-4550-991d-3c942c0f6e24","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"0c67516e-9b4e-45a3-aecc-1072b16e499f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg\",\n \"uploadDate\": \"2024-06-02T03:56:26.905Z\",\n \"sha256\": \"fd6cfbf893b55b47e3fa6bcfe92fdac1dd819afb9d04313305ecfa370a5f7f63\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"efac9edd7300b8d4cf474a13d6da065366995156\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd5349d19964b48fbb0c26d5951cfdd0bd02ebe8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.with-jre.restricted.executable.cocoa.macosx.aarch64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb3e9d313b77cf144d8d8bde0e47d3cf9ac7924a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41a0f04c12e3b9f024df78cc233ea5101c7cc4c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3036da7d418fccbc239916758b82b7020348eaa1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd0122cd8958b645b0f85ea43047c29d344985b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd505e9b2dde412187a549e4a1742b2680ab4ad7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"789588143606e312b3ae041290de0a76a696a4d1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"185620b64caaecaed20e6b7ee333a6bb9863cc7b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56bd4b1522395183d50c8578000c93e23126d0a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13b870d9869062e6104b30d3d00862f35316c803\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"107187d731166d14a7d48c5cb461abbe14dc178a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4d1793e99c8806ff2af19822cb76d629c581bf8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881cb37282fb6dbd67667fb901b13b930080e9b9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a1ac014b725c959446114114db76970a9498e86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d790aa00f0af6132e4d3ec510f52584819ee76a2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a2d7d2e26560ed8ad9ccdf4620726626273328a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68e46471dbd2e7b17aa1cdadaaf6abbe2d52152a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d20373aa84d18c7daf6f24106dd7d51487fd827d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f27a3b16e5c69731c72b919eee275d9709623082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d682d762241ace0c07bcb003272df25bedd0dfaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"505772e0840e2fde3f6bcf204d16127e2f543725\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e0f8cc3a93a22d400349e890ea7989b9e5bbed9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd4fb4f423e4ae722c9528f8a3047711a2033446\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8110d776df47040f6a794260581c6af1d7172b0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0b0c70f7a08d3cc87d773683948f34bb98ab82e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7aa260ff9d32b54c4fd7fc586e1dbafc719c2bd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db426f7bbbd166ddf2a35152cea90fdc904181a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40035c86e0e80e60914a366c7a589f1f7d11af2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea6b5963e5f1b979c369b588265126cb65ab88a6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdcf9d874734879cab62cbe3445fad1776c09e9b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a8a48f3485fa3784bf19ba170db84097b82b199\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d04eb5624fe9a900ca85baa72ae432d99bf1e1c6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6c4c6d7b716f528a5d282e7be55d3b5d1667fb06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e4df32cab96c7bfbf0bc5749de816ef50ccf4ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a25d0e157c6e4362ff8e044190c355e51f11fc7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83903df813f556c799f11f807b0dd67682ef1c54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3f98ab2553f7d7cfc29b4b65f2285ffb714982b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76257c14145991f30c45532815f0dc70796cf599\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a9579f840be22b2038bb5151b775e9247f329c66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e0f8cc3a93a22d400349e890ea7989b9e5bbed9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.macosx.aarch64_17.0.11.v20240426-2108/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a992bbde78a74fb31a82c994f33639f44e41a8f8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494-12163942560020766002.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd5349d19964b48fbb0c26d5951cfdd0bd02ebe8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12.4M 0 12.4M 0 0 62.7M 0 --:--:-- --:--:-- --:--:-- 62.4M 100 103M 0 103M 0 0 95.1M 0 --:--:-- 0:00:01 --:--:-- 95.2M curl: Saved to filename 'eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494.dmg' total 212192 1434491747 0 drwxr-sr-x. 2 jenkins 1002500000 160 Jun 2 04:02 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 03:56 .. 1434491751 106096 -rw-r--r--. 1 jenkins 1002500000 108638627 Jun 2 04:02 eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494.dmg 1434491748 106092 -rw-r--r--. 1 jenkins 1002500000 108635929 Jun 2 03:43 eclipse-inst-jre-restricted-mac-aarch64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-jre-restricted-mac-aarch64.tar.gz Copying eclipse-inst-jre-restricted-win64.exe Copying eclipse-inst-jre-restricted-win64.zip Copying eclipse-inst-jre-win64.exe Copying eclipse-inst-jre-win64.zip Copying eclipse-inst-linux64.tar.gz Copying eclipse-inst-linux-aarch64.tar.gz Copying eclipse-inst-mac64.dmg Notarizing eclipse-inst-mac64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72.2M 100 150 100 72.2M 90 43.6M 0:00:01 0:00:01 --:--:-- 43.6M 100 72.2M 100 150 100 72.2M 90 43.6M 0:00:01 0:00:01 --:--:-- 43.6M Progress: {"uuid":"fecb7e9a-e153-447d-96c9-d88a7345ad6b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"fecb7e9a-e153-447d-96c9-d88a7345ad6b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"fecb7e9a-e153-447d-96c9-d88a7345ad6b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"fecb7e9a-e153-447d-96c9-d88a7345ad6b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"fecb7e9a-e153-447d-96c9-d88a7345ad6b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"6f283685-e743-4c26-94d3-2414b8d71d67\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg\",\n \"uploadDate\": \"2024-06-02T04:02:30.761Z\",\n \"sha256\": \"a226de609fac588b227a452b5e0e38ceeb1f0f43d7268c2bb2b01b47235f562f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"482fd155080616c7bd0b97d72ecb1e7e5580811a\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"790e40df3902635907c59b95d4f7892a6c27f110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.executable.cocoa.macosx.x86_64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac64.1717299839118163494-5022853591177356539.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"790e40df3902635907c59b95d4f7892a6c27f110\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72.2M 0 72.2M 0 0 92.4M 0 --:--:-- --:--:-- --:--:-- 92.4M curl: Saved to filename 'eclipse-inst-mac64.1717299839118163494.dmg' total 147948 333475291 0 drwxr-sr-x. 2 jenkins 1002500000 118 Jun 2 04:06 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 04:02 .. 333493071 73972 -rw-r--r--. 1 jenkins 1002500000 75747072 Jun 2 04:06 eclipse-inst-mac64.1717299839118163494.dmg 333475312 73972 -rw-r--r--. 1 jenkins 1002500000 75745193 Jun 2 03:41 eclipse-inst-mac64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-mac64.tar.gz Copying eclipse-inst-mac-aarch64.dmg Notarizing eclipse-inst-mac-aarch64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 76 72.2M 0 0 76 55.1M 0 101M --:--:-- --:--:-- --:--:-- 101M 100 72.2M 0 0 100 72.2M 0 42.7M 0:00:01 0:00:01 --:--:-- 42.7M 100 72.2M 100 150 100 72.2M 58 27.9M 0:00:02 0:00:02 --:--:-- 27.9M 100 72.2M 100 150 100 72.2M 58 27.9M 0:00:02 0:00:02 --:--:-- 27.9M Progress: {"uuid":"d77084fa-8e42-4bf4-b4e0-f1f59194a366","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"d77084fa-8e42-4bf4-b4e0-f1f59194a366","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"d77084fa-8e42-4bf4-b4e0-f1f59194a366","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"d77084fa-8e42-4bf4-b4e0-f1f59194a366","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"d77084fa-8e42-4bf4-b4e0-f1f59194a366","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ff94e89f-5a30-496d-8ff5-9c991b093155\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg\",\n \"uploadDate\": \"2024-06-02T04:06:36.360Z\",\n \"sha256\": \"0f264e1cfbe83fef2c2d1922e03684204f12dd3369bc55daad1da9cac72a65fb\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc962274a9b0eeef1aef245401428a2eec01363d\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d507b43bfb61d4c48d02e0376fe3f3a212a372d5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.executable.cocoa.macosx.aarch64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-mac-aarch64.1717299839118163494-2485188680897328721.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d507b43bfb61d4c48d02e0376fe3f3a212a372d5\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60.9M 0 60.9M 0 0 91.3M 0 --:--:-- --:--:-- --:--:-- 91.1M 100 72.2M 0 72.2M 0 0 91.5M 0 --:--:-- --:--:-- --:--:-- 91.4M curl: Saved to filename 'eclipse-inst-mac-aarch64.1717299839118163494.dmg' total 147920 643925119 0 drwxr-sr-x. 2 jenkins 1002500000 130 Jun 2 04:10 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 04:06 .. 643937868 73960 -rw-r--r--. 1 jenkins 1002500000 75732007 Jun 2 04:10 eclipse-inst-mac-aarch64.1717299839118163494.dmg 643937856 73956 -rw-r--r--. 1 jenkins 1002500000 75730128 Jun 2 03:42 eclipse-inst-mac-aarch64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-mac-aarch64.tar.gz Copying eclipse-inst-restricted-linux64.tar.gz Copying eclipse-inst-restricted-linux-aarch64.tar.gz Copying eclipse-inst-restricted-mac64.dmg Notarizing eclipse-inst-restricted-mac64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 61 72.2M 0 0 61 44.6M 0 103M --:--:-- --:--:-- --:--:-- 103M 100 72.2M 100 150 100 72.2M 95 46.0M 0:00:01 0:00:01 --:--:-- 46.0M 100 72.2M 100 150 100 72.2M 95 46.0M 0:00:01 0:00:01 --:--:-- 46.0M Progress: {"uuid":"f009a820-0835-4942-8c35-311e1519e6c7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"f009a820-0835-4942-8c35-311e1519e6c7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"f009a820-0835-4942-8c35-311e1519e6c7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"f009a820-0835-4942-8c35-311e1519e6c7","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"9af72e9b-6289-4f44-82e8-c4a56854d207\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg\",\n \"uploadDate\": \"2024-06-02T04:10:39.096Z\",\n \"sha256\": \"21158860cfe67e75108ee2d7ecfd794c9c92e7fbb19c001f79e228fa00f2e594\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fb41d9ecadbaa1125c7e76389c524d9ce6e2976\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0f59a8374243c289861102b37576b1ebad96024\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.restricted.executable.cocoa.macosx.x86_64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1dc3e0aa58421da00229862264bd44753a8d1499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f3c06b134d2f953ee58dcb6eb4f960e8ff3ac8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"795fde806d7d97e4fbc0645d4e714e933e7cb7a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddc41fd6e355adab42c6c529ea7b122b45ab10d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d1a29cfff353fccae847e3a53a9e9009dc36721\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac64.1717299839118163494-10497502243285259712.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0f59a8374243c289861102b37576b1ebad96024\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49.9M 0 49.9M 0 0 74.9M 0 --:--:-- --:--:-- --:--:-- 74.8M 100 72.2M 0 72.2M 0 0 78.7M 0 --:--:-- --:--:-- --:--:-- 78.6M curl: Saved to filename 'eclipse-inst-restricted-mac64.1717299839118163494.dmg' total 147952 1379964866 0 drwxr-sr-x. 2 jenkins 1002500000 140 Jun 2 04:13 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 04:10 .. 1379964868 73976 -rw-r--r--. 1 jenkins 1002500000 75748201 Jun 2 04:13 eclipse-inst-restricted-mac64.1717299839118163494.dmg 1379964867 73972 -rw-r--r--. 1 jenkins 1002500000 75746322 Jun 2 03:42 eclipse-inst-restricted-mac64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-restricted-mac64.tar.gz Copying eclipse-inst-restricted-mac-aarch64.dmg Notarizing eclipse-inst-restricted-mac-aarch64.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 72.2M 0 0 29 21.5M 0 105M --:--:-- --:--:-- --:--:-- 104M 100 72.2M 100 150 100 72.2M 96 46.6M 0:00:01 0:00:01 --:--:-- 46.5M 100 72.2M 100 150 100 72.2M 96 46.6M 0:00:01 0:00:01 --:--:-- 46.5M Progress: {"uuid":"d43ff70a-171a-4fb2-af1e-e32e80e4d45d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} Progress: {"uuid":"d43ff70a-171a-4fb2-af1e-e32e80e4d45d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"d43ff70a-171a-4fb2-af1e-e32e80e4d45d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"d43ff70a-171a-4fb2-af1e-e32e80e4d45d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"d43ff70a-171a-4fb2-af1e-e32e80e4d45d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} Progress: {"uuid":"d43ff70a-171a-4fb2-af1e-e32e80e4d45d","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5eaf21a8-5fdd-4bf5-aacc-5c19ea71b40d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg\",\n \"uploadDate\": \"2024-06-02T04:13:42.125Z\",\n \"sha256\": \"d4ef0a07145f318247f6a3a0ac62b324db748049fec5bf5f827c3f1e7cecf9be\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4de60b01e747cd6ae36f52b777b1e57dd3af0af3\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b989ec9739e5d9589cec7ab959a8995ff93c83c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.oomph.setup.installer.product.restricted.executable.cocoa.macosx.aarch64_1.33.0.v20240601-0610/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b63077e66a5a0ffe7dd1781a83408416243e797b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce5620850c4f47dd63dc7a40ddd9f5ffd7a062d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-pi-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1890d84559ff17552bbc5849af69a7599e2a628d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240528-0813.jar/libswt-awt-cocoa-4965r11.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4ae7c7afc1f78fa9d4b42a99412f76284d70cc4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.1000.v20240507-1834/eclipse_11902.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b35e8440a4b42ee5297b0176f7c0d48e098b0705\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-inst-restricted-mac-aarch64.1717299839118163494-16672805197486767762.dmg/Eclipse Installer.app/Contents/MacOS/eclipse-inst\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b989ec9739e5d9589cec7ab959a8995ff93c83c5\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} Downloading stapled result % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14.5M 0 14.5M 0 0 65.3M 0 --:--:-- --:--:-- --:--:-- 65.0M 100 72.1M 0 72.1M 0 0 58.8M 0 --:--:-- 0:00:01 --:--:-- 58.8M 100 72.2M 0 72.2M 0 0 58.8M 0 --:--:-- 0:00:01 --:--:-- 58.8M curl: Saved to filename 'eclipse-inst-restricted-mac-aarch64.1717299839118163494.dmg' total 147920 325144919 0 drwxr-sr-x. 2 jenkins 1002500000 152 Jun 2 04:18 . 777025144 4 drwxr-sr-x. 13 jenkins 1002500000 4096 Jun 2 04:13 .. 325144914 73960 -rw-r--r--. 1 jenkins 1002500000 75732009 Jun 2 04:18 eclipse-inst-restricted-mac-aarch64.1717299839118163494.dmg 325144920 73956 -rw-r--r--. 1 jenkins 1002500000 75730130 Jun 2 03:42 eclipse-inst-restricted-mac-aarch64.1717299839118163494.dmg.unnotarized Copying stapled notarized result /home/jenkins/agent/workspace/build_master/products/org.eclipse.oomph.setup.installer.product/target/repackaged-products Copying eclipse-inst-restricted-mac-aarch64.tar.gz Copying eclipse-inst-restricted-win64.exe Copying eclipse-inst-restricted-win64.zip Copying eclipse-inst-win64.exe Copying eclipse-inst-win64.zip Unzipping org.eclipse.oomph.util.doc Unzipping org.eclipse.oomph.p2.doc Unzipping org.eclipse.oomph.targlets.doc Unzipping org.eclipse.oomph.setup.doc [Pipeline] stash Stashed 2125 file(s) [Pipeline] } [Pipeline] // script Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote) [Pipeline] node Running on promotion-vm in /opt/public/hipp/homes/genie.oomph/workspace/build_master [Pipeline] { [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-oomph/oomph.git > git init /opt/public/hipp/homes/genie.oomph/workspace/build_master # timeout=10 Fetching upstream changes from https://github.com/eclipse-oomph/oomph.git > git --version # timeout=10 > git --version # 'git version 2.27.0' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-oomph/oomph.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 7f5ef0e6e038d5d3875869d9d3855c6bb40350ef (master) > git config remote.origin.url https://github.com/eclipse-oomph/oomph.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 7f5ef0e6e038d5d3875869d9d3855c6bb40350ef # timeout=10 Commit message: "Regenerate catalogs for 2024-06 RC1" [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo BUILD_TYPE=nightly RESTRICTED_VERSION=2024-06 BUILD_KEY= BUILD_LABEL= PROMOTE=true SIGN=true NOTARIZE=true SKIP_TESTS=false SCRIPT_DEBUG=false BRANCH_NAME=master BUILD_TIMESTAMP=20240602-031022 GIT=/home/jenkins/agent/workspace/build_master GIT_COMMIT=7f5ef0e6e038d5d3875869d9d3855c6bb40350ef GIT_BRANCH=master [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] sh + pwd /opt/public/hipp/homes/genie.oomph/workspace/build_master + BASH=/bin/bash + [[ false == true ]] + pwd /opt/public/hipp/homes/genie.oomph/workspace/build_master + echo BUILD_TIMESTAMP=20240602-031022 BUILD_TIMESTAMP=20240602-031022 + echo GIT_BRANCH=master GIT_BRANCH=master + echo GIT=/opt/public/hipp/homes/genie.oomph/workspace/build_master GIT=/opt/public/hipp/homes/genie.oomph/workspace/build_master + /bin/bash releng/org.eclipse.oomph.releng/hudson/promote.sh Promoting /opt/public/hipp/homes/genie.oomph/workspace/build_master/updates Adjusting /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240602-031022/artifacts.xml repository.name = Oomph N20240602-031022 p2.statsURI = https://download.eclipse.org/stats/oomph/feature/2.6.0 download.stats = org.eclipse.oomph.setup.pde.source download.stats = org.eclipse.oomph.setup.jdt.source download.stats = org.eclipse.oomph.setup.sdk download.stats = org.eclipse.oomph.targlets.source download.stats = org.eclipse.oomph.setup.source download.stats = org.eclipse.oomph.manifests download.stats = org.eclipse.oomph.preferences.source download.stats = org.eclipse.oomph.workingsets.source download.stats = org.eclipse.oomph.setup.core.source download.stats = org.eclipse.oomph.gitbash download.stats = org.eclipse.oomph.setup.launching.source download.stats = org.eclipse.oomph.setup.jdt download.stats = org.eclipse.oomph.setup.mylyn.source download.stats = org.eclipse.oomph.projectcopy download.stats = org.eclipse.oomph.setup.maven.source download.stats = org.eclipse.oomph.setup download.stats = org.eclipse.oomph.gitbash.source download.stats = org.eclipse.oomph.setup.ui.ide.source download.stats = org.eclipse.oomph.version.headless.source download.stats = org.eclipse.oomph.setup.projectset.source download.stats = org.eclipse.oomph.setup.workingsets download.stats = org.eclipse.oomph.preferences download.stats = org.eclipse.oomph.setup.workbench.source download.stats = org.eclipse.oomph.workingsets download.stats = org.eclipse.oomph.setup.git.source download.stats = org.eclipse.oomph.all download.stats = org.eclipse.oomph.setup.launching download.stats = org.eclipse.oomph.targlets download.stats = org.eclipse.oomph.version download.stats = org.eclipse.oomph.tests download.stats = org.eclipse.oomph.launches.source download.stats = org.eclipse.oomph.all.source download.stats = org.eclipse.oomph.setup.git download.stats = org.eclipse.oomph.util download.stats = org.eclipse.oomph.setup.projectset download.stats = org.eclipse.oomph.launches download.stats = org.eclipse.oomph.setup.mylyn download.stats = org.eclipse.oomph.setup.pde download.stats = org.eclipse.oomph.projectcopy.source download.stats = org.eclipse.oomph.setup.targlets download.stats = org.eclipse.oomph.util.source download.stats = org.eclipse.oomph.manifests.source download.stats = org.eclipse.oomph.setup.core download.stats = org.eclipse.oomph.p2 download.stats = org.eclipse.oomph.ostools.source download.stats = org.eclipse.oomph.ostools download.stats = org.eclipse.oomph.version.source download.stats = org.eclipse.oomph.setup.projects.source download.stats = org.eclipse.oomph.setup.projects download.stats = org.eclipse.oomph.p2.source download.stats = org.eclipse.oomph.setup.maven download.stats = org.eclipse.oomph.setup.targlets.source download.stats = org.eclipse.oomph.projectconfig.source download.stats = org.eclipse.oomph.version.headless download.stats = org.eclipse.oomph.setup.workingsets.source download.stats = org.eclipse.oomph.setup.workbench download.stats = org.eclipse.oomph.setup.sdk.source download.stats = org.eclipse.oomph.projectconfig download.stats = org.eclipse.oomph.setup.ui.ide download.stats = org.eclipse.oomph.tests.source Promoting eclipse-inst-jre-restricted-win64.exe to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-win64.exe to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-win64.exe to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-win64.exe to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-restricted-win64.zip to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-win64.zip to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-win64.zip to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-win64.zip to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-linux-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-linux64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-mac-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-mac64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-restricted-linux-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-restricted-linux64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-restricted-mac-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-restricted-mac64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-linux-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-linux64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-mac-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-mac64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-linux-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-linux64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-mac-aarch64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-mac64.tar.gz to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-mac-aarch64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-mac64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-restricted-mac-aarch64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-jre-restricted-mac64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-mac-aarch64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-mac64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-mac-aarch64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Promoting eclipse-inst-restricted-mac64.dmg to /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest Adjusting /home/data/httpd/download.eclipse.org/oomph/products.tmp/latest/repository/artifacts.xml repository.name = Eclipse Installer N20240602-031022 p2.statsURI = https://download.eclipse.org/stats/oomph/feature/1.33.0 download.stats = org.eclipse.oomph.setup.installer download.stats = org.eclipse.oomph.p2 Promoting /opt/public/hipp/homes/genie.oomph/workspace/build_master/help Composing /home/data/httpd/download.eclipse.org/oomph/updates.tmp/nightly: of /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240602-031022 of /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240601-031023 of /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240531-074121 of /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240531-031025 of /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240530-031021 Composing /home/data/httpd/download.eclipse.org/oomph/updates.tmp/nightly/latest: of /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240602-031022 Composing /home/data/httpd/download.eclipse.org/oomph/updates.tmp: of release of milestone of nightly Composing /home/data/httpd/download.eclipse.org/oomph/updates.tmp/latest: of /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240602-031022 Deleting /home/data/httpd/download.eclipse.org/oomph/drops/nightly/N20240529-031025 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [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