Stewart X Addison

Results 1717 comments of Stewart X Addison

[NUMA interrogation is failing in Docker](https://github.com/AdoptOpenJDK/openjdk-tests/issues/2143) [EDIT: Issue shows up with just `numactl -s` in the container. A resolution is to use `--cap=sys_nice` which gives the container access to the...

core dump generation is also failing (I've tried starting the container with various options that might help but to no avail ... so far) ... potentially same as described in...

Also not specific to docker, but we have seen instances if this when `LANG` is not set to `en_US.UTF-8`. It occurs only on [OpenJ9 sanity.openjdk on JDK11](https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux/) and above (not...

> Suppose testc-packet-fedora33-amd-2 is one docker container? Yes - it's a docker container. Hmmm that's a bit odd ... It's also nothing to do with the test if it's failing...

> I wonder if https://github.com/eclipse/openj9/issues/12038 is another example of failure in docker environments or not. > "AssertionError: Free Physical Memory size cannot be greater than total Physical Memory Size." Hmmm...

Above error was on test-docker-fedora33-x64-2 hosted on test-packet-ubuntu2004-amd-1. Those systems were all started with 4 cores and 6GB allocated to them. Re-testing at ~https://ci.adoptopenjdk.net/job/Grinder/7350 (Failed but I'm not sure if...

Potential resource starvation reported by @lumpfish on [build-docker-fedora33-armv8-3](https://ci.adoptopenjdk.net/computer/build-docker-fedora33-armv8-3) in https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/2002 - I see a "docker day" in my near future ... (Will diagnose using `jdk_time-1`): `06:58:21 TEST RESULT: Error. Program...

At the moment at least some docker images hosted on build-packet-ubuntu1804-armv8-1 ([U1804b_2223](https://ci.adoptopenjdk.net/computer/build-docker-ubuntu1804-armv8-3/) in particular) [this job currently running](https://ci.adoptopenjdk.net/job/Test_openjdk16_hs_extended.openjdk_aarch64_linux/8/) and docker-packet-ubuntu2004-amd-1 ([U2004_2224](https://ci.adoptopenjdk.net/computer/test-docker-ubuntu2004-x64-1/) ([this job currently running](https://ci.adoptopenjdk.net/job/Test_openjdk16_j9_extended.openjdk_x86-64_linux/12/)) in particular) are using a...

OK I've brought the following offline for now while investigations occur as some of these have shown problems with `jdk_time_1`: build-docker-*-armv8-* nodes hosted on build-packet-ubuntu1804-armv8-1 and docker-packet-ubuntu2004-intel-1) - fedora33-2 fedora33-3...

> sanity.openjdk on JDK 8 (Hotspot) seems to randomly fail for these tests: > > ``` > java/util/Arrays/TimSortStackSize2.java.TimSortStackSize2 > java.lang.OutOfMemoryError: Java heap space > at TimSortStackSize2.createArray(TimSortStackSize2.java:164) > at TimSortStackSize2.doTest(TimSortStackSize2.java:59) >...