Stewart X Addison
Stewart X Addison
New run using the latest 8u452 build: Previous x64 run which didn't have an X display available [Solaris/x64 failures](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simpletest/78/tapTestReport/): - jdk_lang_0 `jdk/lambda/vm/InterfaceAccessFlagsTest.java` - jdk_util_0 `java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java` and `java/util/Currency/ValidateISO4217.java` - jdk_beans_0 Missing...
Relevant comments from a [slack thread](https://adoptium.slack.com/archives/C5219G28G/p1737987448663259?thread_ts=1737986848.321849&cid=C5219G28G) where this was analysed for the January cycle - noting that the `java_util` failures are not covered by this: _I've managed to beat almost...
Note: java/util/Currency/ValidateISO4217.java is an upstream platform-neutral issue. Exclude requested at https://github.com/adoptium/aqa-tests/pull/6179 so that can be ignored for the purposes of this. The other two failures are also new since the...
Easy way to summarise the consoleText log: `awk '/FAILED test targets:/,/TOTAL:/'`
Additional work to allow downloading of restricted release build jobs is being done under https://github.com/adoptium/temurin-build/pull/4253 by copying the job artefacts to the proxy machine and then 'scp'ing them across to...
This is complete but apparently I didn't close the issue previously :-)
The following Dockerfile is adequate to build on UBI9 with the devkit (This should have a checksum applied to the devkit download before any production use is considered). Also note...
`--enable-dtrace` (as used in the temurin build scripts) does not work as it can't find the headers from `systemtap-sdt-devel`. They are presumably coming from the host system in the Temurin...
We should probably discuss anything related to the JEP319 parameter somewhere else as it's not directly relevant to building on a different OS :-)
The linux_repro_build_compare.sh is not currently working with the latest release build so will need a bit of work before I can reliably do a comparison. I'm testing on linux-aarch64 which...