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-4gqm6 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-4gqm6" 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-4gqm6" - 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-4gqm6" - 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-4gqm6 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 > git init /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom # timeout=10 Avoid second fetch Checking out Revision a0dd26f27cae299a0619a98426c27a663244df24 (refs/remotes/origin/main) Commit message: "Update dependencies" 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 a0dd26f27cae299a0619a98426c27a663244df24 # timeout=10 > git rev-list --no-walk c32626d10fa9b0d6911bf9bc295f991cd51bcfb0 # timeout=10 [Pipeline] echo [GIT_BRANCH:origin/main, GIT_CHECKOUT_DIR:p2repo-sbom, GIT_COMMIT:a0dd26f27cae299a0619a98426c27a663244df24, GIT_PREVIOUS_COMMIT:c32626d10fa9b0d6911bf9bc295f991cd51bcfb0, GIT_PREVIOUS_SUCCESSFUL_COMMIT:c32626d10fa9b0d6911bf9bc295f991cd51bcfb0, 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-yZpvqFFz2eRP/agent.151 SSH_AGENT_PID=153 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/cbi.p2repo.sbom-build@tmp/private_key_6630221086049131433.key (/home/jenkins/agent/workspace/cbi.p2repo.sbom-build@tmp/private_key_6630221086049131433.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=a0dd26f27cae299a0619a98426c27a663244df24 -Dbuild.id=9 -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: "6.0.18-200.fc36.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@65a5cc92 [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 [ERROR] [46edb0b1-9d75-4a31-b508-9028894afa17][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] Error processing mirrors URL: https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/202401121000&countryCode=us&timeZone=0&format=xml org.eclipse.core.runtime.CoreException: download from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/202401121000&countryCode=us&timeZone=0&format=xml failed at org.eclipse.tycho.p2maven.transport.TychoRepositoryTransport.stream (TychoRepositoryTransport.java:165) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.getMirrorsDocument (MirrorSelector.java:305) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.computeMirrors (MirrorSelector.java:259) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.initMirrors (MirrorSelector.java:360) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.selectMirror (MirrorSelector.java:430) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.getMirrorLocation (MirrorSelector.java:338) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getMirror (SimpleArtifactRepository.java:761) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:655) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:793) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromOneMirror (RepositoryArtifactProvider.java:243) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnyMirror (RepositoryArtifactProvider.java:223) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider$1.perform (RepositoryArtifactProvider.java:198) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:775) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifacts (SimpleArtifactRepository.java:855) at org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository.getArtifacts (CompositeArtifactRepository.java:362) at org.eclipse.tycho.p2.repository.LazyArtifactRepository.getArtifacts (LazyArtifactRepository.java:102) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnyChildRepository (RepositoryArtifactProvider.java:210) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnyFormatAvailableInRepository (RepositoryArtifactProvider.java:177) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnySource (RepositoryArtifactProvider.java:163) at org.eclipse.tycho.p2.repository.CompositeArtifactProviderBaseImpl.getArtifact (CompositeArtifactProviderBaseImpl.java:55) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.downloadCanonicalArtifact (MirroringArtifactProvider.java:339) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.downloadMostSpecificNeededFormatOfArtifact (MirroringArtifactProvider.java:332) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:317) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:256) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:206) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:137) at org.eclipse.tycho.p2.repository.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:89) at org.eclipse.tycho.p2resolver.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:169) at org.eclipse.tycho.core.resolver.DefaultP2ResolutionResult.lambda$addArtifact$2 (DefaultP2ResolutionResult.java:90) at org.eclipse.tycho.core.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:73) at org.eclipse.tycho.p2resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$6 (P2DependencyResolver.java:383) at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$2 (ArtifactCollection.java:69) at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:72) at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:148) at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:72) at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:148) at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:72) at org.eclipse.tycho.core.maven.MavenDependencyInjector.collectExternalDependencies (MavenDependencyInjector.java:216) at org.eclipse.tycho.core.maven.MavenDependencyInjector.addDependency (MavenDependencyInjector.java:180) at org.eclipse.tycho.core.maven.MavenDependencyInjector.injectMavenDependencies (MavenDependencyInjector.java:82) at org.eclipse.tycho.p2resolver.P2DependencyResolver.injectDependenciesIntoMavenModel (P2DependencyResolver.java:409) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:155) at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:108) at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: java.net.http.HttpTimeoutException: request timed out at jdk.internal.net.http.HttpClientImpl.send (HttpClientImpl.java:571) at jdk.internal.net.http.HttpClientFacade.send (HttpClientFacade.java:123) at org.eclipse.tycho.p2maven.transport.Java11HttpTransportFactory$Java11HttpTransport.performGet (Java11HttpTransportFactory.java:143) at org.eclipse.tycho.p2maven.transport.Java11HttpTransportFactory$Java11HttpTransport.get (Java11HttpTransportFactory.java:106) at org.eclipse.tycho.p2maven.transport.SharedHttpCacheStorage$CacheLine.fetchFile (SharedHttpCacheStorage.java:254) at org.eclipse.tycho.p2maven.transport.SharedHttpCacheStorage$2.getCacheFile (SharedHttpCacheStorage.java:133) at org.eclipse.tycho.p2maven.transport.HttpTransportProtocolHandler.getFile (HttpTransportProtocolHandler.java:50) at org.eclipse.tycho.p2maven.transport.TychoRepositoryTransport.stream (TychoRepositoryTransport.java:144) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.getMirrorsDocument (MirrorSelector.java:305) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.computeMirrors (MirrorSelector.java:259) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.initMirrors (MirrorSelector.java:360) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.selectMirror (MirrorSelector.java:430) at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.getMirrorLocation (MirrorSelector.java:338) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getMirror (SimpleArtifactRepository.java:761) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:655) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:793) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromOneMirror (RepositoryArtifactProvider.java:243) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnyMirror (RepositoryArtifactProvider.java:223) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider$1.perform (RepositoryArtifactProvider.java:198) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:775) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifacts (SimpleArtifactRepository.java:855) at org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository.getArtifacts (CompositeArtifactRepository.java:362) at org.eclipse.tycho.p2.repository.LazyArtifactRepository.getArtifacts (LazyArtifactRepository.java:102) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnyChildRepository (RepositoryArtifactProvider.java:210) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnyFormatAvailableInRepository (RepositoryArtifactProvider.java:177) at org.eclipse.tycho.p2.repository.RepositoryArtifactProvider.getArtifactFromAnySource (RepositoryArtifactProvider.java:163) at org.eclipse.tycho.p2.repository.CompositeArtifactProviderBaseImpl.getArtifact (CompositeArtifactProviderBaseImpl.java:55) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.downloadCanonicalArtifact (MirroringArtifactProvider.java:339) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.downloadMostSpecificNeededFormatOfArtifact (MirroringArtifactProvider.java:332) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:317) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:256) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:206) at org.eclipse.tycho.p2.repository.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:137) at org.eclipse.tycho.p2.repository.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:89) at org.eclipse.tycho.p2resolver.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:169) at org.eclipse.tycho.core.resolver.DefaultP2ResolutionResult.lambda$addArtifact$2 (DefaultP2ResolutionResult.java:90) at org.eclipse.tycho.core.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:73) at org.eclipse.tycho.p2resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$6 (P2DependencyResolver.java:383) at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$2 (ArtifactCollection.java:69) at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:72) at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:148) at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:72) at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:148) at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:72) at org.eclipse.tycho.core.maven.MavenDependencyInjector.collectExternalDependencies (MavenDependencyInjector.java:216) at org.eclipse.tycho.core.maven.MavenDependencyInjector.addDependency (MavenDependencyInjector.java:180) at org.eclipse.tycho.core.maven.MavenDependencyInjector.injectMavenDependencies (MavenDependencyInjector.java:82) at org.eclipse.tycho.p2resolver.P2DependencyResolver.injectDependenciesIntoMavenModel (P2DependencyResolver.java:409) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:155) at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:108) at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [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.v20240108-0843 [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 [WARNING] 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: baseline and build artifacts have same version but different contents no-classifier: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only classifier-sources: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only [INFO] 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 The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom --- [INFO] 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' is already signed and will be resigned. [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] 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' is already signed and will be resigned. [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.v20240108-0843 [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.311 s -- in org.eclipse.cbi.p2repo.sbom.tests.SBOMTest org.eclipse.cbi.p2repo.sbom.tests.SBOMTest.test -- Time elapsed: 0.295 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.v20240108-0843 [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 --- [WARNING] 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: baseline and build artifacts have same version but different contents no-classifier: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only classifier-sources-feature: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only [INFO] 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 The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.cbi.p2repo.sbom.feature --- [INFO] 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' is already signed and will be resigned. [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] 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' is already signed and will be resigned. [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.v20240128-1022 [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.v20240108-0843 [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.v20240124-1103 [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] 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.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.v20240124-1103 [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] [46edb0b1-9d75-4a31-b508-9028894afa17][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.v20240124-1103. [WARNING] [46edb0b1-9d75-4a31-b508-9028894afa17][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.v20240124-1103. [WARNING] [46edb0b1-9d75-4a31-b508-9028894afa17][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.v20240124-1103. [WARNING] [46edb0b1-9d75-4a31-b508-9028894afa17][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.v20240124-1103. [WARNING] [46edb0b1-9d75-4a31-b508-9028894afa17][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.v20240124-1103. [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.v20240124-1103. Operation completed in 2477 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.v20240124-1103. Operation completed in 1660 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.v20240124-1103. Operation completed in 1892 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.v20240124-1103. Operation completed in 1521 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.v20240124-1103. Operation completed in 1640 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.v20240128-1022 [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, 202401281026, -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/a0dd26f27cae299a0619a98426c27a663244df24, -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-28 10:28:46.712 ----------------------------------------------- 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 202401281026 -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/a0dd26f27cae299a0619a98426c27a663244df24 -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 202401281026 -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/a0dd26f27cae299a0619a98426c27a663244df24 -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-28 10:28:47.685 !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/N202401071153/ 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/p2.index nightly/N202401080846/ nightly/N202401080846/CBI-p2-SBOM-Updates-N202401080846.zip.sha256 nightly/N202401080846/CBI-p2-SBOM-Updates-N202401080846.zip.sha512 nightly/N202401080846/artifacts.jar nightly/N202401080846/artifacts.xml.xz nightly/N202401080846/content.jar nightly/N202401080846/content.xml.xz nightly/N202401080846/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/p2.index sent 853 bytes received 313.21K bytes 209.37K bytes/sec total size is 310.32K 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/N202401281026 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/N202401281026' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-01-28 10:28:49.936 !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 Deleted all releases 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/compositeContent.jar Deleted all releases 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/compositeArtifacts.jar 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 Deleted all releases 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/compositeContent.jar Deleted all releases 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/compositeArtifacts.jar 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 <- N202401080846 <- N202401281026 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/N202401071153 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/N202401080846 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/N202401281026 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/N202401281026 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-28 10:28:51.583 !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/N202401281026/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/N202401080846/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/index.html nightly/N202401080846/ nightly/N202401080846/index.html nightly/N202401281026/ nightly/N202401281026/CBI-p2-SBOM-Updates-N202401281026.zip nightly/N202401281026/CBI-p2-SBOM-Updates-N202401281026.zip.sha256 nightly/N202401281026/CBI-p2-SBOM-Updates-N202401281026.zip.sha512 nightly/N202401281026/artifacts.jar nightly/N202401281026/artifacts.xml.xz nightly/N202401281026/content.jar nightly/N202401281026/content.xml.xz nightly/N202401281026/index.html nightly/N202401281026/p2.index nightly/N202401281026/features/ nightly/N202401281026/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature.source_0.1.0.v20240128-1022.jar nightly/N202401281026/features/org.eclipse.cbi.p2repo.sbom.dependencies.feature_0.1.0.v20240128-1022.jar nightly/N202401281026/features/org.eclipse.cbi.p2repo.sbom.feature.source_0.1.0.v20240108-0843.jar nightly/N202401281026/features/org.eclipse.cbi.p2repo.sbom.feature_0.1.0.v20240108-0843.jar nightly/N202401281026/plugins/ nightly/N202401281026/plugins/com.ethlo.time.itu.source_1.8.0.jar nightly/N202401281026/plugins/com.ethlo.time.itu_1.8.0.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-annotations_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-core.source_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-core_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-databind_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.woodstox.woodstox-core.source_6.6.0.jar nightly/N202401281026/plugins/com.fasterxml.woodstox.woodstox-core_6.6.0.jar nightly/N202401281026/plugins/com.github.package-url.packageurl-java.source_1.5.0.v20231221-1500.jar nightly/N202401281026/plugins/com.github.package-url.packageurl-java_1.5.0.v20231221-1500.jar nightly/N202401281026/plugins/com.networknt.json-schema-validator.source_1.3.0.jar nightly/N202401281026/plugins/com.networknt.json-schema-validator_1.3.0.jar nightly/N202401281026/plugins/org.apache.commons.commons-io.source_2.15.1.jar nightly/N202401281026/plugins/org.apache.commons.commons-io_2.15.1.jar nightly/N202401281026/plugins/org.apache.commons.lang3.source_3.14.0.jar nightly/N202401281026/plugins/org.apache.commons.lang3_3.14.0.jar nightly/N202401281026/plugins/org.cyclonedx.core-java.source_8.0.3.v20231221-1500.jar nightly/N202401281026/plugins/org.cyclonedx.core-java_8.0.3.v20231221-1500.jar nightly/N202401281026/plugins/org.eclipse.cbi.p2repo.sbom.source_0.1.0.v20240108-0843.jar nightly/N202401281026/plugins/org.eclipse.cbi.p2repo.sbom_0.1.0.v20240108-0843.jar nightly/N202401281026/plugins/org.yaml.snakeyaml.source_2.2.0.jar nightly/N202401281026/plugins/org.yaml.snakeyaml_2.2.0.jar nightly/N202401281026/plugins/stax2-api.source_4.2.2.jar nightly/N202401281026/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.62M bytes received 2.23K bytes 11.45M bytes/sec total size is 29.02M 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/N202401281026/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202401281026 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 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202401080846/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/tools/nightly/N202401080846 [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, 202401281026, -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/a0dd26f27cae299a0619a98426c27a663244df24, -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-28 10:28:55.324 ----------------------------------------------- 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 202401281026 -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/a0dd26f27cae299a0619a98426c27a663244df24 -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 202401281026 -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/a0dd26f27cae299a0619a98426c27a663244df24 -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-28 10:28:55.993 !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/N202401071153/ 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/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.sha512 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.sha512 nightly/N202401071153/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202401071153/p2.index nightly/N202401080846/ nightly/N202401080846/CBI-p2-SBOM-Products-Updates-N202401080846.zip.sha256 nightly/N202401080846/CBI-p2-SBOM-Products-Updates-N202401080846.zip.sha512 nightly/N202401080846/artifacts.jar nightly/N202401080846/artifacts.xml.xz nightly/N202401080846/content.jar nightly/N202401080846/content.xml.xz nightly/N202401080846/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202401080846/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202401080846/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202401080846/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202401080846/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202401080846/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 1.32K bytes received 981.20K bytes 1.97M bytes/sec total size is 975.01K 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/N202401281026 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/N202401281026' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-01-28 10:28:59.557 !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/N202401281026/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/N202401281026/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/N202401281026/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/N202401281026/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/N202401281026/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/N202401281026/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/N202401281026/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/N202401281026/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/N202401281026/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/N202401281026/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 Deleted all releases 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/compositeContent.jar Deleted all releases 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/compositeArtifacts.jar 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 Deleted all releases 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/compositeContent.jar Deleted all releases 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/compositeArtifacts.jar 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 <- N202401080846 <- N202401281026 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/N202401071153 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/N202401080846 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/N202401281026 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/N202401281026 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-28 10:29:04.414 !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/N202401281026/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/N202401080846/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/index.html nightly/N202401080846/ nightly/N202401080846/index.html nightly/N202401281026/ nightly/N202401281026/CBI-p2-SBOM-Products-Updates-N202401281026.zip nightly/N202401281026/CBI-p2-SBOM-Products-Updates-N202401281026.zip.sha256 nightly/N202401281026/CBI-p2-SBOM-Products-Updates-N202401281026.zip.sha512 nightly/N202401281026/artifacts.jar nightly/N202401281026/artifacts.xml.xz nightly/N202401281026/content.jar nightly/N202401281026/content.xml.xz nightly/N202401281026/index.html nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.aarch64.tar.gz.sha512 nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-linux.gtk.x86_64.tar.gz.sha512 nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.aarch64.tar.gz.sha512 nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-macosx.cocoa.x86_64.tar.gz.sha512 nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip nightly/N202401281026/org.eclipse.cbi.p2repo.sbom.cli.product-win32.win32.x86_64.zip.sha512 nightly/N202401281026/p2.index nightly/N202401281026/binary/ nightly/N202401281026/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.cocoa.macosx.aarch64_0.1.0.v20240124-1103 nightly/N202401281026/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.cocoa.macosx.x86_64_0.1.0.v20240124-1103 nightly/N202401281026/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.gtk.linux.aarch64_0.1.0.v20240124-1103 nightly/N202401281026/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.gtk.linux.x86_64_0.1.0.v20240124-1103 nightly/N202401281026/binary/org.eclipse.cbi.p2repo.sbom.cli.product.executable.win32.win32.x86_64_0.1.0.v20240124-1103 nightly/N202401281026/features/ nightly/N202401281026/features/org.eclipse.cbi.p2repo.sbom.cli.product.feature_0.1.0.v20240124-1103.jar nightly/N202401281026/features/org.eclipse.cbi.p2repo.sbom.feature_0.1.0.v20240108-0843.jar nightly/N202401281026/features/org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar nightly/N202401281026/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar nightly/N202401281026/features/org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar nightly/N202401281026/features/org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar nightly/N202401281026/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar nightly/N202401281026/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar nightly/N202401281026/features/org.eclipse.equinox.core.feature_1.15.0.v20240115-2221.jar nightly/N202401281026/features/org.eclipse.equinox.executable_3.8.2400.v20240119-0936.jar nightly/N202401281026/features/org.eclipse.equinox.p2.core.feature_1.7.100.v20240124-1103.jar nightly/N202401281026/plugins/ nightly/N202401281026/plugins/bcpg_1.77.0.jar nightly/N202401281026/plugins/bcprov_1.77.0.jar nightly/N202401281026/plugins/com.ethlo.time.itu_1.8.0.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-annotations_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-core_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.core.jackson-databind_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.16.1.jar nightly/N202401281026/plugins/com.fasterxml.woodstox.woodstox-core_6.6.0.jar nightly/N202401281026/plugins/com.github.package-url.packageurl-java_1.5.0.v20231221-1500.jar nightly/N202401281026/plugins/com.networknt.json-schema-validator_1.3.0.jar nightly/N202401281026/plugins/com.sun.jna.platform_5.14.0.jar nightly/N202401281026/plugins/com.sun.jna_5.14.0.v20231211-1200.jar nightly/N202401281026/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar nightly/N202401281026/plugins/org.apache.commons.commons-codec_1.16.0.jar nightly/N202401281026/plugins/org.apache.commons.commons-io_2.15.1.jar nightly/N202401281026/plugins/org.apache.commons.lang3_3.14.0.jar nightly/N202401281026/plugins/org.apache.felix.gogo.command_1.1.2.jar nightly/N202401281026/plugins/org.apache.felix.gogo.runtime_1.1.6.jar nightly/N202401281026/plugins/org.apache.felix.gogo.shell_1.1.4.jar nightly/N202401281026/plugins/org.apache.felix.scr_2.2.10.jar nightly/N202401281026/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar nightly/N202401281026/plugins/org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar nightly/N202401281026/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar nightly/N202401281026/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar nightly/N202401281026/plugins/org.cyclonedx.core-java_8.0.3.v20231221-1500.jar nightly/N202401281026/plugins/org.eclipse.cbi.p2repo.sbom_0.1.0.v20240108-0843.jar nightly/N202401281026/plugins/org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar nightly/N202401281026/plugins/org.eclipse.core.jobs_3.15.200.v20231214-1526.jar nightly/N202401281026/plugins/org.eclipse.core.runtime_3.31.0.v20231222-1929.jar nightly/N202401281026/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar nightly/N202401281026/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar nightly/N202401281026/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar nightly/N202401281026/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar nightly/N202401281026/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar nightly/N202401281026/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar nightly/N202401281026/plugins/org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar nightly/N202401281026/plugins/org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar nightly/N202401281026/plugins/org.eclipse.ecf_3.11.0.v20230507-1923.jar nightly/N202401281026/plugins/org.eclipse.equinox.app_1.7.0.v20231214-1607.jar nightly/N202401281026/plugins/org.eclipse.equinox.common_3.19.0.v20240115-2221.jar nightly/N202401281026/plugins/org.eclipse.equinox.concurrent_1.3.0.v20240112-1631.jar nightly/N202401281026/plugins/org.eclipse.equinox.console_1.4.700.v20240105-1435.jar nightly/N202401281026/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar nightly/N202401281026/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936.jar nightly/N202401281026/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936.jar nightly/N202401281026/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936.jar nightly/N202401281026/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240119-0936.jar nightly/N202401281026/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240119-0936.jar nightly/N202401281026/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240119-0936.jar nightly/N202401281026/plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240119-1632.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.console_1.3.300.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.core_2.11.0.v20240119-1632.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.director_2.6.300.v20240124-1103.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.engine_2.9.100.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20231226-1149.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240116-1237.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.operations_2.7.300.v20231228-0857.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240113-0815.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20231222-0503.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240117-1153.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.preferences_3.11.0.v20240112-1631.jar nightly/N202401281026/plugins/org.eclipse.equinox.registry_3.12.0.v20231214-1607.jar nightly/N202401281026/plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar nightly/N202401281026/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar nightly/N202401281026/plugins/org.eclipse.equinox.security.win32.x86_64_1.2.100.v20231012-1240.jar nightly/N202401281026/plugins/org.eclipse.equinox.security_1.4.200.v20231214-1607.jar nightly/N202401281026/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.equinox.simpleconfigurator_1.5.100.v20231214-1726.jar nightly/N202401281026/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar nightly/N202401281026/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240112-1631.jar nightly/N202401281026/plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar nightly/N202401281026/plugins/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar nightly/N202401281026/plugins/org.eclipse.osgi_3.19.0.v20240115-1446.jar nightly/N202401281026/plugins/org.eclipse.update.configurator_3.5.300.v20231214-1526.jar nightly/N202401281026/plugins/org.objectweb.asm.commons_9.6.0.jar nightly/N202401281026/plugins/org.objectweb.asm.tree.analysis_9.6.0.jar nightly/N202401281026/plugins/org.objectweb.asm.tree_9.6.0.jar nightly/N202401281026/plugins/org.objectweb.asm.util_9.6.0.jar nightly/N202401281026/plugins/org.objectweb.asm_9.6.0.jar nightly/N202401281026/plugins/org.osgi.service.cm_1.6.1.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.component_1.5.1.202212101352.jar nightly/N202401281026/plugins/org.osgi.service.device_1.1.1.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.event_1.4.1.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar nightly/N202401281026/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar nightly/N202401281026/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar nightly/N202401281026/plugins/org.osgi.util.function_1.2.0.202109301733.jar nightly/N202401281026/plugins/org.osgi.util.measurement_1.0.2.201802012109.jar nightly/N202401281026/plugins/org.osgi.util.position_1.0.1.201505202026.jar nightly/N202401281026/plugins/org.osgi.util.promise_1.3.0.202212101352.jar nightly/N202401281026/plugins/org.osgi.util.xml_1.0.2.202109301733.jar nightly/N202401281026/plugins/org.sat4j.core_2.3.6.v20201214.jar nightly/N202401281026/plugins/org.sat4j.pb_2.3.6.v20201214.jar nightly/N202401281026/plugins/org.tukaani.xz_1.9.0.jar nightly/N202401281026/plugins/org.yaml.snakeyaml_2.2.0.jar nightly/N202401281026/plugins/slf4j.api_2.0.11.jar nightly/N202401281026/plugins/slf4j.simple_2.0.11.jar nightly/N202401281026/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 314.18M bytes received 162.42K bytes 25.15M bytes/sec total size is 343.54M 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/N202401281026/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202401281026 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 touch -r /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202401080846/plugins /home/data/httpd/download.eclipse.org/cbi/updates/p2-sbom/products/nightly/N202401080846 [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.158 s] [INFO] org.eclipse.cbi.p2repo.sbom ........................ SUCCESS [01:15 min] [INFO] org.eclipse.cbi.p2repo.sbom.tests .................. SUCCESS [ 11.118 s] [INFO] org.eclipse.cbi.p2repo.sbom.feature ................ SUCCESS [ 2.354 s] [INFO] org.eclipse.cbi.p2repo.sbom.dependencies.feature ... SUCCESS [ 2.812 s] [INFO] org.eclipse.cbi.p2repo.sbom.tests.feature .......... SUCCESS [ 3.308 s] [INFO] org.eclipse.cbi.p2repo.sbom.cli.product.feature .... SUCCESS [ 2.248 s] [INFO] org.eclipse.cbi.p2repo.sbom.cli.product ............ SUCCESS [ 23.308 s] [INFO] org.eclipse.cbi.p2repo.sbom.site ................... SUCCESS [ 2.140 s] [INFO] org.eclipse.cbi.p2repo.sbom.prereqs ................ SUCCESS [ 0.005 s] [INFO] org.eclipse.cbi.p2repo.sbom.promote ................ SUCCESS [ 33.497 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:52 min [INFO] Finished at: 2024-01-28T10:29:17Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 153 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