Started by user Ed Merks Running as Ed Merks Obtained Jenkinsfile from git https://github.com/eclipse-cbi/p2repo-aggregator [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-2vjm0 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-2vjm0" namespace: "cbi" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-2vjm0" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-2vjm0" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.gradle/daemon" name: "volume-6" readOnly: false - mountPath: "/home/jenkins/.gradle/caches" name: "volume-5" readOnly: false - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - 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/.gradle/gradle.properties" name: "gradle-secret-dir" readOnly: true subPath: "gradle.properties" - mountPath: "/home/jenkins/.gradle/workers" name: "volume-8" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.gradle/native" name: "volume-7" readOnly: false - 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/.gradle/wrapper" name: "volume-9" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-8" - emptyDir: medium: "" name: "volume-7" - emptyDir: medium: "" name: "volume-9" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" - emptyDir: medium: "" name: "volume-6" - emptyDir: medium: "" name: "volume-5" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cbi" readOnly: true - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - name: "gradle-secret-dir" secret: secretName: "gradle-secret-dir" Running on centos-7-2vjm0 in /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build [Pipeline] { [Pipeline] withEnv [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] echo BUILD_TYPE=nightly PROMOTE=true ARCHIVE=false [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-cbi/p2repo-aggregator.git > git init /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator # timeout=10 Fetching upstream changes from https://github.com/eclipse-cbi/p2repo-aggregator.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/eclipse-cbi/p2repo-aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1cbf2629f9f7d265f8129273df47250d9e8115eb (refs/remotes/origin/main) Commit message: "Add Analysis.gitRepositoryFilters" > git config remote.origin.url https://github.com/eclipse-cbi/p2repo-aggregator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1cbf2629f9f7d265f8129273df47250d9e8115eb # timeout=10 > git rev-list --no-walk 48f18c3be69d083210b9e2c62f4cf4ee5f05dd1f # timeout=10 [Pipeline] echo [GIT_BRANCH:origin/main, GIT_CHECKOUT_DIR:p2repo-aggregator, GIT_COMMIT:1cbf2629f9f7d265f8129273df47250d9e8115eb, GIT_PREVIOUS_COMMIT:48f18c3be69d083210b9e2c62f4cf4ee5f05dd1f, GIT_PREVIOUS_SUCCESSFUL_COMMIT:48f18c3be69d083210b9e2c62f4cf4ee5f05dd1f, GIT_URL:https://github.com/eclipse-cbi/p2repo-aggregator.git] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Tools and Products) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.cbi (ssh://genie.cbi@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-SJ4sFyFRHN5Z/agent.156 SSH_AGENT_PID=158 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build@tmp/private_key_18374238429863001767.key (/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build@tmp/private_key_18374238429863001767.key) [ssh-agent] Started. [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent [Pipeline] { [Pipeline] sh + pwd /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent + [[ true == false ]] + mvn --no-transfer-progress -Dorg.eclipse.storage.user=genie.cbi -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator-build/ -Dorg.eclipse.download.location.relative=cbi/updates/p2-aggregator -Dorg.eclipse.justj.p2.manager.relative= -Dbuild.type=nightly -Dgit.commit=1cbf2629f9f7d265f8129273df47250d9e8115eb -Dbuild.id=71 -DskipTests=false -Peclipse-sign clean verify Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.cbi.p2repo.releng.parent [pom] [INFO] org.eclipse.cbi.p2repo.util [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2 [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.cli [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2.edit [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.edit [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer.edit [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2.maven [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.maven [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.engine [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer.editor [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.editor [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy.ui [eclipse-plugin] [INFO] org.eclipse.cbi.tycho [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2.tests [eclipse-test-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.aggregator.dependencies.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.aggregator.editor.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.cli.product.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.tests.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.site [eclipse-repository] [INFO] org.eclipse.cbi.p2repo.cli.product [eclipse-repository] [INFO] org.eclipse.cbi.p2repo.aggregator.prereqs [eclipse-target-definition] [INFO] org.eclipse.cbi.promote [pom] [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.releng.parent >-------- [INFO] Building org.eclipse.cbi.p2repo.releng.parent 1.1.0-SNAPSHOT [1/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.releng.parent --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.releng.parent --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.releng.parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.releng.parent --- [INFO] [INFO] ------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.util >------------- [INFO] Building org.eclipse.cbi.p2repo.util 1.1.0-SNAPSHOT [2/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving target definition file:/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.target/org.eclipse.cbi.p2repo.aggregator.prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@5eac24de [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.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=) [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.util:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.util --- [INFO] The project's OSGi version is 1.1.0.v20231007-0716 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.util --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.util [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.util --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.util --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/target/org.eclipse.cbi.p2repo.util-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.util --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/target/org.eclipse.cbi.p2repo.util-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.util --- [INFO] Adding repository http://download.eclipse.org/cbi/updates/aggregator/ide/4.13 [INFO] Adding repository http://download.eclipse.org/cbi/updates/aggregator/ide/4.13 [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.util:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/target/org.eclipse.cbi.p2repo.util-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.util/target/org.eclipse.cbi.p2repo.util-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2 >-------------- [INFO] Building org.eclipse.cbi.p2repo.p2 1.1.0-SNAPSHOT [3/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2 --- [INFO] The project's OSGi version is 1.1.0.v20231221-1310 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.p2 [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/target/org.eclipse.cbi.p2repo.p2-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/target/org.eclipse.cbi.p2repo.p2-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.p2 --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/target/org.eclipse.cbi.p2repo.p2-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2/target/org.eclipse.cbi.p2repo.p2-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.cli >------------- [INFO] Building org.eclipse.cbi.p2repo.cli 1.1.0-SNAPSHOT [4/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.cli --- [INFO] The project's OSGi version is 1.1.0.v20231007-0716 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.cli --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.cli [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.cli --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.cli --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/target/org.eclipse.cbi.p2repo.cli-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.cli --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/target/org.eclipse.cbi.p2repo.cli-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.cli --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.cli --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/target/org.eclipse.cbi.p2repo.cli-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.cli/target/org.eclipse.cbi.p2repo.cli-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator >---------- [INFO] Building org.eclipse.cbi.p2repo.aggregator 1.1.0-SNAPSHOT [5/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] The project's OSGi version is 1.1.0.v20231007-0716 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Compiling 154 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/target/org.eclipse.cbi.p2repo.aggregator-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/target/org.eclipse.cbi.p2repo.aggregator-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/target/org.eclipse.cbi.p2repo.aggregator-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator/target/org.eclipse.cbi.p2repo.aggregator-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer >----- [INFO] Building org.eclipse.cbi.p2repo.aggregator.analyzer 1.1.0-SNAPSHOT [6/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] The project's OSGi version is 1.1.0.v20240223-1040 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.analyzer [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/target/org.eclipse.cbi.p2repo.aggregator.analyzer-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/target/org.eclipse.cbi.p2repo.aggregator.analyzer-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.analyzer --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/target/org.eclipse.cbi.p2repo.aggregator.analyzer-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer/target/org.eclipse.cbi.p2repo.aggregator.analyzer-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit >----------- [INFO] Building org.eclipse.cbi.p2repo.p2.edit 1.1.0-SNAPSHOT [7/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] The project's OSGi version is 1.1.0.v20231007-0716 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.p2.edit [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/target/org.eclipse.cbi.p2repo.p2.edit-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/target/org.eclipse.cbi.p2repo.p2.edit-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/target/org.eclipse.cbi.p2repo.p2.edit-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.edit/target/org.eclipse.cbi.p2repo.p2.edit-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit >------- [INFO] Building org.eclipse.cbi.p2repo.aggregator.edit 1.1.0-SNAPSHOT [8/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] The project's OSGi version is 1.1.0.v20231221-1310 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.edit [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/target/org.eclipse.cbi.p2repo.aggregator.edit-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/target/org.eclipse.cbi.p2repo.aggregator.edit-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/target/org.eclipse.cbi.p2repo.aggregator.edit-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.edit/target/org.eclipse.cbi.p2repo.aggregator.edit-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.edit >--- [INFO] Building org.eclipse.cbi.p2repo.aggregator.analyzer.edit 1.1.0-SNAPSHOT [9/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.edit:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] The project's OSGi version is 1.1.0.v20240223-1040 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.analyzer.edit [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/target/org.eclipse.cbi.p2repo.aggregator.analyzer.edit-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/target/org.eclipse.cbi.p2repo.aggregator.analyzer.edit-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.edit:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.analyzer.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/target/org.eclipse.cbi.p2repo.aggregator.analyzer.edit-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit/target/org.eclipse.cbi.p2repo.aggregator.analyzer.edit-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven >----------- [INFO] Building org.eclipse.cbi.p2repo.p2.maven 1.1.0-SNAPSHOT [10/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] The project's OSGi version is 1.1.0.v20231217-1050 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.p2.maven [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Compiling 187 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/target/org.eclipse.cbi.p2repo.p2.maven-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/target/org.eclipse.cbi.p2repo.p2.maven-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/target/org.eclipse.cbi.p2repo.p2.maven-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.p2.maven/target/org.eclipse.cbi.p2repo.p2.maven-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven >--- [INFO] Building org.eclipse.cbi.p2repo.aggregator.engine.maven 1.1.0-SNAPSHOT [11/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] The project's OSGi version is 1.1.0.v20231217-1050 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.engine.maven [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/org.eclipse.cbi.p2repo.aggregator.engine.maven-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/org.eclipse.cbi.p2repo.aggregator.engine.maven-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/org.eclipse.cbi.p2repo.aggregator.engine.maven-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/org.eclipse.cbi.p2repo.aggregator.engine.maven-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.engine 1.1.0-SNAPSHOT [12/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] The project's OSGi version is 1.1.0.v20231217-1050 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.engine [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/target/org.eclipse.cbi.p2repo.aggregator.engine-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/target/org.eclipse.cbi.p2repo.aggregator.engine-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/target/org.eclipse.cbi.p2repo.aggregator.engine-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.engine/target/org.eclipse.cbi.p2repo.aggregator.engine-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.editor >-- [INFO] Building org.eclipse.cbi.p2repo.aggregator.analyzer.editor 1.1.0-SNAPSHOT [13/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] The project's OSGi version is 1.1.0.v20240223-1040 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.analyzer.editor [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.editor 1.1.0-SNAPSHOT [14/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] The project's OSGi version is 1.1.0.v20240223-0841 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.editor [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/target/org.eclipse.cbi.p2repo.aggregator.editor-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/target/org.eclipse.cbi.p2repo.aggregator.editor-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/target/org.eclipse.cbi.p2repo.aggregator.editor-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.editor/target/org.eclipse.cbi.p2repo.aggregator.editor-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.legacy 1.1.0-SNAPSHOT [15/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] The project's OSGi version is 1.1.0.v20231007-0716 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.legacy [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/target/org.eclipse.cbi.p2repo.aggregator.legacy-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/target/org.eclipse.cbi.p2repo.aggregator.legacy-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/target/org.eclipse.cbi.p2repo.aggregator.legacy-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy/target/org.eclipse.cbi.p2repo.aggregator.legacy-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui >----- [INFO] Building org.eclipse.cbi.p2repo.aggregator.legacy.ui 1.1.0-SNAPSHOT [16/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] The project's OSGi version is 1.1.0.v20231007-0716 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.aggregator.legacy.ui [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/org.eclipse.cbi.p2repo.aggregator.legacy.ui-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/org.eclipse.cbi.p2repo.aggregator.legacy.ui-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/org.eclipse.cbi.p2repo.aggregator.legacy.ui-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/org.eclipse.cbi.p2repo.aggregator.legacy.ui-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.cbi:org.eclipse.cbi.tycho >---------------- [INFO] Building org.eclipse.cbi.tycho 0.1.0-SNAPSHOT [17/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.tycho:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.tycho --- [INFO] The project's OSGi version is 0.1.0.v20231007-0716 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.tycho --- [INFO] Resolving class path of org.eclipse.cbi.tycho [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.tycho --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.tycho --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.tycho --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.tycho --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/target/org.eclipse.cbi.tycho-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.tycho --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/target/org.eclipse.cbi.tycho-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.tycho --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.tycho:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.tycho --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/target/org.eclipse.cbi.tycho-0.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/plugins/org.eclipse.cbi.tycho/target/org.eclipse.cbi.tycho-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests >----------- [INFO] Building org.eclipse.cbi.p2repo.p2.tests 1.1.0-SNAPSHOT [18/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] The project's OSGi version is 1.1.0.v20231122-1627 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.p2.tests [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/org.eclipse.cbi.p2repo.p2.tests-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/org.eclipse.cbi.p2repo.p2.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/pom.xml [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.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.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/work/data, -install, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/work, -configuration, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/surefire.properties] Running org.eclipse.cbi.p2repo.p2.tests.MetadataRepositoryTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.330 s -- in org.eclipse.cbi.p2repo.p2.tests.MetadataRepositoryTests org.eclipse.cbi.p2repo.p2.tests.MetadataRepositoryTests.createAndLoadMDR -- Time elapsed: 0.295 s Running org.eclipse.cbi.p2repo.p2.tests.ArtifactRepositoryTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.cbi.p2repo.p2.tests.ArtifactRepositoryTests org.eclipse.cbi.p2repo.p2.tests.ArtifactRepositoryTests.testContainer -- Time elapsed: 0.049 s org.eclipse.cbi.p2repo.p2.tests.ArtifactRepositoryTests.testEquality -- Time elapsed: 0.011 s Running org.eclipse.cbi.p2repo.p2.tests.MavenModelTest Invalid MD5 for platform:/plugin/org.eclipse.cbi.p2repo.p2.tests/testData/sample.pom: found none, expected a15e1563cbe5cd1be7b02d97f9153314 Invalid SHA1 for platform:/plugin/org.eclipse.cbi.p2repo.p2.tests/testData/sample.pom: found none, expected a15e1563cbe5cd1be7b02d97f9153314 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.eclipse.cbi.p2repo.p2.tests.MavenModelTest org.eclipse.cbi.p2repo.p2.tests.MavenModelTest.testMetaDataLoad -- Time elapsed: 0.104 s org.eclipse.cbi.p2repo.p2.tests.MavenModelTest.testPOM -- Time elapsed: 0.213 s org.eclipse.cbi.p2repo.p2.tests.MavenModelTest.testMetaDataLoadNoNamespace -- Time elapsed: 0.006 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/org.eclipse.cbi.p2repo.p2.tests-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/tests/org.eclipse.cbi.p2repo.p2.tests/target/org.eclipse.cbi.p2repo.p2.tests-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature >-- [INFO] Building org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature 1.1.0-SNAPSHOT [19/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] The project's OSGi version is 1.1.0.v20240223-1040 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.dependencies.feature >-- [INFO] Building org.eclipse.cbi.p2repo.aggregator.dependencies.feature 1.1.0-SNAPSHOT [20/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.dependencies.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] The project's OSGi version is 1.1.0.v20240201-1804 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/target/org.eclipse.cbi.p2repo.aggregator.dependencies.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [WARNING] The following referenced plugins has missing sources org.eclipse.gmf.runtime.draw2d.ui.render.source_1.8.0.202401081627 org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.11.1.202401081627 [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/target/org.eclipse.cbi.p2repo.aggregator.dependencies.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.dependencies.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.dependencies.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/target/org.eclipse.cbi.p2repo.aggregator.dependencies.feature-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature/target/org.eclipse.cbi.p2repo.aggregator.dependencies.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature >-- [INFO] Building org.eclipse.cbi.p2repo.aggregator.engine.feature 1.1.0-SNAPSHOT [21/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] The project's OSGi version is 1.1.0.v20231221-1310 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/target/org.eclipse.cbi.p2repo.aggregator.engine.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/target/org.eclipse.cbi.p2repo.aggregator.engine.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/target/org.eclipse.cbi.p2repo.aggregator.engine.feature-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.engine.feature/target/org.eclipse.cbi.p2repo.aggregator.engine.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature >-- [INFO] Building org.eclipse.cbi.p2repo.aggregator.editor.feature 1.1.0-SNAPSHOT [22/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] The project's OSGi version is 1.1.0.v20240223-0841 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.editor.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.editor.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.editor.feature-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.aggregator.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.editor.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature >----- [INFO] Building org.eclipse.cbi.p2repo.cli.product.feature 1.1.0-SNAPSHOT [23/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] The project's OSGi version is 1.1.0.v20240220-1431 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/target/org.eclipse.cbi.p2repo.cli.product.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/target/org.eclipse.cbi.p2repo.cli.product.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/target/org.eclipse.cbi.p2repo.cli.product.feature-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.cli.product.feature/target/org.eclipse.cbi.p2repo.cli.product.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature >-------- [INFO] Building org.eclipse.cbi.p2repo.tests.feature 1.1.0-SNAPSHOT [24/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] The project's OSGi version is 1.1.0.v20231122-1627 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/target/org.eclipse.cbi.p2repo.tests.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/target/org.eclipse.cbi.p2repo.tests.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/target/org.eclipse.cbi.p2repo.tests.feature-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/features/org.eclipse.cbi.p2repo.tests.feature/target/org.eclipse.cbi.p2repo.tests.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.site >------------- [INFO] Building org.eclipse.cbi.p2repo.site 1.1.0-SNAPSHOT [25/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.site:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.site/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.site --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.site --- [INFO] The project's OSGi version is 1.1.0.v20240223-1040 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.cbi.p2repo.site --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.site --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cbi.p2repo.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.cbi.p2repo.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.cbi.p2repo.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.cbi.p2repo.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.cbi.p2repo.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.site --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.cbi.p2repo.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.site/target/org.eclipse.cbi.p2repo.site-1.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.site --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.site --- [INFO] [INFO] ---------< org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product >--------- [INFO] Building org.eclipse.cbi.p2repo.cli.product 1.1.0-SNAPSHOT [26/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] The project's OSGi version is 1.1.0.v20240220-1431 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cbi.p2repo.cli.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.cbi.p2repo.cli.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.cbi.p2repo.cli.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.cbi.p2repo.cli.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.cbi.p2repo.cli.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] [8635bd46-3c2a-41f3-96fe-ede4c1b849af][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.cli.product.executable.win32.win32.x86_64,1.1.0.v20240220-1431. [WARNING] [8635bd46-3c2a-41f3-96fe-ede4c1b849af][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.cli.product.executable.cocoa.macosx.aarch64,1.1.0.v20240220-1431. [WARNING] [8635bd46-3c2a-41f3-96fe-ede4c1b849af][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.cli.product.executable.cocoa.macosx.x86_64,1.1.0.v20240220-1431. [WARNING] [8635bd46-3c2a-41f3-96fe-ede4c1b849af][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.cli.product.executable.gtk.linux.x86_64,1.1.0.v20240220-1431. [WARNING] [8635bd46-3c2a-41f3-96fe-ede4c1b849af][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.cli.product.executable.gtk.linux.aarch64,1.1.0.v20240220-1431. [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.cbi.p2repo.cli.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/org.eclipse.cbi.p2repo.cli.product-1.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-p2-director:4.0.4:materialize-products (materialize-products) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/linux/gtk/x86_64/cbiAggr Installing org.eclipse.cbi.p2repo.cli.product 1.1.0.v20240220-1431. Operation completed in 3407 ms. [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/linux/gtk/aarch64/cbiAggr Installing org.eclipse.cbi.p2repo.cli.product 1.1.0.v20240220-1431. Operation completed in 2615 ms. [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/win32/win32/x86_64/cbiAggr Installing org.eclipse.cbi.p2repo.cli.product 1.1.0.v20240220-1431. Operation completed in 3046 ms. [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/macosx/cocoa/x86_64/cbiAggr.app Installing org.eclipse.cbi.p2repo.cli.product 1.1.0.v20240220-1431. Operation completed in 2306 ms. [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/macosx/cocoa/aarch64/cbiAggr.app Installing org.eclipse.cbi.p2repo.cli.product 1.1.0.v20240220-1431. Operation completed in 2320 ms. [INFO] [INFO] --- tycho-p2-director:4.0.4:archive-products (archive-products) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- resources:2.7:copy-resources (saveproperties) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] -----< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.prereqs >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.prereqs 1.1.0-SNAPSHOT [27/28] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.target/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --------------< org.eclipse.cbi:org.eclipse.cbi.promote >--------------- [INFO] Building org.eclipse.cbi.promote 1.1.0-SNAPSHOTT [28/28] [INFO] from promotion/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.promote --- [INFO] [INFO] --- tycho-eclipserun:4.0.4:eclipse-run (promote-tools) @ org.eclipse.cbi.promote --- [INFO] Adding repository https://download.eclipse.org/releases/latest [INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -install, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator, -retain, 5, -label, CBI p2 Aggregator Tools, -build-url, https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator-build/, -root, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync, -relative, tools, -target-url, https://download.eclipse.org/cbi/updates/p2-aggregator, -promote, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../org.eclipse.cbi.p2repo.site/target/repository, -timestamp, 202402231042, -type, nightly, -version-iu, org.eclipse.cbi.p2repo.aggregator.editor.feature, -iu-filter-pattern, org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.*, -commit, https://github.com/eclipse-cbi/p2repo-aggregator/commit/1cbf2629f9f7d265f8129273df47250d9e8115eb, -breadcrumb, CBI p2 Aggregator https://projects.eclipse.org/projects/technology.cbi, -favicon, https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/favicon.ico, -title-image, https://www.eclipse.org/org/workinggroups/assets/images/wg_eclipse_ide.svg, -body-image, https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg] !SESSION 2024-02-23 10:44:52.053 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.justj.p2.manager -remote genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator -retain 5 -label CBI p2 Aggregator Tools -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync -relative tools -target-url https://download.eclipse.org/cbi/updates/p2-aggregator -promote /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../org.eclipse.cbi.p2repo.site/target/repository -timestamp 202402231042 -type nightly -version-iu org.eclipse.cbi.p2repo.aggregator.editor.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/eclipse-cbi/p2repo-aggregator/commit/1cbf2629f9f7d265f8129273df47250d9e8115eb -breadcrumb CBI p2 Aggregator https://projects.eclipse.org/projects/technology.cbi -favicon https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/favicon.ico -title-image https://www.eclipse.org/org/workinggroups/assets/images/wg_eclipse_ide.svg -body-image https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg Command-line arguments: -data /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator -retain 5 -label CBI p2 Aggregator Tools -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync -relative tools -target-url https://download.eclipse.org/cbi/updates/p2-aggregator -promote /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../org.eclipse.cbi.p2repo.site/target/repository -timestamp 202402231042 -type nightly -version-iu org.eclipse.cbi.p2repo.aggregator.editor.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/eclipse-cbi/p2repo-aggregator/commit/1cbf2629f9f7d265f8129273df47250d9e8115eb -breadcrumb CBI p2 Aggregator https://projects.eclipse.org/projects/technology.cbi -favicon https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/favicon.ico -title-image https://www.eclipse.org/org/workinggroups/assets/images/wg_eclipse_ide.svg -body-image https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg !ENTRY org.eclipse.justj.p2 2 0 2024-02-23 10:44:53.412 !MESSAGE Starting the p2 manager /usr/bin/ssh genie.cbi@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools /usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools receiving incremental file list ./ milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/p2.index milestone/p2.inf milestone/S202206251500/ milestone/S202206251500/CBI-p2-Aggregator-Tools-Updates-S202206251500.zip.sha256 milestone/S202206251500/CBI-p2-Aggregator-Tools-Updates-S202206251500.zip.sha512 milestone/S202206251500/artifacts.jar milestone/S202206251500/artifacts.xml.xz milestone/S202206251500/content.jar milestone/S202206251500/content.xml.xz milestone/S202206251500/p2.index milestone/S202311221637/ milestone/S202311221637/CBI-p2-Aggregator-Tools-Updates-S202311221637.zip.sha256 milestone/S202311221637/CBI-p2-Aggregator-Tools-Updates-S202311221637.zip.sha512 milestone/S202311221637/artifacts.jar milestone/S202311221637/artifacts.xml.xz milestone/S202311221637/content.jar milestone/S202311221637/content.xml.xz milestone/S202311221637/p2.index milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/p2.index milestone/latest/p2.inf nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/p2.index nightly/p2.inf nightly/N202311221630/ nightly/N202311221630/CBI-p2-Aggregator-Tools-Updates-N202311221630.zip.sha256 nightly/N202311221630/CBI-p2-Aggregator-Tools-Updates-N202311221630.zip.sha512 nightly/N202311221630/artifacts.jar nightly/N202311221630/artifacts.xml.xz nightly/N202311221630/content.jar nightly/N202311221630/content.xml.xz nightly/N202311221630/p2.index nightly/N202312081407/ nightly/N202312081407/CBI-p2-Aggregator-Tools-Updates-N202312081407.zip.sha256 nightly/N202312081407/CBI-p2-Aggregator-Tools-Updates-N202312081407.zip.sha512 nightly/N202312081407/artifacts.jar nightly/N202312081407/artifacts.xml.xz nightly/N202312081407/content.jar nightly/N202312081407/content.xml.xz nightly/N202312081407/p2.index nightly/N202312171052/ nightly/N202312171052/CBI-p2-Aggregator-Tools-Updates-N202312171052.zip.sha256 nightly/N202312171052/CBI-p2-Aggregator-Tools-Updates-N202312171052.zip.sha512 nightly/N202312171052/artifacts.jar nightly/N202312171052/artifacts.xml.xz nightly/N202312171052/content.jar nightly/N202312171052/content.xml.xz nightly/N202312171052/p2.index nightly/N202402040911/ nightly/N202402040911/CBI-p2-Aggregator-Tools-Updates-N202402040911.zip.sha256 nightly/N202402040911/CBI-p2-Aggregator-Tools-Updates-N202402040911.zip.sha512 nightly/N202402040911/artifacts.jar nightly/N202402040911/artifacts.xml.xz nightly/N202402040911/content.jar nightly/N202402040911/content.xml.xz nightly/N202402040911/p2.index nightly/N202402230846/ nightly/N202402230846/CBI-p2-Aggregator-Tools-Updates-N202402230846.zip.sha256 nightly/N202402230846/CBI-p2-Aggregator-Tools-Updates-N202402230846.zip.sha512 nightly/N202402230846/artifacts.jar nightly/N202402230846/artifacts.xml.xz nightly/N202402230846/content.jar nightly/N202402230846/content.xml.xz nightly/N202402230846/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/p2.index nightly/latest/p2.inf sent 1.47K bytes received 816.87K bytes 1.64M bytes/sec total size is 811.08K speedup is 0.99 Promoting nightly /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.site/target/repository to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync Promoting update site to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402231042 Mirroring '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.site/target/repository' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402231042' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-02-23 10:44:57.871 !MESSAGE Messages while mirroring artifact descriptors. Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/compositeArtifacts.jar Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest/compositeArtifacts.jar Recompose composites: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools Recompose: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly <- N202311221630 <- N202312081407 <- N202312171052 <- N202402040911 <- N202402230846 <- N202402231042 Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest Recompose: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone <- S202206251500 <- S202311221637 Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/latest Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202311221630 Cleaning milestones /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/S202206251500 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/S202311221637 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/latest Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202311221630 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312081407 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312171052 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402040911 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402230846 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402231042 Creating archive /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402231042 Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-02-23 10:45:03.084 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/latest/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/S202311221637/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/milestone/S202206251500/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402231042/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402230846/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202402040911/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312171052/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312081407/index.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/tools/ genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/ sending incremental file list ./ index.html milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/index.html milestone/p2.index milestone/S202206251500/ milestone/S202206251500/index.html milestone/S202311221637/ milestone/S202311221637/index.html milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/index.html milestone/latest/p2.index nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.index nightly/N202311221630/ nightly/N202311221630/DELETED nightly/N202312081407/ nightly/N202312081407/index.html nightly/N202312171052/ nightly/N202312171052/index.html nightly/N202402040911/ nightly/N202402040911/index.html nightly/N202402230846/ nightly/N202402230846/index.html nightly/N202402231042/ nightly/N202402231042/CBI-p2-Aggregator-Tools-Updates-N202402231042.zip nightly/N202402231042/CBI-p2-Aggregator-Tools-Updates-N202402231042.zip.sha256 nightly/N202402231042/CBI-p2-Aggregator-Tools-Updates-N202402231042.zip.sha512 nightly/N202402231042/artifacts.jar nightly/N202402231042/artifacts.xml.xz nightly/N202402231042/content.jar nightly/N202402231042/content.xml.xz nightly/N202402231042/index.html nightly/N202402231042/p2.index nightly/N202402231042/features/ nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature.source_1.1.0.v20240223-1040.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature_1.1.0.v20240223-1040.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature.source_1.1.0.v20240201-1804.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.dependencies.feature_1.1.0.v20240201-1804.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.editor.feature.source_1.1.0.v20240223-0841.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.editor.feature_1.1.0.v20240223-0841.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.engine.feature.source_1.1.0.v20231221-1310.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.engine.feature_1.1.0.v20231221-1310.jar nightly/N202402231042/plugins/ nightly/N202402231042/plugins/com.google.guava.failureaccess.source_1.0.2.jar nightly/N202402231042/plugins/com.google.guava.failureaccess_1.0.2.jar nightly/N202402231042/plugins/com.google.guava.source_33.0.0.jre.jar nightly/N202402231042/plugins/com.google.guava_33.0.0.jre.jar nightly/N202402231042/plugins/com.ibm.icu.source_74.2.0.jar nightly/N202402231042/plugins/com.ibm.icu_74.2.0.jar nightly/N202402231042/plugins/org.apache.batik.anim.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.anim_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.awt.util.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.awt.util_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.bridge.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.bridge_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.codec.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.codec_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.dom.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.dom.svg.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.dom.svg_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.dom_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.ext.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.ext_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.gvt.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.gvt_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.parser.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.parser_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.script.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.script_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.svggen.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.svggen_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.transcoder.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.transcoder_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.xml.source_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.batik.xml_1.17.0.v20231215-1130.jar nightly/N202402231042/plugins/org.apache.xalan.source_2.7.2.v20230928-1302.jar nightly/N202402231042/plugins/org.apache.xalan_2.7.2.v20230928-1302.jar nightly/N202402231042/plugins/org.apache.xerces.source_2.12.2.v20230928-1306.jar nightly/N202402231042/plugins/org.apache.xerces_2.12.2.v20230928-1306.jar nightly/N202402231042/plugins/org.apache.xml.resolver.source_1.2.0.v20230928-1222.jar nightly/N202402231042/plugins/org.apache.xml.resolver_1.2.0.v20230928-1222.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit.source_1.1.0.v20240223-1040.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.edit_1.1.0.v20240223-1040.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor.source_1.1.0.v20240223-1040.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.editor_1.1.0.v20240223-1040.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer.source_1.1.0.v20240223-1040.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.analyzer_1.1.0.v20240223-1040.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.edit.source_1.1.0.v20231221-1310.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.edit_1.1.0.v20231221-1310.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.editor.source_1.1.0.v20240223-0841.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.editor_1.1.0.v20240223-0841.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven.source_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.engine.source_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.engine_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.source_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui.source_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.legacy.ui_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.legacy_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.source_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.cli.source_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.cli_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2.edit.source_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2.edit_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2.maven.source_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2.maven_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2.source_1.1.0.v20231221-1310.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2_1.1.0.v20231221-1310.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.util.source_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.util_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.tycho.source_0.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.tycho_0.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.draw2d.source_3.15.0.202401311712.jar nightly/N202402231042/plugins/org.eclipse.draw2d_3.15.0.202401311712.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.common.core.source_1.8.0.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.common.core_1.8.0.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.common.ui.source_1.9.1.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.common.ui_1.9.1.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.11.1.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.11.1.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.source_1.8.0.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.draw2d.ui.render_1.8.0.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.draw2d.ui.source_1.10.2.202401081627.jar nightly/N202402231042/plugins/org.eclipse.gmf.runtime.draw2d.ui_1.10.2.202401081627.jar nightly/N202402231042/plugins/org.eclipse.m2e.maven.runtime.source_3.9.500.20231113-2345.jar nightly/N202402231042/plugins/org.eclipse.m2e.maven.runtime_3.9.500.20231113-2345.jar nightly/N202402231042/plugins/org.eclipse.nebula.cwt.source_1.1.0.202402011804.jar nightly/N202402231042/plugins/org.eclipse.nebula.cwt_1.1.0.202402011804.jar nightly/N202402231042/plugins/org.eclipse.nebula.widgets.cdatetime.source_1.5.0.202402011804.jar nightly/N202402231042/plugins/org.eclipse.nebula.widgets.cdatetime_1.5.0.202402011804.jar nightly/N202402231042/plugins/org.eclipse.zest.core.source_1.11.0.202401311712.jar nightly/N202402231042/plugins/org.eclipse.zest.core_1.11.0.202401311712.jar nightly/N202402231042/plugins/org.eclipse.zest.layouts.source_1.4.0.202401311712.jar nightly/N202402231042/plugins/org.eclipse.zest.layouts_1.4.0.202401311712.jar nightly/N202402231042/plugins/org.kohsuke.args4j.source_2.33.0.jar nightly/N202402231042/plugins/org.kohsuke.args4j_2.33.0.jar nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/p2.index sent 135.88M bytes received 7.47K bytes 30.20M bytes/sec total size is 137.13M speedup is 1.01 /usr/bin/ssh genie.cbi@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done rm -rf /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202311221630 /usr/bin/ssh genie.cbi@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools -name plugins -a -type d); do echo touch -r $i $(dirname $i) touch -r $i $(dirname $i) done touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202402040911/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202402040911 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202312171052/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202312171052 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202402230846/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202402230846 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202312081407/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202312081407 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202402231042/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202402231042 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/milestone/S202311221637/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/milestone/S202311221637 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/milestone/S202206251500/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/tools/milestone/S202206251500 [INFO] [INFO] --- tycho-eclipserun:4.0.4:eclipse-run (promote-products) @ org.eclipse.cbi.promote --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -install, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator, -retain, 5, -label, CBI p2 Aggregator Products, -build-url, https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator-build/, -root, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync, -relative, products, -target-url, https://download.eclipse.org/cbi/updates/p2-aggregator, -promote, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.cli.product/target/repository, -promote-products, /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.cli.product/target/products, -timestamp, 202402231042, -type, nightly, -version-iu, org.eclipse.cbi.p2repo.cli.product.feature, -iu-filter-pattern, org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.*, -commit, https://github.com/eclipse-cbi/p2repo-aggregator/commit/1cbf2629f9f7d265f8129273df47250d9e8115eb, -breadcrumb, CBI p2 Aggregator https://projects.eclipse.org/projects/technology.cbi, -favicon, https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/favicon.ico, -title-image, https://www.eclipse.org/org/workinggroups/assets/images/wg_eclipse_ide.svg, -body-image, https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg] !SESSION 2024-02-23 10:45:08.843 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.justj.p2.manager -remote genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator -retain 5 -label CBI p2 Aggregator Products -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync -relative products -target-url https://download.eclipse.org/cbi/updates/p2-aggregator -promote /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.cli.product/target/repository -promote-products /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.cli.product/target/products -timestamp 202402231042 -type nightly -version-iu org.eclipse.cbi.p2repo.cli.product.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/eclipse-cbi/p2repo-aggregator/commit/1cbf2629f9f7d265f8129273df47250d9e8115eb -breadcrumb CBI p2 Aggregator https://projects.eclipse.org/projects/technology.cbi -favicon https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/favicon.ico -title-image https://www.eclipse.org/org/workinggroups/assets/images/wg_eclipse_ide.svg -body-image https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg Command-line arguments: -data /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator -retain 5 -label CBI p2 Aggregator Products -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.aggregator-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync -relative products -target-url https://download.eclipse.org/cbi/updates/p2-aggregator -promote /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.cli.product/target/repository -promote-products /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.cli.product/target/products -timestamp 202402231042 -type nightly -version-iu org.eclipse.cbi.p2repo.cli.product.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/eclipse-cbi/p2repo-aggregator/commit/1cbf2629f9f7d265f8129273df47250d9e8115eb -breadcrumb CBI p2 Aggregator https://projects.eclipse.org/projects/technology.cbi -favicon https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/favicon.ico -title-image https://www.eclipse.org/org/workinggroups/assets/images/wg_eclipse_ide.svg -body-image https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/cbi.svg !ENTRY org.eclipse.justj.p2 2 0 2024-02-23 10:45:09.667 !MESSAGE Starting the p2 manager /usr/bin/ssh genie.cbi@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products /usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/ /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products receiving incremental file list ./ milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/p2.index milestone/p2.inf milestone/S202206251500/ milestone/S202206251500/CBI-p2-Aggregator-Products-Updates-S202206251500.zip.sha256 milestone/S202206251500/CBI-p2-Aggregator-Products-Updates-S202206251500.zip.sha512 milestone/S202206251500/artifacts.jar milestone/S202206251500/artifacts.xml.xz milestone/S202206251500/content.jar milestone/S202206251500/content.xml.xz milestone/S202206251500/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 milestone/S202206251500/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 milestone/S202206251500/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 milestone/S202206251500/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 milestone/S202206251500/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 milestone/S202206251500/p2.index milestone/S202311221637/ milestone/S202311221637/CBI-p2-Aggregator-Products-Updates-S202311221637.zip.sha256 milestone/S202311221637/CBI-p2-Aggregator-Products-Updates-S202311221637.zip.sha512 milestone/S202311221637/artifacts.jar milestone/S202311221637/artifacts.xml.xz milestone/S202311221637/content.jar milestone/S202311221637/content.xml.xz milestone/S202311221637/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 milestone/S202311221637/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 milestone/S202311221637/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 milestone/S202311221637/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 milestone/S202311221637/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 milestone/S202311221637/p2.index milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 milestone/latest/p2.index milestone/latest/p2.inf nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/p2.index nightly/p2.inf nightly/N202311221630/ nightly/N202311221630/CBI-p2-Aggregator-Products-Updates-N202311221630.zip.sha256 nightly/N202311221630/CBI-p2-Aggregator-Products-Updates-N202311221630.zip.sha512 nightly/N202311221630/artifacts.jar nightly/N202311221630/artifacts.xml.xz nightly/N202311221630/content.jar nightly/N202311221630/content.xml.xz nightly/N202311221630/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202311221630/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202311221630/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202311221630/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202311221630/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202311221630/p2.index nightly/N202312081407/ nightly/N202312081407/CBI-p2-Aggregator-Products-Updates-N202312081407.zip.sha256 nightly/N202312081407/CBI-p2-Aggregator-Products-Updates-N202312081407.zip.sha512 nightly/N202312081407/artifacts.jar nightly/N202312081407/artifacts.xml.xz nightly/N202312081407/content.jar nightly/N202312081407/content.xml.xz nightly/N202312081407/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202312081407/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202312081407/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202312081407/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202312081407/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202312081407/p2.index nightly/N202312171052/ nightly/N202312171052/CBI-p2-Aggregator-Products-Updates-N202312171052.zip.sha256 nightly/N202312171052/CBI-p2-Aggregator-Products-Updates-N202312171052.zip.sha512 nightly/N202312171052/artifacts.jar nightly/N202312171052/artifacts.xml.xz nightly/N202312171052/content.jar nightly/N202312171052/content.xml.xz nightly/N202312171052/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202312171052/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202312171052/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202312171052/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202312171052/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202312171052/p2.index nightly/N202402040911/ nightly/N202402040911/CBI-p2-Aggregator-Products-Updates-N202402040911.zip.sha256 nightly/N202402040911/CBI-p2-Aggregator-Products-Updates-N202402040911.zip.sha512 nightly/N202402040911/artifacts.jar nightly/N202402040911/artifacts.xml.xz nightly/N202402040911/content.jar nightly/N202402040911/content.xml.xz nightly/N202402040911/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202402040911/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202402040911/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202402040911/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202402040911/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202402040911/p2.index nightly/N202402230846/ nightly/N202402230846/CBI-p2-Aggregator-Products-Updates-N202402230846.zip.sha256 nightly/N202402230846/CBI-p2-Aggregator-Products-Updates-N202402230846.zip.sha512 nightly/N202402230846/artifacts.jar nightly/N202402230846/artifacts.xml.xz nightly/N202402230846/content.jar nightly/N202402230846/content.xml.xz nightly/N202402230846/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202402230846/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202402230846/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202402230846/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202402230846/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202402230846/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/latest/p2.index nightly/latest/p2.inf sent 2.33K bytes received 1.68M bytes 1.12M bytes/sec total size is 1.67M speedup is 0.99 Promoting nightly /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/repository to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync Promoting update site to /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042 Mirroring '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/repository' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-02-23 10:45:13.602 !MESSAGE Messages while mirroring artifact descriptors. Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512' Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/compositeArtifacts.jar Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/compositeArtifacts.jar Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512' Recompose composites: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products Recompose: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly <- N202311221630 <- N202312081407 <- N202312171052 <- N202402040911 <- N202402230846 <- N202402231042 Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512' Recompose: /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone <- S202206251500 <- S202311221637 Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone Composing update site /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/products/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512' Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202311221630 Cleaning milestones /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/S202206251500 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/S202311221637 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202311221630 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312081407 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312171052 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402040911 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402230846 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042 Creating archive /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042 Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-02-23 10:45:21.062 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/latest/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/S202311221637/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/milestone/S202206251500/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402231042/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402230846/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202402040911/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312171052/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312081407/index.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator/releng/org.eclipse.cbi.p2repo.releng.parent/promotion/target/cbi-p2-sync/products/ genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/ sending incremental file list ./ index.html milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/index.html milestone/p2.index milestone/S202206251500/ milestone/S202206251500/index.html milestone/S202311221637/ milestone/S202311221637/index.html milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/index.html milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz milestone/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz milestone/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 milestone/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip milestone/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 milestone/latest/p2.index nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.index nightly/N202311221630/ nightly/N202311221630/DELETED nightly/N202312081407/ nightly/N202312081407/index.html nightly/N202312171052/ nightly/N202312171052/index.html nightly/N202402040911/ nightly/N202402040911/index.html nightly/N202402230846/ nightly/N202402230846/index.html nightly/N202402231042/ nightly/N202402231042/CBI-p2-Aggregator-Products-Updates-N202402231042.zip nightly/N202402231042/CBI-p2-Aggregator-Products-Updates-N202402231042.zip.sha256 nightly/N202402231042/CBI-p2-Aggregator-Products-Updates-N202402231042.zip.sha512 nightly/N202402231042/artifacts.jar nightly/N202402231042/artifacts.xml.xz nightly/N202402231042/content.jar nightly/N202402231042/content.xml.xz nightly/N202402231042/index.html nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip nightly/N202402231042/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202402231042/p2.index nightly/N202402231042/binary/ nightly/N202402231042/binary/org.eclipse.cbi.p2repo.cli.product.executable.cocoa.macosx.aarch64_1.1.0.v20240220-1431 nightly/N202402231042/binary/org.eclipse.cbi.p2repo.cli.product.executable.cocoa.macosx.x86_64_1.1.0.v20240220-1431 nightly/N202402231042/binary/org.eclipse.cbi.p2repo.cli.product.executable.gtk.linux.aarch64_1.1.0.v20240220-1431 nightly/N202402231042/binary/org.eclipse.cbi.p2repo.cli.product.executable.gtk.linux.x86_64_1.1.0.v20240220-1431 nightly/N202402231042/binary/org.eclipse.cbi.p2repo.cli.product.executable.win32.win32.x86_64_1.1.0.v20240220-1431 nightly/N202402231042/features/ nightly/N202402231042/features/org.eclipse.cbi.p2repo.aggregator.engine.feature_1.1.0.v20231221-1310.jar nightly/N202402231042/features/org.eclipse.cbi.p2repo.cli.product.feature_1.1.0.v20240220-1431.jar nightly/N202402231042/features/org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar nightly/N202402231042/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar nightly/N202402231042/features/org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar nightly/N202402231042/features/org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar nightly/N202402231042/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar nightly/N202402231042/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar nightly/N202402231042/features/org.eclipse.equinox.core.feature_1.15.0.v20240214-0846.jar nightly/N202402231042/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar nightly/N202402231042/features/org.eclipse.equinox.p2.core.feature_1.7.100.v20240220-1431.jar nightly/N202402231042/plugins/ nightly/N202402231042/plugins/bcpg_1.77.0.jar nightly/N202402231042/plugins/bcprov_1.77.0.jar nightly/N202402231042/plugins/com.google.guava.failureaccess_1.0.2.jar nightly/N202402231042/plugins/com.google.guava_33.0.0.jre.jar nightly/N202402231042/plugins/com.sun.jna.platform_5.14.0.jar nightly/N202402231042/plugins/com.sun.jna_5.14.0.v20231211-1200.jar nightly/N202402231042/plugins/jakarta.annotation-api_1.3.5.jar nightly/N202402231042/plugins/jakarta.inject.jakarta.inject-api_1.0.5.jar nightly/N202402231042/plugins/org.apache.ant_1.10.14.v20230922-1200.jar nightly/N202402231042/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar nightly/N202402231042/plugins/org.apache.commons.cli_1.6.0.jar nightly/N202402231042/plugins/org.apache.commons.commons-codec_1.16.0.jar nightly/N202402231042/plugins/org.apache.commons.lang3_3.14.0.jar nightly/N202402231042/plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar nightly/N202402231042/plugins/org.apache.felix.gogo.command_1.1.2.jar nightly/N202402231042/plugins/org.apache.felix.gogo.runtime_1.1.6.jar nightly/N202402231042/plugins/org.apache.felix.gogo.shell_1.1.4.jar nightly/N202402231042/plugins/org.apache.felix.scr_2.2.10.jar nightly/N202402231042/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar nightly/N202402231042/plugins/org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar nightly/N202402231042/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar nightly/N202402231042/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar nightly/N202402231042/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar nightly/N202402231042/plugins/org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.engine.maven_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.engine_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator.legacy_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.aggregator_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.cli_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2.maven_1.1.0.v20231217-1050.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.p2_1.1.0.v20231221-1310.jar nightly/N202402231042/plugins/org.eclipse.cbi.p2repo.util_1.1.0.v20231007-0716.jar nightly/N202402231042/plugins/org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar nightly/N202402231042/plugins/org.eclipse.core.expressions_3.9.300.v20240207-1044.jar nightly/N202402231042/plugins/org.eclipse.core.filesystem_1.10.300.v20240124-1325.jar nightly/N202402231042/plugins/org.eclipse.core.jobs_3.15.200.v20231214-1526.jar nightly/N202402231042/plugins/org.eclipse.core.resources_3.20.100.v20240209-1706.jar nightly/N202402231042/plugins/org.eclipse.core.runtime_3.31.0.v20240215-1631.jar nightly/N202402231042/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar nightly/N202402231042/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar nightly/N202402231042/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar nightly/N202402231042/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar nightly/N202402231042/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar nightly/N202402231042/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar nightly/N202402231042/plugins/org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar nightly/N202402231042/plugins/org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar nightly/N202402231042/plugins/org.eclipse.ecf_3.11.0.v20230507-1923.jar nightly/N202402231042/plugins/org.eclipse.emf.common_2.30.0.v20231210-0956.jar nightly/N202402231042/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar nightly/N202402231042/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar nightly/N202402231042/plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427.jar nightly/N202402231042/plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846.jar nightly/N202402231042/plugins/org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar nightly/N202402231042/plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244.jar nightly/N202402231042/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar nightly/N202402231042/plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar nightly/N202402231042/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar nightly/N202402231042/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar nightly/N202402231042/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar nightly/N202402231042/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar nightly/N202402231042/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar nightly/N202402231042/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar nightly/N202402231042/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240220-1431.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.console_1.3.300.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359.jar nightly/N202402231042/plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar nightly/N202402231042/plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar nightly/N202402231042/plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar nightly/N202402231042/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar nightly/N202402231042/plugins/org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar nightly/N202402231042/plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244.jar nightly/N202402231042/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar nightly/N202402231042/plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar nightly/N202402231042/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar nightly/N202402231042/plugins/org.eclipse.m2e.maven.runtime_3.9.500.20231113-2345.jar nightly/N202402231042/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar nightly/N202402231042/plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar nightly/N202402231042/plugins/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar nightly/N202402231042/plugins/org.eclipse.osgi_3.19.0.v20240213-1246.jar nightly/N202402231042/plugins/org.eclipse.update.configurator_3.5.300.v20240215-1631.jar nightly/N202402231042/plugins/org.kohsuke.args4j_2.33.0.jar nightly/N202402231042/plugins/org.objectweb.asm.commons_9.6.0.jar nightly/N202402231042/plugins/org.objectweb.asm.tree.analysis_9.6.0.jar nightly/N202402231042/plugins/org.objectweb.asm.tree_9.6.0.jar nightly/N202402231042/plugins/org.objectweb.asm.util_9.6.0.jar nightly/N202402231042/plugins/org.objectweb.asm_9.6.0.jar nightly/N202402231042/plugins/org.osgi.service.cm_1.6.1.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.component_1.5.1.202212101352.jar nightly/N202402231042/plugins/org.osgi.service.device_1.1.1.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.event_1.4.1.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar nightly/N202402231042/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar nightly/N202402231042/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar nightly/N202402231042/plugins/org.osgi.util.function_1.2.0.202109301733.jar nightly/N202402231042/plugins/org.osgi.util.measurement_1.0.2.201802012109.jar nightly/N202402231042/plugins/org.osgi.util.position_1.0.1.201505202026.jar nightly/N202402231042/plugins/org.osgi.util.promise_1.3.0.202212101352.jar nightly/N202402231042/plugins/org.osgi.util.xml_1.0.2.202109301733.jar nightly/N202402231042/plugins/org.sat4j.core_2.3.6.v20201214.jar nightly/N202402231042/plugins/org.sat4j.pb_2.3.6.v20201214.jar nightly/N202402231042/plugins/org.tukaani.xz_1.9.0.jar nightly/N202402231042/plugins/slf4j.api_2.0.12.jar nightly/N202402231042/plugins/slf4j.nop_2.0.12.jar nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip nightly/latest/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip.sha512 nightly/latest/p2.index sent 564.11M bytes received 442.29K bytes 24.02M bytes/sec total size is 668.59M speedup is 1.18 /usr/bin/ssh genie.cbi@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done rm -rf /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202311221630 /usr/bin/ssh genie.cbi@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products -name plugins -a -type d); do echo touch -r $i $(dirname $i) touch -r $i $(dirname $i) done touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202402040911/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202402040911 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202312171052/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202312171052 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202402230846/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202402230846 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202312081407/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202312081407 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202402231042/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/N202402231042 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/milestone/S202311221637/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/milestone/S202311221637 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/milestone/S202206251500/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-aggregator/products/milestone/S202206251500 [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.promote --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.promote --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.promote --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.cbi.p2repo.releng.parent 1.1.0-SNAPSHOT SUCCESS [ 1.315 s] [INFO] org.eclipse.cbi.p2repo.util 1.1.0-SNAPSHOT ......... SUCCESS [ 20.992 s] [INFO] org.eclipse.cbi.p2repo.p2 1.1.0-SNAPSHOT ........... SUCCESS [ 5.755 s] [INFO] org.eclipse.cbi.p2repo.cli 1.1.0-SNAPSHOT .......... SUCCESS [ 2.972 s] [INFO] org.eclipse.cbi.p2repo.aggregator 1.1.0-SNAPSHOT ... SUCCESS [ 4.194 s] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer 1.1.0-SNAPSHOT SUCCESS [ 2.850 s] [INFO] org.eclipse.cbi.p2repo.p2.edit 1.1.0-SNAPSHOT ...... SUCCESS [ 2.425 s] [INFO] org.eclipse.cbi.p2repo.aggregator.edit 1.1.0-SNAPSHOT SUCCESS [ 3.135 s] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer.edit 1.1.0-SNAPSHOT SUCCESS [ 2.430 s] [INFO] org.eclipse.cbi.p2repo.p2.maven 1.1.0-SNAPSHOT ..... SUCCESS [ 4.055 s] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.maven 1.1.0-SNAPSHOT SUCCESS [ 4.605 s] [INFO] org.eclipse.cbi.p2repo.aggregator.engine 1.1.0-SNAPSHOT SUCCESS [ 4.183 s] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer.editor 1.1.0-SNAPSHOT SUCCESS [ 11.831 s] [INFO] org.eclipse.cbi.p2repo.aggregator.editor 1.1.0-SNAPSHOT SUCCESS [ 3.685 s] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy 1.1.0-SNAPSHOT SUCCESS [ 2.322 s] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy.ui 1.1.0-SNAPSHOT SUCCESS [ 3.082 s] [INFO] org.eclipse.cbi.tycho 0.1.0-SNAPSHOT ............... SUCCESS [ 2.139 s] [INFO] org.eclipse.cbi.p2repo.p2.tests 1.1.0-SNAPSHOT ..... SUCCESS [ 6.200 s] [INFO] org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature 1.1.0-SNAPSHOT SUCCESS [ 2.577 s] [INFO] org.eclipse.cbi.p2repo.aggregator.dependencies.feature 1.1.0-SNAPSHOT SUCCESS [ 2.711 s] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.feature 1.1.0-SNAPSHOT SUCCESS [ 2.416 s] [INFO] org.eclipse.cbi.p2repo.aggregator.editor.feature 1.1.0-SNAPSHOT SUCCESS [ 2.235 s] [INFO] org.eclipse.cbi.p2repo.cli.product.feature 1.1.0-SNAPSHOT SUCCESS [ 2.511 s] [INFO] org.eclipse.cbi.p2repo.tests.feature 1.1.0-SNAPSHOT SUCCESS [ 1.948 s] [INFO] org.eclipse.cbi.p2repo.site 1.1.0-SNAPSHOT ......... SUCCESS [ 10.116 s] [INFO] org.eclipse.cbi.p2repo.cli.product 1.1.0-SNAPSHOT .. SUCCESS [ 31.746 s] [INFO] org.eclipse.cbi.p2repo.aggregator.prereqs 1.1.0-SNAPSHOT SUCCESS [ 0.009 s] [INFO] org.eclipse.cbi.promote 1.1.0-SNAPSHOTT ............ SUCCESS [ 58.841 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:41 min [INFO] Finished at: 2024-02-23T10:45:45Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 158 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Results) Stage "Archive Results" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS