Tagged 11.0.4+2 in jdk11u-dev. Sharing test failures.

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Thu May 9 09:39:41 UTC 2019


Hi,

I tagged 11.0.4+2 in jdk11u-dev and pulled that tag to jdk11u.

Update on the test failures I see:

11.0.4+2 failures:
-----------------

linux ppc64le
  jdk/internal/platform/cgroup/TestCgroupMetrics.java
    Test failed for - memory:memory.kmem.tcp.usage_in_bytes, expected [131072], got [196608]
    I see this failing in 13 for quite a while, but now the first time in jdk11u-dev.

11.0.4+1 failures reproduced:
-----------------------------

aix ppc64
  java/nio/file/Files/DeleteOnClose.java
    JavaTest Message: Test threw exception: java.lang.RuntimeException: IOException expected
  java/nio/file/Files/SBC.java
    java.lang.RuntimeException at SBC.noFollowLinksTests(SBC.java:238)

linux x86_64 and mac 	
  security/infra/java/security/cert/CertPathValidator/certification/GlobalSignR6CA.java
    java.lang.RuntimeException: TEST FAILED: couldn't determine EE certificate status
    Maybe an infrastructure problem.

mac x86_64
  java/net/MulticastSocket/Promiscuous.java
    java.lang.RuntimeException: Expected message not received, Receive timed out
  java/net/MulticastSocket/SetOutgoingIf.java
    java.net.SocketTimeoutException: Receive timed out

solaris sparc, fastdebug build
  Tier 1!!
  compiler/codecache/cli/codeheapsize/TestCodeHeapSizeOptions.java
  compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java
    Not enough space in non-nmethod code heap to run VM: 20480K < 21475K

windows x86_64, fastdebug build
  java/net/httpclient/SmokeTest.java
    timeout

11.0.4+2 failures not reproduced:
---------------------------------

all ppc platforms, fastdebug build
  vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMHConsts/Test.java
    sporadic timeouts
    ### TRACE 1: RNG seed = -7264363496160763377 (0x9b2fcbe37405e20f)
    Timeout refired 720 times

linux s390x
  java/lang/management/MemoryMXBean/LowMemoryTest2.sh
    Exception in thread "Thread-0" java.lang.OutOfMemoryError: Compressed class space

Resolved Issues:
----------------

all
  java/util/Calendar/NarrowNamesTest.sh
    java.lang.RuntimeException: test failed at NarrowNamesTest.main(NarrowNamesTest.java:134)
    I see this on various VMs today, also 11.0.3 and 8. But not consistently over all builds.
    For 11.0.4 only solaris sparc failed. Some kind of Japanese Era problem?
    Update 2019-05-08: I only saw this on 2019-05-01. It did not happen again, although the
    test ran a few hundred times on different JVMs, Java versions, OSes and CPUs.

linux ppc64le
  runtime/ErrorHandling/ErrorHandler.java
    Fixed by Gustavo:
    8223266: PPC64: Check for branch to illegal address before checking for mem serialization 
    Thanks!

linux ppc64le
  java/awt/FontMetrics/MaxAdvanceIsMax.java
    FAILED: getMaxAdvance is not max for font: java.awt.Font
    This is reproducible on RHEL 7.2 and 7.3 and SLES 15.
    I could not reproduce it on other CPUs.
    I can reproduce it with 11.0.3 and jdk/jdk on the given
    OSes, so it is not a regression of 11.0.4.

windows x86_64, fastdebug build
  vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002/TestDescription.java
  vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch004/TestDescription.java
  vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch010/TestDescription.java
    Error: Could not find or load main class nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch002
    Caused by: java.lang.NoClassDefFoundError: nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002p
    This is a test infrastructure problem. The paths used in the test exceed a limit
    of the windows OS because they include 'jdk11u-dev' which is longer than 
    'jdk11u'. The 11.0.3 tests I compare to are those of jdk11u...


Best regards,
  Goetz.



> -----Original Message-----
> From: Lindenmaier, Goetz
> Sent: Mittwoch, 1. Mai 2019 15:34
> To: 'jdk8u-dev at openjdk.java.net' <jdk8u-dev at openjdk.java.net>; 'jdk-
> updates-dev at openjdk.java.net' <jdk-updates-dev at openjdk.java.net>
> Subject: Tagged 11.0.4+1 in jdk11u-dev. Sharing test failures.
> 
> Hi,
> 
> I tagged jdk11.0.4+1 in jdk11u-dev.
> 
> below I list the jtreg tests we see failing as of jdk11.0.4+1.
> This includes all tests I see failing, without ruling out
> setup issues and the like.
> These tests were not failing in our 11.0.3 builds, nor
> in 12 or 13 except if explicitly stated.  The fact they
> are failing on a certain platform does not mean the bug
> is platform dependent. Sometimes it's just the dependency
> to the OS variant. We test on a wide variety of different
> machines, OSes etc.
> In the next days I will have a closer look at the
> failures and open JBS issues if adequate.
> If someone jumps in and adresses one of these issues
> he is more than welcome. If so, I'm happy to share
> more details about the failures.
> 
> Best regards,
>   Goetz.
> 
> all
>   java/util/Calendar/NarrowNamesTest.sh
>     java.lang.RuntimeException: test failed at
> NarrowNamesTest.main(NarrowNamesTest.java:134)
>     I see this on various VMs today, also 11.0.3 and 8. But not consistently over
> all builds.
>     For 11.0.4 only solaris sparc failed. Some kind of Japanese Era problem?
> 
> all ppc platforms
>   vmTestbase/vm/mlvm/meth/stress/gc/createLotsOfMHConsts/Test.java
>     sporadic timeouts
>     ### TRACE 1: RNG seed = -7264363496160763377 (0x9b2fcbe37405e20f)
>     Timeout refired 720 times
> 
> aix ppc64
>   java/nio/file/Files/DeleteOnClose.java
>     JavaTest Message: Test threw exception: java.lang.RuntimeException:
> IOException expected
>   java/nio/file/Files/SBC.java
>     java.lang.RuntimeException at SBC.noFollowLinksTests(SBC.java:238)
> 
> linux ppc64le
>   runtime/ErrorHandling/ErrorHandler.java
>     Gustavo
>   java/awt/FontMetrics/MaxAdvanceIsMax.java
>     FAILED: getMaxAdvance is not max for font: java.awt.Font
> 
> linux s390x
>   java/lang/management/MemoryMXBean/LowMemoryTest2.sh
>     Exception in thread "Thread-0" java.lang.OutOfMemoryError: Compressed
> class space
> 
> linux x86_64 and mac
> 
> security/infra/java/security/cert/CertPathValidator/certification/GlobalSignR6
> CA.java
>     java.lang.RuntimeException: TEST FAILED: couldn't determine EE certificate
> status
>     Maybe an infrastructure problem.
> 
> mac x86_64
>   java/net/MulticastSocket/Promiscuous.java
>     java.lang.RuntimeException: Expected message not received, Receive timed
> out
>   java/net/MulticastSocket/SetOutgoingIf.java
>     java.net.SocketTimeoutException: Receive timed out
> 
> solaris sparc
>   Tier 1!!
>   compiler/codecache/cli/codeheapsize/TestCodeHeapSizeOptions.java
>   compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java
>     Not enough space in non-nmethod code heap to run VM: 20480K < 21475K
> 
> windows x86_64
> 
> vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002/T
> estDescription.java
> 
> vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch004/T
> estDescription.java
> 
> vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch010/T
> estDescription.java
>     Error: Could not find or load main class
> nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch002
>     Caused by: java.lang.NoClassDefFoundError:
> nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002p
>   java/net/httpclient/SmokeTest.java
>     timeout
> 
> 
> 
> > -----Original Message-----
> > From: Lindenmaier, Goetz
> > Sent: Tuesday, April 30, 2019 2:48 PM
> > To: Andrew John Hughes <gnu.andrew at redhat.com>; Langer, Christoph
> > <christoph.langer at sap.com>
> > Cc: Severin Gehwolf <sgehwolf at redhat.com>; 'jdk8u-
> > dev at openjdk.java.net' <jdk8u-dev at openjdk.java.net>; Andrew Haley
> > <aph at redhat.com>; Aleksey Shipilev <shade at redhat.com>; jdk-updates-
> > dev at openjdk.java.net
> > Subject: RE: [11u]: 8u222 & 11.0.4 release schedule
> >
> > Hi everybody,
> >
> > According to below schedule, I will tag SAPs nightbuild of jdk11u-dev
> > of Tuesday evening on Wednesday after testing and push the tag to
> > jdk11u-dev.
> >
> > Best regards,
> >   Goetz.
> >
> > > March 2019: jdk11u-dev repo open (tag: jdk-11.0.4+0)
> > > =============== 11.0.3 Released ============================
> > > =     jdk11u tree gets changes by merge from jdk11u-dev    =
> > >
> > ==========================================================
> > ==
> > > Wednesday, May 01 2019: First build (tag: jdk-11.0.4+1)
> > > Wednesday, May 08 2019: Second build (tag: jdk-11.0.4+2)
> > > Wednesday, May 15 2019: Third build (tag: jdk-11.0.4+3)
> > > Wednesday, May 21 2019: Fourth build (tag: jdk-11.0.4+4)
> > > Wednesday, May 29 2019: Fifth and final dev build (tag: jdk-11.0.4+5)
> > > ================= Rampdown
> > =================================
> > > = jdk11u tree gets changes only by jdk11u-critical-request =
> > >
> > ==========================================================
> > ==
> > > Wednesday, June 5, 2019: First rampdown build (tag: jdk-11.0.4+6)
> > > Wednesday, June 12, 2019: Second rampdown build (tag: jdk-11.0.4+7)
> > > Wednesday, June 19, 2019: Third rampdown build (tag: jdk-11.0.4+8)
> > > Wednesday June 26 2019: Last tag before code freeze (tag: jdk-11.0.4+9)
> > > ================= FREEZE
> > ===================================
> > > =            jdk11u sees no public changes                 =
> > >
> > ==========================================================
> > ==
> > > Tuesday, July 16 2019: GA (tag: jdk-11.0.4-ga, likely to be jdk-11.0.4+10)
> > >
> > > So, we could probably start the post-release stage a week earlier in
> > > future i.e. the Wednesday of the week after the CPU, if we're happy with
> > > the same stable process.
> > >
> > > Best regards,
> > > --
> > > Andrew :)
> > >
> > > Senior Free Java Software Engineer
> > > Red Hat, Inc. (http://www.redhat.com)
> > >
> > > PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
> > > Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222
> > > https://keybase.io/gnu_andrew



More information about the jdk-updates-dev mailing list