Stewart X Addison
Stewart X Addison
https://github.com/adoptium/temurin-build/blob/master/cyclonedx-lib/README.md contains pretty much everything I know about the SBoM generation process, and specifically my experience of adding things. Hopefully the referenced parts of `build.sh` in there will give you...
@Scanteianu Does Andrew's comment above sound good to you?
Noting that we have https://github.com/adoptium/temurin-build/blob/master/tooling/validateSBOMcontent.sh which is normally run as part of https://github.com/adoptium/temurin-build/blob/master/tooling/release_download_test.sh which has an associated job at https://ci.adoptium.net/job/build-scripts/job/release/job/download_and_sbom_validation/ which is referenced from the releasing guide. The appropriate parts...
Will keep an eye on https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk25u/job/jdk25u-linux-aarch64-hotspot/3/ going forward
Do we understand what the failures are and whether they are system specific? That would seem to be the important thing to do the root analysis on. @Haroon-Khel are these...
> I'm not sure as it currently stands that amount of extra test run time is effective? If we let it run to completion then we know we have a...
The whole of the `temurin-build` directory is owned by `root:root` including [that file](https://github.com/adoptium/temurin-build/blob/master/.azure-devops/README.md) which I guess is just the first one in order when you look at the checked out...
> Same issues happen to [test-ibmcloud-rhel7-x64-1](https://ci.adoptium.net/computer/test-ibmcloud-rhel7-x64-1), [test-equinix_esxi-ubuntu2204-x64-1](https://ci.adoptium.net/computer/test-equinix_esxi-ubuntu2204-x64-1). Feels like common issues hiddened. I haven't seen the design of what you're doing other than it's replicating the existing reproducible build jobs...
> Same issues happen to [test-ibmcloud-rhel7-x64-1](https://ci.adoptium.net/computer/test-ibmcloud-rhel7-x64-1), [test-equinix_esxi-ubuntu2204-x64-1](https://ci.adoptium.net/computer/test-equinix_esxi-ubuntu2204-x64-1). I've cleaned those two up too. (Path name for reference: temurin-build under `/home/jenkins/workspace/Grinder/jvmtest/system/reproducibleCompare`)
Closing this for now as the immediate problem has been fixed, but it may come back :-)