Stewart X Addison
Stewart X Addison
With the merging of https://github.com/AdoptOpenJDK/openjdk-tests/pull/2345 i've brought most systems back online - I've left [build-docker-fedora33-armv8-5](https://ci.adoptopenjdk.net/computer/build-docker-fedora33-armv8-5/) [build-docker-ubuntu1804-5](https://ci.adoptopenjdk.net/computer/build-docker-ubuntu1804-armv8-5/) [build-docker-ubuntu1804-6](https://ci.adoptopenjdk.net/computer/build-docker-ubuntu1804-armv8-6/) [EDIT: Load on the machine during the nightly testing is sitting at under...
@sophia-guo That looks like the tests have a dependency on the `fakeroot` tool which I wasn't aware we required. Can yuou supply a Grinder re-run link for that problem, as...
> @sophia-guo that was determined from knowledge of libawt_xawt.so being for headful only, eg.https://bugs.openjdk.org/browse/JDK-8242559 Hmmm from when I looked a while back, some other distributions don't ship the `jawt`, `awt_xawt`...
Do those tests fail when run against the last GA release? (8u312)? Also if G1GC is not present on this platform, perhaps we should test REMOVING the `+XX:UseG1GC` if it's...
Looks like they all had the same failures. @smlambert are you ok to skip considering these a stop ship on the basis of the re-runs against 8u312 listed above or...
Re-running the whole extended suite without `PARALLEL=dynamic` so I can look at the space used and determine what we can skip to get most of the tests throgh: https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-64_alpine-linux/20/ (Running...
There are two separate issues here - the disk space one which I am trying to track down, and the failure of some of the suites such as `jdk_management_[01]` and...
I > Seeing alot of unsatisfied link errors in the output > > ``` > [2022-01-19T02:40:36.252Z] WARNING: Unknown module: me.mymodule.foo specified to --add-exports > [2022-01-19T02:40:36.252Z] Exception in thread "main" java.lang.UnsatisfiedLinkError:...
> I imagine there are some headless tests, which do require DISPLAY to be set, that **do** pass on alpine linux? If so, preventing DISPLAY from being set for all...
@andrew-m-leonard While it is happening in the same tests, the core issue (independent of the `DISPLAY` setting) should probably be tracked under https://github.com/adoptium/infrastructure/issues/2320