sun/security/tools/jarsigner/warnings/NoTimestampTest.java test failed with the following output:
java.lang.RuntimeException: 'This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2017-06-16).' missing from stdout/stderr
at jdk.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:106)
at Test.checkVerifying(Test.java:156)
at NoTimestampTest.start(NoTimestampTest.java:96)
at NoTimestampTest.main(NoTimestampTest.java:44)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)