Adam Farley
Adam Farley
This item was carried over from the [last retrospective](https://github.com/adoptium/adoptium/issues/104#issuecomment-1036065992): \[sxa\]: Can we do anything with the linuxNew packaging job to make it more obvious when it is blocked on a...
> > > @adamfarley The error message above looks like it's checking individual certificates instead of the overall `cacerts` file - based on the call we had is your understanding...
This issue appears to have been seen again on test-osuosl-aix72-ppc64-6. The Jenkins environment variables have been checked, and it seems OBJECT_MODE was never set for this machine (nor test-osuosl-aix72-ppc64-5). The...
Update: This issue (or something like it) is still seen. https://ci.adoptium.net/job/Test_openjdk11_hs_extended.openjdk_s390x_linux/140/ e.g. on https://ci.adoptium.net/computer/test-marist-sles12-s390x-2 ``` [2023-10-08T07:59:44.878Z] Running test jdk_rmi_1 ... ... [2023-10-08T07:30:30.158Z] java.lang.RuntimeException: java.rmi.ConnectIOException: Exception creating connection to: 148.100.74.193; nested...
qnotimestamps update: This option was added to builds of JDK17+ on AIX [here](https://github.com/adoptium/temurin-build/pull/3379), tweaked [here](https://github.com/adoptium/temurin-build/pull/3383) to prevent [this issue](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-aix-ppc64-temurin/221/consoleFull), and the tweaked version is being tested [here](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-aix-ppc64-temurin/222/console). Update: The tweak...
As a follow-on to this, could we move the regular expressions into source control and have the user pick platform names rather than attempting to get the regex correct?
Arm 32bit is no longer a build platform for JDK21 and up. Need to fix the platforms list accordingly. - Fixed [here](https://github.com/adoptium/temurin-build/pull/3692).
Added several improvements [here](https://github.com/adoptium/temurin-build/pull/3692), including: - Ability to find tag-driven pipelines. - Ability to identify the two new types of pipeline for JDK8 (Arm32 and Alpine, which have dedicated pipelines)....
We should add the ability to concatenate build pipelines in the event of reruns. Example: Pipeline 1 has platforms A and B Pipeline 2 has platforms B and C Build...
The SHA256 checksum itself appears to be accurate, and the issue Stewart identified [here](https://github.com/adoptium/temurin-build/issues/3662#issuecomment-1953936026) appears to be the only problem. File contents: bb0cb0f7d86a5b7220fceb28af5edc63e510904919e2a1e476ea24fe6ed461db workspace/target/OpenJDK8U-jre_x86-32_windows_hotspot_8u402b06.msi Actual msi SHA: bb0cb0f7d86a5b7220fceb28af5edc63e510904919e2a1e476ea24fe6ed461db Stating this...