Started by user Ed Merks Running as Ed Merks Obtained Jenkinsfile from git https://github.com/merks/p2repo-sbom [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-lpt5b 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-lpt5b" 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-lpt5b" - 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-lpt5b" - 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-lpt5b in /home/jenkins/agent/workspace/cbi.p2repo.sbom-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] echo BUILD_TYPE=nightly [Pipeline] echo PROMOTE=true [Pipeline] echo ARCHIVE=false [Pipeline] script [Pipeline] { [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 Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/merks/p2repo-sbom.git Avoid second fetch Checking out Revision 0c7c859554608b3e2aa913dee341f1acd2c7287b (refs/remotes/origin/main) Commit message: "Initial prototype for generating a CycloneDX SBOM from a p2 repository" First time build. Skipping changelog. > git init /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom # timeout=10 Fetching upstream changes from https://github.com/merks/p2repo-sbom.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/merks/p2repo-sbom.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/merks/p2repo-sbom.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 0c7c859554608b3e2aa913dee341f1acd2c7287b # timeout=10 > git rev-list --no-walk 8b3b8dc56b23b20eed6bbc9ce3fa4ece59ebdd59 # timeout=10 [Pipeline] echo [GIT_BRANCH:origin/main, GIT_CHECKOUT_DIR:p2repo-sbom, GIT_COMMIT:0c7c859554608b3e2aa913dee341f1acd2c7287b, GIT_PREVIOUS_COMMIT:8b3b8dc56b23b20eed6bbc9ce3fa4ece59ebdd59, GIT_PREVIOUS_SUCCESSFUL_COMMIT:8b3b8dc56b23b20eed6bbc9ce3fa4ece59ebdd59, GIT_URL:https://github.com/merks/p2repo-sbom.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-aZANlCI8YevB/agent.150 SSH_AGENT_PID=152 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build@tmp/private_key_7324002712760338508.key (/home/jenkins/agent/workspace/cbi.p2repo.sbom-build@tmp/private_key_7324002712760338508.key) [ssh-agent] Started. [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent [Pipeline] { [Pipeline] sh + pwd /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.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.sbom-build/ -Dorg.eclipse.download.location.relative=cbi/updates/p2-sbom -Dorg.eclipse.justj.p2.manager.relative= -Dbuild.type=nightly -Dgit.commit=0c7c859554608b3e2aa913dee341f1acd2c7287b -Dbuild.id=7 -DskipTests=false -Peclipse-sign -Ppromote 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: "5.18.5-100.fc35.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.sbom.releng.parent [pom] [INFO] org.eclipse.cbi.p2repo.sbom [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.sbom.tests [eclipse-test-plugin] [INFO] org.eclipse.cbi.p2repo.sbom.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.sbom.dependencies.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.sbom.tests.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.sbom.cli.product.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.sbom.cli.product [eclipse-repository] [INFO] org.eclipse.cbi.p2repo.sbom.site [eclipse-repository] [INFO] org.eclipse.cbi.p2repo.sbom.prereqs [eclipse-target-definition] [INFO] org.eclipse.cbi.p2repo.sbom.promote [pom] [INFO] [INFO] -----< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.releng.parent >------ [INFO] Building org.eclipse.cbi.p2repo.sbom.releng.parent 0.1.0-SNAPSHOT [1/11] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.releng.parent --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.releng.parent --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.releng.parent --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.releng.parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.releng.parent --- [INFO] [INFO] ------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom >------------- [INFO] Building org.eclipse.cbi.p2repo.sbom 0.1.0-SNAPSHOT [2/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.target/org.eclipse.cbi.p2repo.sbom.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@5d93ad98 [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.sbom:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.sbom --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.sbom [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/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.sbom --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/target/org.eclipse.cbi.p2repo.sbom-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/target/org.eclipse.cbi.p2repo.sbom-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/latest [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/latest [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-sbom/products/nightly/latest [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-sbom/products/nightly/latest [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/target/org.eclipse.cbi.p2repo.sbom-0.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/plugins/org.eclipse.cbi.p2repo.sbom/target/org.eclipse.cbi.p2repo.sbom-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.tests >---------- [INFO] Building org.eclipse.cbi.p2repo.sbom.tests 0.1.0-SNAPSHOT [3/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Resolving class path of org.eclipse.cbi.p2repo.sbom.tests [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.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.sbom.tests --- [INFO] [INFO] --- resources:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/org.eclipse.cbi.p2repo.sbom.tests-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/org.eclipse.cbi.p2repo.sbom.tests-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/pom.xml [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.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.v20231214-2017/org.eclipse.equinox.launcher-1.6.700.v20231214-2017.jar, -data, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/work/data, -install, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/work, -configuration, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/surefire.properties] Running org.eclipse.cbi.p2repo.sbom.tests.SBOMTest org.example mylibrary 1.0.0 https://example.org/support/sbom/portal-server/1.0.0An external SBOM that describes what this component includes2cd42512b65500dc7ba0ff13490b0b73226247b40160f2892fa4c7851b5b913d5d10912d09a72795a920c1a9c0209cfb8395f8d97089832d249cba8c0938a3423b3ed1d1 { "bomFormat" : "CycloneDX", "specVersion" : "1.5", "version" : 1, "components" : [ { "group" : "org.example", "name" : "mylibrary", "version" : "1.0.0", "externalReferences" : [ { "type" : "bom", "url" : "https://example.org/support/sbom/portal-server/1.0.0", "comment" : "An external SBOM that describes what this component includes", "hashes" : [ { "alg" : "MD5", "content" : "2cd42512b65500dc7ba0ff13490b0b73" }, { "alg" : "SHA-1", "content" : "226247b40160f2892fa4c7851b5b913d5d10912d" }, { "alg" : "SHA-256", "content" : "09a72795a920c1a9c0209cfb8395f8d97089832d249cba8c0938a3423b3ed1d1" } ] } ], "type" : "library" } ] } Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.eclipse.cbi.p2repo.sbom.tests.SBOMTest org.eclipse.cbi.p2repo.sbom.tests.SBOMTest.test -- Time elapsed: 0.290 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/org.eclipse.cbi.p2repo.sbom.tests-0.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/tests/org.eclipse.cbi.p2repo.sbom.tests/target/org.eclipse.cbi.p2repo.sbom.tests-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.feature >--------- [INFO] Building org.eclipse.cbi.p2repo.sbom.feature 0.1.0-SNAPSHOT [4/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/target/org.eclipse.cbi.p2repo.sbom.feature-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/target/org.eclipse.cbi.p2repo.sbom.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/target/org.eclipse.cbi.p2repo.sbom.feature-0.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.feature/target/org.eclipse.cbi.p2repo.sbom.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.dependencies.feature >-- [INFO] Building org.eclipse.cbi.p2repo.sbom.dependencies.feature 0.1.0-SNAPSHOT [5/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.dependencies.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/target/org.eclipse.cbi.p2repo.sbom.dependencies.feature-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/target/org.eclipse.cbi.p2repo.sbom.dependencies.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.dependencies.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.dependencies.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/target/org.eclipse.cbi.p2repo.sbom.dependencies.feature-0.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature/target/org.eclipse.cbi.p2repo.sbom.dependencies.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.tests.feature >------ [INFO] Building org.eclipse.cbi.p2repo.sbom.tests.feature 0.1.0-SNAPSHOT [6/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.tests.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/target/org.eclipse.cbi.p2repo.sbom.tests.feature-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/target/org.eclipse.cbi.p2repo.sbom.tests.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.tests.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/target/org.eclipse.cbi.p2repo.sbom.tests.feature-0.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.tests.feature/target/org.eclipse.cbi.p2repo.sbom.tests.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.cli.product.feature >--- [INFO] Building org.eclipse.cbi.p2repo.sbom.cli.product.feature 0.1.0-SNAPSHOT [7/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.cli.product.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/target/org.eclipse.cbi.p2repo.sbom.cli.product.feature-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/target/org.eclipse.cbi.p2repo.sbom.cli.product.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.cli.product.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.cli.product.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/target/org.eclipse.cbi.p2repo.sbom.cli.product.feature-0.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature/target/org.eclipse.cbi.p2repo.sbom.cli.product.feature-0.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.cli.product >------- [INFO] Building org.eclipse.cbi.p2repo.sbom.cli.product 0.1.0-SNAPSHOT [8/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.cli.product:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cbi.p2repo.sbom.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.sbom.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.sbom.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.sbom.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.sbom.cli.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] [a94716cf-c32f-4400-9683-4ac2847a3911][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.sbom.cli.product.executable.gtk.linux.aarch64,0.1.0.v20240107-1150. [WARNING] [a94716cf-c32f-4400-9683-4ac2847a3911][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.sbom.cli.product.executable.gtk.linux.x86_64,0.1.0.v20240107-1150. [WARNING] [a94716cf-c32f-4400-9683-4ac2847a3911][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.sbom.cli.product.executable.cocoa.macosx.x86_64,0.1.0.v20240107-1150. [WARNING] [a94716cf-c32f-4400-9683-4ac2847a3911][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.sbom.cli.product.executable.cocoa.macosx.aarch64,0.1.0.v20240107-1150. [WARNING] [a94716cf-c32f-4400-9683-4ac2847a3911][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of binary,org.eclipse.cbi.p2repo.sbom.cli.product.executable.win32.win32.x86_64,0.1.0.v20240107-1150. [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.cbi.p2repo.sbom.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.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/org.eclipse.cbi.p2repo.sbom.cli.product-0.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] [INFO] --- tycho-p2-director:4.0.4:materialize-products (materialize-products) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] Installing product org.eclipse.cbi.p2repo.sbom.cli.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product/linux/gtk/x86_64/cbi-sbom Installing org.eclipse.cbi.p2repo.sbom.cli.product 0.1.0.v20240107-1150. Operation completed in 2294 ms. [INFO] Installing product org.eclipse.cbi.p2repo.sbom.cli.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product/linux/gtk/aarch64/cbi-sbom Installing org.eclipse.cbi.p2repo.sbom.cli.product 0.1.0.v20240107-1150. Operation completed in 1677 ms. [INFO] Installing product org.eclipse.cbi.p2repo.sbom.cli.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product/win32/win32/x86_64/cbi-sbom Installing org.eclipse.cbi.p2repo.sbom.cli.product 0.1.0.v20240107-1150. Operation completed in 1741 ms. [INFO] Installing product org.eclipse.cbi.p2repo.sbom.cli.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product/macosx/cocoa/x86_64/cbi-sbom.app Installing org.eclipse.cbi.p2repo.sbom.cli.product 0.1.0.v20240107-1150. Operation completed in 1564 ms. [INFO] Installing product org.eclipse.cbi.p2repo.sbom.cli.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product/macosx/cocoa/aarch64/cbi-sbom.app Installing org.eclipse.cbi.p2repo.sbom.cli.product 0.1.0.v20240107-1150. Operation completed in 1482 ms. [INFO] [INFO] --- tycho-p2-director:4.0.4:archive-products (archive-products) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.cli.product --- [INFO] [INFO] ----------< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.site >---------- [INFO] Building org.eclipse.cbi.p2repo.sbom.site 0.1.0-SNAPSHOT [9/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.site:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.site/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] The project's OSGi version is 0.1.0.v20240107-1150 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] [INFO] --- resources:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cbi.p2repo.sbom.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.sbom.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.sbom.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.sbom.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.sbom.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.sbom.site --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.cbi.p2repo.sbom.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.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.site/target/org.eclipse.cbi.p2repo.sbom.site-0.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.site --- [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.prereqs >--------- [INFO] Building org.eclipse.cbi.p2repo.sbom.prereqs 0.1.0-SNAPSHOT [10/11] [INFO] from /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.target/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.prereqs --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.prereqs --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.cbi.p2repo.sbom.prereqs --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.prereqs --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.prereqs --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.prereqs --- [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.sbom.promote >--------- [INFO] Building org.eclipse.cbi.p2repo.sbom.promote 0.1.0-SNAPSHOT [11/11] [INFO] from promotion/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.cbi.p2repo.sbom.promote --- [INFO] [INFO] --- tycho-eclipserun:4.0.4:eclipse-run (promote-tools) @ org.eclipse.cbi.p2repo.sbom.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.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.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.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.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-sbom, -retain, 5, -label, CBI p2 SBOM, -build-url, https://ci.eclipse.org/cbi/job/cbi.p2repo.sbom-build/, -root, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync, -relative, tools, -target-url, https://download.eclipse.org/cbi/updates/p2-sbom, -promote, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../org.eclipse.cbi.p2repo.sbom.site/target/repository, -timestamp, 202401071153, -type, nightly, -version-iu, org.eclipse.cbi.p2repo.sbom.feature, -iu-filter-pattern, org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.*, -commit, https://github.com/merks/p2repo-sbom/commit/0c7c859554608b3e2aa913dee341f1acd2c7287b, -breadcrumb, CBI p2 SBOM 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-01-07 11:55:00.469 ----------------------------------------------- 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-sbom -retain 5 -label CBI p2 SBOM -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.sbom-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync -relative tools -target-url https://download.eclipse.org/cbi/updates/p2-sbom -promote /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../org.eclipse.cbi.p2repo.sbom.site/target/repository -timestamp 202401071153 -type nightly -version-iu org.eclipse.cbi.p2repo.sbom.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/merks/p2repo-sbom/commit/0c7c859554608b3e2aa913dee341f1acd2c7287b -breadcrumb CBI p2 SBOM 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.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.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-sbom -retain 5 -label CBI p2 SBOM -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.sbom-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync -relative tools -target-url https://download.eclipse.org/cbi/updates/p2-sbom -promote /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../org.eclipse.cbi.p2repo.sbom.site/target/repository -timestamp 202401071153 -type nightly -version-iu org.eclipse.cbi.p2repo.sbom.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/merks/p2repo-sbom/commit/0c7c859554608b3e2aa913dee341f1acd2c7287b -breadcrumb CBI p2 SBOM 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-01-07 11:55:01.362 !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-sbom/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-sbom/tools/ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools receiving incremental file list ./ nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/p2.index nightly/N202312231409/ nightly/N202312231409/CBI-p2-SBOM-Updates-N202312231409.zip.sha256 nightly/N202312231409/CBI-p2-SBOM-Updates-N202312231409.zip.sha512 nightly/N202312231409/artifacts.jar nightly/N202312231409/artifacts.xml.xz nightly/N202312231409/content.jar nightly/N202312231409/content.xml.xz nightly/N202312231409/p2.index nightly/N202312231522/ nightly/N202312231522/CBI-p2-SBOM-Updates-N202312231522.zip.sha256 nightly/N202312231522/CBI-p2-SBOM-Updates-N202312231522.zip.sha512 nightly/N202312231522/artifacts.jar nightly/N202312231522/artifacts.xml.xz nightly/N202312231522/content.jar nightly/N202312231522/content.xml.xz nightly/N202312231522/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/p2.index sent 567 bytes received 156.78K bytes 44.96K bytes/sec total size is 155.09K speedup is 0.99 Promoting nightly /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.site/target/repository to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync Promoting update site to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202401071153 Mirroring '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.site/target/repository' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202401071153' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-01-07 11:55:05.248 !MESSAGE Messages while mirroring artifact descriptors. Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest Recompose composites: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools Recompose: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly <- N202312231409 <- N202312231522 <- N202401071153 Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest Cleaning milestones /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/milestone Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312231409 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312231522 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202401071153 Creating archive /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202401071153 Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-01-07 11:55:06.734 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/latest/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202401071153/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312231522/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/nightly/N202312231409/index.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/tools/ genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/ sending incremental file list ./ index.html nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.index nightly/N202312231409/ nightly/N202312231409/index.html nightly/N202312231522/ nightly/N202312231522/index.html nightly/N202401071153/ nightly/N202401071153/CBI-p2-SBOM-Updates-N202401071153.zip nightly/N202401071153/CBI-p2-SBOM-Updates-N202401071153.zip.sha256 nightly/N202401071153/CBI-p2-SBOM-Updates-N202401071153.zip.sha512 nightly/N202401071153/artifacts.jar nightly/N202401071153/artifacts.xml.xz nightly/N202401071153/content.jar nightly/N202401071153/content.xml.xz nightly/N202401071153/index.html nightly/N202401071153/p2.index nightly/N202401071153/features/ nightly/N202401071153/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature.source_0.1.0.v20240107-1150.jar nightly/N202401071153/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature_0.1.0.v20240107-1150.jar nightly/N202401071153/features/org.eclipse.cbi.p2repo.sbom.feature.source_0.1.0.v20240107-1150.jar nightly/N202401071153/features/org.eclipse.cbi.p2repo.sbom.feature_0.1.0.v20240107-1150.jar nightly/N202401071153/plugins/ nightly/N202401071153/plugins/com.ethlo.time.chronograph.source_1.3.0.v20231221-1500.jar nightly/N202401071153/plugins/com.ethlo.time.chronograph_1.3.0.v20231221-1500.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-annotations_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-core.source_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-core_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-databind_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.woodstox.woodstox-core.source_6.5.1.jar nightly/N202401071153/plugins/com.fasterxml.woodstox.woodstox-core_6.5.1.jar nightly/N202401071153/plugins/com.github.package-url.packageurl-java.source_1.5.0.v20231221-1500.jar nightly/N202401071153/plugins/com.github.package-url.packageurl-java_1.5.0.v20231221-1500.jar nightly/N202401071153/plugins/com.networknt.json-schema-validator.source_1.1.0.jar nightly/N202401071153/plugins/com.networknt.json-schema-validator_1.1.0.jar nightly/N202401071153/plugins/org.apache.commons.commons-io.source_2.15.1.jar nightly/N202401071153/plugins/org.apache.commons.commons-io_2.15.1.jar nightly/N202401071153/plugins/org.apache.commons.lang3.source_3.14.0.jar nightly/N202401071153/plugins/org.apache.commons.lang3_3.14.0.jar nightly/N202401071153/plugins/org.cyclonedx.core-java.source_8.0.3.v20231221-1500.jar nightly/N202401071153/plugins/org.cyclonedx.core-java_8.0.3.v20231221-1500.jar nightly/N202401071153/plugins/org.eclipse.cbi.p2repo.sbom.source_0.1.0.v20240107-1150.jar nightly/N202401071153/plugins/org.eclipse.cbi.p2repo.sbom_0.1.0.v20240107-1150.jar nightly/N202401071153/plugins/org.yaml.snakeyaml.source_2.2.0.jar nightly/N202401071153/plugins/org.yaml.snakeyaml_2.2.0.jar nightly/N202401071153/plugins/stax2-api.source_4.2.2.jar nightly/N202401071153/plugins/stax2-api_4.2.2.jar nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/p2.index sent 28.56M bytes received 1.79K bytes 11.42M bytes/sec total size is 28.75M 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-sbom/tools -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done /usr/bin/ssh genie.cbi@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/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-sbom/tools/nightly/N202312231522/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202312231522 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202312231409/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202312231409 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202401071153/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202401071153 [INFO] [INFO] --- tycho-eclipserun:4.0.4:eclipse-run (promote-products) @ org.eclipse.cbi.p2repo.sbom.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.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.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.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.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-sbom, -retain, 5, -label, CBI p2 SBOM Products, -build-url, https://ci.eclipse.org/cbi/job/cbi.p2repo.sbom-build/, -root, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync, -relative, products, -target-url, https://download.eclipse.org/cbi/updates/p2-sbom, -promote, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.sbom.cli.product/target/repository, -promote-products, /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products, -timestamp, 202401071153, -type, nightly, -version-iu, org.eclipse.cbi.p2repo.sbom.cli.product.feature, -iu-filter-pattern, org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.*, -commit, https://github.com/merks/p2repo-sbom/commit/0c7c859554608b3e2aa913dee341f1acd2c7287b, -breadcrumb, CBI p2 SBOM 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-01-07 11:55:09.546 ----------------------------------------------- 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-sbom -retain 5 -label CBI p2 SBOM Products -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.sbom-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync -relative products -target-url https://download.eclipse.org/cbi/updates/p2-sbom -promote /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.sbom.cli.product/target/repository -promote-products /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products -timestamp 202401071153 -type nightly -version-iu org.eclipse.cbi.p2repo.sbom.cli.product.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/merks/p2repo-sbom/commit/0c7c859554608b3e2aa913dee341f1acd2c7287b -breadcrumb CBI p2 SBOM 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.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.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-sbom -retain 5 -label CBI p2 SBOM Products -build-url https://ci.eclipse.org/cbi/job/cbi.p2repo.sbom-build/ -root /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync -relative products -target-url https://download.eclipse.org/cbi/updates/p2-sbom -promote /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.sbom.cli.product/target/repository -promote-products /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/../../../products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products -timestamp 202401071153 -type nightly -version-iu org.eclipse.cbi.p2repo.sbom.cli.product.feature -iu-filter-pattern org\.eclipse\.cbi\.p2repo\.?.*|org\.eclipse\.cbi\.tycho.* -commit https://github.com/merks/p2repo-sbom/commit/0c7c859554608b3e2aa913dee341f1acd2c7287b -breadcrumb CBI p2 SBOM 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-01-07 11:55:10.211 !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-sbom/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-sbom/products/ /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products receiving incremental file list ./ nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/p2.index nightly/N202312231409/ nightly/N202312231409/CBI-p2-SBOM-Products-Updates-N202312231409.zip.sha256 nightly/N202312231409/CBI-p2-SBOM-Products-Updates-N202312231409.zip.sha512 nightly/N202312231409/artifacts.jar nightly/N202312231409/artifacts.xml.xz nightly/N202312231409/content.jar nightly/N202312231409/content.xml.xz nightly/N202312231409/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202312231409/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202312231409/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202312231409/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202312231409/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202312231409/p2.index nightly/N202312231522/ nightly/N202312231522/CBI-p2-SBOM-Products-Updates-N202312231522.zip.sha256 nightly/N202312231522/CBI-p2-SBOM-Products-Updates-N202312231522.zip.sha512 nightly/N202312231522/artifacts.jar nightly/N202312231522/artifacts.xml.xz nightly/N202312231522/content.jar nightly/N202312231522/content.xml.xz nightly/N202312231522/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202312231522/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202312231522/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202312231522/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202312231522/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202312231522/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/latest/p2.index sent 852 bytes received 492.42K bytes 328.85K bytes/sec total size is 488.79K speedup is 0.99 Promoting nightly /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/repository to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync Promoting update site to /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153 Mirroring '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/repository' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-01-07 11:55:13.361 !MESSAGE Messages while mirroring artifact descriptors. Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512' Mirroring product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz' Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512' Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512' Recompose composites: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products Recompose: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly <- N202312231409 <- N202312231522 <- N202401071153 Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly Composing update site /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512' Mirroring latest product '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/products/org.eclipse.cbi.p2repo.sbom.cli.product/target/products/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz' to '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz. Created digest '/home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512' Cleaning milestones /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/milestone Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312231409 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312231522 Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest Generating downloads /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153 Creating archive /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153 Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-01-07 11:55:17.900 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/latest/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202401071153/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312231522/index.html Generating /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/nightly/N202312231409/index.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom/releng/org.eclipse.cbi.p2repo.sbom.releng.parent/promotion/target/cbi-p2-sync/products/ genie.cbi@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/ sending incremental file list ./ index.html nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.index nightly/N202312231409/ nightly/N202312231409/index.html nightly/N202312231522/ nightly/N202312231522/index.html nightly/N202401071153/ nightly/N202401071153/CBI-p2-SBOM-Products-Updates-N202401071153.zip nightly/N202401071153/CBI-p2-SBOM-Products-Updates-N202401071153.zip.sha256 nightly/N202401071153/CBI-p2-SBOM-Products-Updates-N202401071153.zip.sha512 nightly/N202401071153/artifacts.jar nightly/N202401071153/artifacts.xml.xz nightly/N202401071153/content.jar nightly/N202401071153/content.xml.xz nightly/N202401071153/index.html nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202401071153/p2.index nightly/N202401071153/binary/ nightly/N202401071153/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.cocoa.macosx.aarch64_0.1.0.v20240107-1150 nightly/N202401071153/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.cocoa.macosx.x86_64_0.1.0.v20240107-1150 nightly/N202401071153/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.gtk.linux.aarch64_0.1.0.v20240107-1150 nightly/N202401071153/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.gtk.linux.x86_64_0.1.0.v20240107-1150 nightly/N202401071153/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.win32.win32.x86_64_0.1.0.v20240107-1150 nightly/N202401071153/features/ nightly/N202401071153/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature_0.1.0.v20240107-1150.jar nightly/N202401071153/features/org.eclipse.cbi.p2repo.sbom.feature_0.1.0.v20240107-1150.jar nightly/N202401071153/features/org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar nightly/N202401071153/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar nightly/N202401071153/features/org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar nightly/N202401071153/features/org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar nightly/N202401071153/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar nightly/N202401071153/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar nightly/N202401071153/features/org.eclipse.equinox.core.feature_1.15.0.v20240105-1435.jar nightly/N202401071153/features/org.eclipse.equinox.executable_3.8.2400.v20231214-2017.jar nightly/N202401071153/features/org.eclipse.equinox.p2.core.feature_1.7.100.v20240104-1646.jar nightly/N202401071153/plugins/ nightly/N202401071153/plugins/bcpg_1.77.0.jar nightly/N202401071153/plugins/bcprov_1.77.0.jar nightly/N202401071153/plugins/com.ethlo.time.chronograph_1.3.0.v20231221-1500.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-annotations_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-core_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.core.jackson-databind_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.16.1.jar nightly/N202401071153/plugins/com.fasterxml.woodstox.woodstox-core_6.5.1.jar nightly/N202401071153/plugins/com.github.package-url.packageurl-java_1.5.0.v20231221-1500.jar nightly/N202401071153/plugins/com.networknt.json-schema-validator_1.1.0.jar nightly/N202401071153/plugins/com.sun.jna.platform_5.14.0.jar nightly/N202401071153/plugins/com.sun.jna_5.14.0.v20231211-1200.jar nightly/N202401071153/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar nightly/N202401071153/plugins/org.apache.commons.commons-codec_1.16.0.jar nightly/N202401071153/plugins/org.apache.commons.commons-io_2.15.1.jar nightly/N202401071153/plugins/org.apache.commons.lang3_3.14.0.jar nightly/N202401071153/plugins/org.apache.felix.gogo.command_1.1.2.jar nightly/N202401071153/plugins/org.apache.felix.gogo.runtime_1.1.6.jar nightly/N202401071153/plugins/org.apache.felix.gogo.shell_1.1.4.jar nightly/N202401071153/plugins/org.apache.felix.scr_2.2.6.jar nightly/N202401071153/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar nightly/N202401071153/plugins/org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar nightly/N202401071153/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar nightly/N202401071153/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar nightly/N202401071153/plugins/org.cyclonedx.core-java_8.0.3.v20231221-1500.jar nightly/N202401071153/plugins/org.eclipse.cbi.p2repo.sbom_0.1.0.v20240107-1150.jar nightly/N202401071153/plugins/org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar nightly/N202401071153/plugins/org.eclipse.core.jobs_3.15.200.v20231214-1526.jar nightly/N202401071153/plugins/org.eclipse.core.runtime_3.31.0.v20231222-1929.jar nightly/N202401071153/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar nightly/N202401071153/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar nightly/N202401071153/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar nightly/N202401071153/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar nightly/N202401071153/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar nightly/N202401071153/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar nightly/N202401071153/plugins/org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar nightly/N202401071153/plugins/org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar nightly/N202401071153/plugins/org.eclipse.ecf_3.11.0.v20230507-1923.jar nightly/N202401071153/plugins/org.eclipse.equinox.app_1.7.0.v20231214-1607.jar nightly/N202401071153/plugins/org.eclipse.equinox.common_3.19.0.v20240104-0713.jar nightly/N202401071153/plugins/org.eclipse.equinox.concurrent_1.3.0.v20231130-2312.jar nightly/N202401071153/plugins/org.eclipse.equinox.console_1.4.700.v20240105-1435.jar nightly/N202401071153/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar nightly/N202401071153/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442.jar nightly/N202401071153/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442.jar nightly/N202401071153/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442.jar nightly/N202401071153/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.800.v20231003-1442.jar nightly/N202401071153/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.800.v20231003-1442.jar nightly/N202401071153/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.800.v20231003-1442.jar nightly/N202401071153/plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20231226-1149.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.console_1.3.300.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.core_2.10.300.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.director_2.6.300.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.engine_2.9.100.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20231226-1149.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.operations_2.7.300.v20231228-0857.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.5.400.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20231222-0503.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20231216-1818.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.preferences_3.11.0.v20240104-1646.jar nightly/N202401071153/plugins/org.eclipse.equinox.registry_3.12.0.v20231214-1607.jar nightly/N202401071153/plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar nightly/N202401071153/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar nightly/N202401071153/plugins/org.eclipse.equinox.security.win32.x86_64_1.2.100.v20231012-1240.jar nightly/N202401071153/plugins/org.eclipse.equinox.security_1.4.200.v20231214-1607.jar nightly/N202401071153/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.equinox.simpleconfigurator_1.5.100.v20231214-1726.jar nightly/N202401071153/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar nightly/N202401071153/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20231214-2017.jar nightly/N202401071153/plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar nightly/N202401071153/plugins/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar nightly/N202401071153/plugins/org.eclipse.osgi_3.19.0.v20240105-1435.jar nightly/N202401071153/plugins/org.eclipse.update.configurator_3.5.300.v20231214-1526.jar nightly/N202401071153/plugins/org.objectweb.asm.commons_9.6.0.jar nightly/N202401071153/plugins/org.objectweb.asm.tree.analysis_9.6.0.jar nightly/N202401071153/plugins/org.objectweb.asm.tree_9.6.0.jar nightly/N202401071153/plugins/org.objectweb.asm.util_9.6.0.jar nightly/N202401071153/plugins/org.objectweb.asm_9.6.0.jar nightly/N202401071153/plugins/org.osgi.service.cm_1.6.1.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.component_1.5.1.202212101352.jar nightly/N202401071153/plugins/org.osgi.service.device_1.1.1.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.event_1.4.1.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar nightly/N202401071153/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar nightly/N202401071153/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar nightly/N202401071153/plugins/org.osgi.util.function_1.2.0.202109301733.jar nightly/N202401071153/plugins/org.osgi.util.measurement_1.0.2.201802012109.jar nightly/N202401071153/plugins/org.osgi.util.position_1.0.1.201505202026.jar nightly/N202401071153/plugins/org.osgi.util.promise_1.3.0.202212101352.jar nightly/N202401071153/plugins/org.osgi.util.xml_1.0.2.202109301733.jar nightly/N202401071153/plugins/org.sat4j.core_2.3.6.v20201214.jar nightly/N202401071153/plugins/org.sat4j.pb_2.3.6.v20201214.jar nightly/N202401071153/plugins/org.tukaani.xz_1.9.0.jar nightly/N202401071153/plugins/org.yaml.snakeyaml_2.2.0.jar nightly/N202401071153/plugins/slf4j.api_2.0.10.jar nightly/N202401071153/plugins/slf4j.nop_2.0.10.jar nightly/N202401071153/plugins/stax2-api_4.2.2.jar nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip nightly/latest/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/latest/p2.index sent 312.93M bytes received 161.92K bytes 29.82M bytes/sec total size is 342.67M speedup is 1.09 /usr/bin/ssh genie.cbi@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done /usr/bin/ssh genie.cbi@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/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-sbom/products/nightly/N202312231522/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202312231522 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202312231409/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202312231409 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202401071153/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202401071153 [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.sbom.promote --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.cbi.p2repo.sbom.promote --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.cbi.p2repo.sbom.promote --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.promote --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.eclipse.cbi.p2repo.sbom.releng.parent 0.1.0-SNAPSHOT: [INFO] [INFO] org.eclipse.cbi.p2repo.sbom.releng.parent .......... SUCCESS [ 1.609 s] [INFO] org.eclipse.cbi.p2repo.sbom ........................ SUCCESS [ 37.123 s] [INFO] org.eclipse.cbi.p2repo.sbom.tests .................. SUCCESS [ 10.784 s] [INFO] org.eclipse.cbi.p2repo.sbom.feature ................ SUCCESS [ 3.006 s] [INFO] org.eclipse.cbi.p2repo.sbom.dependencies.feature ... SUCCESS [ 2.874 s] [INFO] org.eclipse.cbi.p2repo.sbom.tests.feature .......... SUCCESS [ 2.465 s] [INFO] org.eclipse.cbi.p2repo.sbom.cli.product.feature .... SUCCESS [ 4.010 s] [INFO] org.eclipse.cbi.p2repo.sbom.cli.product ............ SUCCESS [ 23.589 s] [INFO] org.eclipse.cbi.p2repo.sbom.site ................... SUCCESS [ 2.026 s] [INFO] org.eclipse.cbi.p2repo.sbom.prereqs ................ SUCCESS [ 0.004 s] [INFO] org.eclipse.cbi.p2repo.sbom.promote ................ SUCCESS [ 29.873 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:13 min [INFO] Finished at: 2024-01-07T11:55:29Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 152 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