Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly Build&Test Triage Report #1634

Closed
andrew-m-leonard opened this issue Mar 26, 2020 · 95 comments
Closed

Nightly Build&Test Triage Report #1634

andrew-m-leonard opened this issue Mar 26, 2020 · 95 comments
Assignees
Labels
bug Issues that are problems in the code as reported by the community reported to Eclipse OpenJ9 Issues that have been reported upstream to the OpenJ9 group

Comments

@andrew-m-leonard
Copy link
Contributor

Report Nightly Build&Test problems here

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Mar 26, 2020

Thurs 26th March: JDK8

  • Brought build-osuosl-ppc64-aix-71-2 back online as it's the only xlc16 AIX machine that is needed to build jdk14+
  • Test_openjdk8_hs_sanity.system_aarch64_linux ==> Intermittent Jenkins failure
Caused: java.lang.ExceptionInInitializerError
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  • Test_openjdk8_j9_sanity.openjdk_ppc64le_linux_xl ==> Probable network glitch
export callback object and bind in registry
java.rmi.server.ExportException: Port already in use: 60004; nested exception is: 
	java.net.BindException: Address already in use (Bind failed)
	at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:346)
	at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:254)
  • Test_openjdk8_hs_sanity.openjdk_s390x_linux : java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java.FlatMapOpTest ==> ???
Program `/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_s390x_linux/openjdkbinary/j2sdk-image/bin/java' timed out (timeout set to 960000ms, elapsed time including timeout handling was 960500ms).  
  • Test_openjdk8_hs_sanity.openjdk_s390x_linux : java/security/SignedObject/Chain.java.Chain ==> ???
Agent error: java.lang.Exception: Agent 0 timed out with a timeout of 960 seconds;
  • Test_openjdk8_j9_sanity.openjdk_s390x_linux_xl : sun/nio/cs/FindDecoderBugs.java.FindDecoderBugs ==> Possible Agent comms error
Agent communication error: java.io.EOFException
  • Test_openjdk8_j9_sanity.external_x86-64_linux_tomee ==> Dependency get glitch?
Failed to execute goal on project gradle: Could not resolve dependencies for project org.apache.tomee.gradle:gradle:pom:8.0.0: Failed to collect dependencies at org.gradle:gradle-core:jar:3.0: Failed to read artifact descriptor for org.gradle:gradle-core:jar:3.0: Could not transfer artifact org.gradle:gradle-core:pom:3.0 from/to gradle-libs-releases-local (http://repo.gradle.org/gradle/libs-releases-local/): Access denied to: http://repo.gradle.org/gradle/libs-releases-local/org/gradle/gradle-core/3.0/gradle-core-3.0.pom , ReasonPhrase:Forbidden.
  • Test_openjdk8_j9_sanity.external_x86-64_linux_thorntail-mp-tck ==> Network glitch?
19:42:23  �[0m�[31m2020-03-25 19:42:23,675 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service org.wildfly.undertow.listener.default: org.jboss.msc.service.StartException in service org.wildfly.undertow.listener.default: WFLYUT0082: Could not start 'default' listener.
19:42:23  	at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:211)
19:42:23  	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
19:42:23  	at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
19:42:23  	at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
19:42:23  	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
19:42:23  	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
19:42:23  	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
19:42:23  	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
19:42:23  	at java.lang.Thread.run(Thread.java:821)
19:42:23  Caused by: java.net.SocketException: Protocol family unavailable
19:42:23  	at sun.nio.ch.Net.bind0(Native Method)
  • Test_openjdk8_hs_sanity.openjdk_x86-64_linux ==> Numerous failures!!
    java/io/FilePermission/Invalid.java.Invalid
    java/io/LineNumberReader/MarkSplitCRLF.java.MarkSplitCRLF
    java/io/Serializable/serialFilter/GlobalFilterTest.java.GlobalFilterTest
    java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java.FieldSetAccessibleTest
    java/lang/ProcessBuilder/Basic.java.Basic
    java/lang/SecurityManager/CheckPackageAccess.java.CheckPackageAccess
    sun/misc/IOUtils/ReadAllBytes.java.ReadAllBytes
    sun/misc/IOUtils/ReadNBytes.java.ReadNBytes
    sun/misc/URLClassPath/JarClassPathFileEntry.java.JarClassPathFileEntry
    sun/net/www/B8185898.java.B8185898
    java/security/Signature/Offsets.java.Offsets
    java/security/Signature/SignatureGetInstance.java.SignatureGetInstance
    java/security/SignedObject/Chain.java.Chain
    java/security/cert/X509CRL/VerifyDefault.java.VerifyDefault
    java/security/cert/X509Certificate/VerifyDefault.java.VerifyDefault
    java/util/Locale/Bug8040211.java.Bug8040211
    java/util/Objects/CheckIndex.java.CheckIndex
    java/util/TimeZone/TimeZoneTest.java.TimeZoneTest

@karianna karianna added the bug Issues that are problems in the code as reported by the community label Mar 26, 2020
@karianna karianna added this to TODO in temurin-build via automation Mar 26, 2020
@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Mar 26, 2020

Thurs 26th March: JDK11

  • Test_openjdk11_j9_sanity.openjdk_ppc64_aix ==> "Compiler Crash"/"Agent errors : all NEW
    java/nio/channels/AsynchronousSocketChannel/Basic.java.Basic
    java/util/concurrent/BlockingQueue/LastElement.java.LastElement
    java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java.WhileOpTest
  • Test_openjdk11_j9_sanity.openjdk_ppc64le_linux ==> "Compiler Crash"/"Agent errors: all NEW
    java/lang/invoke/8009222/Test8009222.java.Test8009222
    java/rmi/MarshalledObject/compare/Compare.java.Compare
    java/util/Map/Defaults.java.Defaults
    java/util/stream/test/org/openjdk/tests/java/util/stream/SliceOpTest.java.SliceOpTest
    java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java.WhileOpTest
  • Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_xl ==> "Compiler Crash"/"Agent errors : all NEW
    java/io/Serializable/resolveClass/consTest/ConsTest.java.ConsTest
    java/net/httpclient/ShortResponseBodyWithRetry.java.ShortResponseBodyWithRetry
    java/util/Formatter/EncodingTest.java.EncodingTest
    java/util/concurrent/locks/Lock/CheckedLockLoops.java.CheckedLockLoops
    java/util/stream/test/org/openjdk/tests/java/util/stream/SliceOpTest.java.SliceOpTest
  • Test_openjdk11_j9_sanity.openjdk_s390x_linux ==> "Compiler Crash"/"Agent errors : all NEW
    java/net/BindException/Test.java.Test
    java/net/httpclient/http2/ServerPush.java.ServerPush
    java/security/SecureClassLoader/DefineClassByteBuffer.java.DefineClassByteBuffer
    java/util/stream/test/org/openjdk/tests/java/util/stream/SliceOpTest.java.SliceOpTest
  • Test_openjdk11_j9_sanity.openjdk_x86-64_linux ==> "Compiler Crash"/"Agent errors/Timeouts : all NEW
    java/security/KeyStore/PKCS12/EntryProtectionTest.java.EntryProtectionTest
    java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java.MetadataStoreLoadTest
    java/util/concurrent/BlockingQueue/MultipleProducersSingleConsumerLoops.java.MultipleProducersSingleConsumerLoops
    java/util/stream/test/org/openjdk/tests/java/util/stream/SliceOpTest.java.SliceOpTest
    java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java.WhileOpTest
  • Test_openjdk11_j9_sanity.openjdk_x86-64_linux_xl ==> "Compiler Crash" : all NEW
    java/rmi/Naming/LookupIPv6.java.LookupIPv6
    java/rmi/server/getRemoteClass/GetRemoteClass.java.GetRemoteClass

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Mar 26, 2020

Thurs 26th March : JDK11

  • Predominant issue with intermittent "Compiler Crash"
00:27:03  java.lang.NullPointerException
00:27:03  	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)
00:27:03  	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)
00:27:03  	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.flags(Symbol.java:1259)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Check.checkSunAPI(Check.java:3278)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Attr.checkIdInternal(Attr.java:3933)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Attr.checkId(Attr.java:3804)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3696)
00:27:03  	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2114)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribType(Attr.java:715)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribType(Attr.java:708)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.attribImportType(TypeEnter.java:441)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.doImport(TypeEnter.java:424)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.resolveImports(TypeEnter.java:364)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.runPhase(TypeEnter.java:321)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:282)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:251)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:198)
00:27:03  	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)
00:27:03  	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Enter.complete(Enter.java:583)
00:27:03  	at jdk.compiler/com.sun.tools.javac.comp.Enter.main(Enter.java:560)
00:27:03  	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1066)
00:27:03  	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:937)
00:27:03  	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)
00:27:03  	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)
00:27:03  	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:75)
00:27:03  	at jdk.internal.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
00:27:03  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:27:03  	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
00:27:03  	at com.sun.javatest.regtest.agent.RegressionCompileCommand.run(RegressionCompileCommand.java:189)
00:27:03  	at com.sun.javatest.regtest.agent.CompileActionHelper.runCompile(CompileActionHelper.java:92)
00:27:03  	at com.sun.javatest.regtest.agent.AgentServer.doCompile(AgentServer.java:220)
00:27:03  	at com.sun.javatest.regtest.agent.AgentServer.run(AgentServer.java:190)
00:27:03  	at com.sun.javatest.regtest.agent.AgentServer.main(AgentServer.java:65)

@M-Davies
Copy link
Contributor

Raised eclipse-openj9/openj9#8992 for the sun/nio/cs/FindDecoderBugs.java failure

@karianna karianna modified the milestone: March 2020 Mar 26, 2020
@karianna karianna added the reported to Eclipse OpenJ9 Issues that have been reported upstream to the OpenJ9 group label Mar 26, 2020
@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Mar 27, 2020

Fri 27th March:
JDK8 OpenJ9:

19:50:32  Error: JDK not found: /home/jenkins/workspace/Test_openjdk8_j9_special.openjdk_s390x_linux/openjdkbinary/j2re-image/jdk8u252-b07/bin/..

JDK11 OpenJ9:
sanity.openjdk: java/util/zip/ZipFile/TestCleaner.java.TestCleaner ==> Timeout : rerun: https://ci.adoptopenjdk.net/job/Grinder/2598/ - Passes

JDK14 OpenJ9:

@M-Davies
Copy link
Contributor

Fri 27th March : JDK11

  • jdk11u-linux-s390x-openj9-linuxXL ===> Git fetch failure. Due to tags mismatch. Been occurring since wednesday night. Machine issue (no other jdk11/j9 builds affected by this)

@M-Davies
Copy link
Contributor

Monday 30th March: JDK8

java/security/SignedObject/Chain.java ===> Timeout. Thread lock? Intermittent
java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java ===> Timeout. Thread Lock? Intermittent

Lots of failures! Most networking failures

java/net/CookieHandler/CookieManagerTest.java.CookieManagerTest
java/net/DatagramPacket/ReuseBuf.java.ReuseBuf
java/net/DatagramSocket/PortUnreachable.java.PortUnreachable
java/net/DatagramSocket/Send12k.java.Send12k
java/net/DatagramSocket/SendSize.java.SendSize
java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java.ADatagramSocket
java/net/HttpURLConnection/UnmodifiableMaps.java.UnmodifiableMaps
java/net/MulticastSocket/B6427403.java.B6427403
java/net/PlainSocketImpl/BigBacklog.java.BigBacklog
java/net/Socket/B6210227.java.B6210227
java/net/Socket/CloseAvailable.java.CloseAvailable
java/net/Socket/GetLocalAddress.java.GetLocalAddress
java/net/Socket/HttpProxy.java.HttpProxy
java/net/Socket/InheritTimeout.java.InheritTimeout
java/net/Socket/ReadTimeout.java.ReadTimeout
java/net/Socket/SetSoLinger.java.SetSoLinger
java/net/Socket/ShutdownBoth.java.ShutdownBoth
java/net/Socket/ShutdownInput.java.ShutdownInput
java/net/Socket/SoTimeout.java.SoTimeout
java/net/Socket/SocksConnectTimeout.java.SocksConnectTimeout
java/net/Socket/asyncClose/AsyncClose.java.AsyncClose
java/net/Socket/asyncClose/BrokenPipe.java.BrokenPipe
java/net/Socket/setReuseAddress/Basic.java.Basic
java/net/Socket/setReuseAddress/Restart.java.Restart
java/net/SocketInputStream/SocketTimeout.java.SocketTimeout
java/net/Socks/BadProxySelector.java.BadProxySelector
java/net/Socks/SocksProxyVersion.java.SocksProxyVersion
java/net/URLConnection/HandleContentTypeWithAttrs.java.HandleContentTypeWithAttrs
sun/net/www/protocol/http/B6299712.java.B6299712
sun/net/www/protocol/http/HttpOnly.java.HttpOnly
sun/net/www/protocol/http/NoCache.java.NoCache
sun/net/www/protocol/https/HttpsURLConnection/ImpactOnSNI.java.ImpactOnSNI
java/nio/channels/AsyncCloseAndInterrupt.java.AsyncCloseAndInterrupt
java/nio/channels/AsynchronousChannelGroup/Basic.java.Basic
java/nio/channels/AsynchronousChannelGroup/GroupOfOne.java.GroupOfOne
java/nio/channels/AsynchronousChannelGroup/Identity.java.Identity
java/nio/channels/AsynchronousChannelGroup/Restart.java.Restart
java/nio/channels/AsynchronousChannelGroup/Unbounded.java.Unbounded
java/nio/channels/AsynchronousFileChannel/Lock.java.Lock
java/nio/channels/AsynchronousServerSocketChannel/Basic.java.Basic
java/nio/channels/AsynchronousServerSocketChannel/WithSecurityManager.java.WithSecurityManager
java/nio/channels/AsynchronousSocketChannel/Basic.java.Basic
java/nio/channels/AsynchronousSocketChannel/DieBeforeComplete.java.DieBeforeComplete
java/nio/channels/AsynchronousSocketChannel/Leaky.java.Leaky
java/nio/channels/AsynchronousSocketChannel/StressLoopback.java.StressLoopback
java/nio/channels/Channels/Basic2.java.Basic2
java/nio/channels/DatagramChannel/AdaptDatagramSocket.java.AdaptDatagramSocket
java/nio/channels/DatagramChannel/Connect.java.Connect
java/nio/channels/DatagramChannel/ConnectedSend.java.ConnectedSend
java/nio/channels/DatagramChannel/Disconnect.java.Disconnect
java/nio/channels/DatagramChannel/IsBound.java.IsBound
java/nio/channels/DatagramChannel/IsConnected.java.IsConnected
java/nio/channels/DatagramChannel/NotBound.java.NotBound
java/nio/channels/DatagramChannel/ReceiveISA.java.ReceiveISA
java/nio/channels/DatagramChannel/SRTest.java.SRTest
java/nio/channels/DatagramChannel/Sender.java.Sender
java/nio/channels/FileChannel/LongTransferTest.java.LongTransferTest
java/nio/channels/FileChannel/Transfer.java.Transfer
java/nio/channels/Selector/Alias.java.Alias
java/nio/channels/Selector/BasicAccept.java.BasicAccept
java/nio/channels/Selector/BasicConnect.java.BasicConnect
java/nio/channels/Selector/ChangingInterests.java.ChangingInterests
java/nio/channels/Selector/CloseWhenKeyIdle.java.CloseWhenKeyIdle
java/nio/channels/Selector/Connect.java.Connect
java/nio/channels/Selector/ConnectWrite.java.ConnectWrite
java/nio/channels/Selector/KeysReady.java.KeysReady
java/nio/channels/Selector/OpRead.java.OpRead
java/nio/channels/Selector/OutOfBand.java.OutOfBand
java/nio/channels/Selector/ReadAfterConnect.java.ReadAfterConnect
java/nio/channels/Selector/RegAfterPreClose.java.RegAfterPreClose
java/nio/channels/Selector/SelectAfterRead.java.SelectAfterRead
java/nio/channels/Selector/SelectWrite.java.SelectWrite
java/nio/channels/Selector/SelectorLimit.java.SelectorLimit
java/nio/channels/Selector/SelectorTest.java.SelectorTest
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java.AdaptServerSocket
java/nio/channels/ServerSocketChannel/Basic.java.Basic
java/nio/channels/ServerSocketChannel/NonBlockingAccept.java.NonBlockingAccept
java/nio/channels/SocketChannel/AdaptSocket.java.AdaptSocket
java/nio/channels/SocketChannel/Basic.java.Basic
java/nio/channels/SocketChannel/CloseAfterConnect.java.CloseAfterConnect
java/nio/channels/SocketChannel/CloseDuringWrite.java.CloseDuringWrite
java/nio/channels/SocketChannel/Connect.java.Connect
java/nio/channels/SocketChannel/ConnectState.java.ConnectState
java/nio/channels/SocketChannel/FinishConnect.java.FinishConnect
java/nio/channels/SocketChannel/GetChannel.java.GetChannel
java/nio/channels/SocketChannel/Hangup.java.Hangup
java/nio/channels/SocketChannel/IsConnectable.java.IsConnectable
java/nio/channels/SocketChannel/LocalAddress.java.LocalAddress
java/nio/channels/SocketChannel/OutOfBand.java.OutOfBand
java/nio/channels/SocketChannel/ShortWrite.java.ShortWrite
java/nio/channels/SocketChannel/Shutdown.java.Shutdown
java/nio/channels/SocketChannel/Stream.java.Stream
java/nio/channels/SocketChannel/VectorIO.java.VectorIO
java/nio/channels/SocketChannel/VectorParams.java.VectorParams
java/nio/channels/SocketChannel/Write.java.Write
java/nio/channels/etc/NetworkChannelTests.java.NetworkChannelTests
java/rmi/activation/Activatable/checkActivateRef/CheckActivateRef.java.CheckActivateRef
java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations.java.CheckAnnotations
java/io/FilePermission/Invalid.java.Invalid
java/io/LineNumberReader/MarkSplitCRLF.java.MarkSplitCRLF
java/io/Serializable/serialFilter/GlobalFilterTest.java.GlobalFilterTest
java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java.FieldSetAccessibleTest
java/lang/ProcessBuilder/Basic.java.Basic
java/lang/SecurityManager/CheckPackageAccess.java.CheckPackageAccess
sun/misc/IOUtils/ReadAllBytes.java.ReadAllBytes
sun/misc/IOUtils/ReadNBytes.java.ReadNBytes
sun/misc/URLClassPath/JarClassPathFileEntry.java.JarClassPathFileEntry
sun/net/www/B8185898.java.B8185898
java/security/Signature/Offsets.java.Offsets
java/security/Signature/SignatureGetInstance.java.SignatureGetInstance
java/security/SignedObject/Chain.java.Chain
java/security/cert/X509CRL/VerifyDefault.java.VerifyDefault
java/security/cert/X509Certificate/VerifyDefault.java.VerifyDefault
java/util/Locale/Bug8040211.java.Bug8040211
java/util/Objects/CheckIndex.java.CheckIndex
java/util/TimeZone/TimeZoneTest.java.TimeZoneTest

java/net/MulticastSocket/SetGetNetworkInterfaceTest.java ===> Rasied on old closed issue adoptium/aqa-tests#1048

java.net.SocketException: Cannot assign requested address (Error setting socket option)
	at java.net.PlainDatagramSocketImpl.socketSetOption(PlainDatagramSocketImpl.java:74)
	at java.net.AbstractPlainDatagramSocketImpl.setOption(AbstractPlainDatagramSocketImpl.java:309)
	at java.net.MulticastSocket.setNetworkInterface(MulticastSocket.java:554)
	at SetGetNetworkInterfaceTest.main(SetGetNetworkInterfaceTest.java:54)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
	at java.lang.Thread.run(Thread.java:821)

java/net/MulticastSocket/SetOutgoingIf.java ===> Intermittent net issue. Seen before across JDK8 builds.

java.lang.RuntimeException: java.net.SocketTimeoutException: Receive timed out
	at SetOutgoingIf.main(SetOutgoingIf.java:153)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
	at java.lang.Thread.run(Thread.java:821)
Caused by: java.net.SocketTimeoutException: Receive timed out
	at java.net.DatagramSocket.receive(DatagramSocket.java:743)
	at SetOutgoingIf.main(SetOutgoingIf.java:149)
	... 6 more

java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java ===> Unclear failure. Kicked off a grinder to gather more info https://ci.adoptopenjdk.net/job/Grinder/2644/

20:23:39  Error: Port Library failed to initialize: -1
20:23:39  Error: Could not create the Java Virtual Machine.
20:23:39  Error: A fatal exception has occurred. Program will exit.
TEST RESULT: Failed. Unexpected exit from test [exit code: 1]

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Apr 2, 2020

Thurs April 2nd
3 test jobs "completed" but got hung on slave executors at end of pipeline with below, had to kill "Executor" as job had actually finished to remove:

[Pipeline] End of Pipeline
java.lang.NullPointerException
	at org.jenkinsci.plugins.workflow.cps.FlowHead.markIfFail(FlowHead.java:176)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext$2.onSuccess(CpsStepContext.java:426)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext$2.onSuccess(CpsStepContext.java:381)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:907)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:38)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Finished: FAILURE

jdk14 Windows & pLinux:

jdk14 Test_openjdk14_j9_sanity.external_x86-64_linux_openliberty-mp-tck:

01:10:17  * What went wrong:
01:10:17  Could not open cp_settings remapped class cache for 409m3kaqytwwj0d22h2u31acg (/root/.gradle/caches/5.6.2/scripts-remapped/settings_bimm3z0dwshuq5c7p2wfrtf2s/409m3kaqytwwj0d22h2u31acg/cp_settingsb2a26a14293d10114dbb1df3464ffd3c).
01:10:17  > Could not open cp_settings generic class cache for settings file '/open-liberty/dev/settings.gradle' (/root/.gradle/caches/5.6.2/scripts/409m3kaqytwwj0d22h2u31acg/cp_settings/cp_settingsb2a26a14293d10114dbb1df3464ffd3c).
01:10:17     > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 58

@M-Davies
Copy link
Contributor

M-Davies commented Apr 2, 2020

Thurs April 2nd
A whole bunch of sun Windows tests have been failing since 31st March

com/sun/jdi/ArrayLengthDumpTest.sh.ArrayLengthDumpTest
com/sun/jdi/BreakpointWithFullGC.sh.BreakpointWithFullGC
com/sun/jdi/CatchAllTest.sh.CatchAllTest
com/sun/jdi/CatchCaughtTest.sh.CatchCaughtTest
com/sun/jdi/CatchPatternTest.sh.CatchPatternTest
com/sun/jdi/CommandCommentDelimiter.sh.CommandCommentDelimiter
com/sun/jdi/DeoptimizeWalk.sh.DeoptimizeWalk
com/sun/jdi/EvalArgs.sh.EvalArgs
com/sun/jdi/EvalArraysAsList.sh.EvalArraysAsList
com/sun/jdi/EvalInterfaceStatic.sh.EvalInterfaceStatic
com/sun/jdi/GetLocalVariables3Test.sh.GetLocalVariables3Test
com/sun/jdi/GetLocalVariables4Test.sh.GetLocalVariables4Test
com/sun/jdi/JdbLockTest.sh.JdbLockTest
com/sun/jdi/JdbMethodExitTest.sh.JdbMethodExitTest
com/sun/jdi/JdbMissStep.sh.JdbMissStep
com/sun/jdi/JdbVarargsTest.sh.JdbVarargsTest
com/sun/jdi/MixedSuspendTest.sh.MixedSuspendTest
com/sun/jdi/NotAField.sh.NotAField
com/sun/jdi/NullLocalVariable.sh.NullLocalVariable
com/sun/jdi/Redefine-g.sh.Redefine-g
com/sun/jdi/RedefineAbstractClass.sh.RedefineAbstractClass
com/sun/jdi/RedefineAddPrivateMethod.sh.RedefineAddPrivateMethod
com/sun/jdi/RedefineAnnotation.sh.RedefineAnnotation
com/sun/jdi/RedefineChangeClassOrder.sh.RedefineChangeClassOrder
com/sun/jdi/RedefineClasses.sh.RedefineClasses
com/sun/jdi/RedefineClearBreakpoint.sh.RedefineClearBreakpoint
com/sun/jdi/RedefineException.sh.RedefineException
com/sun/jdi/RedefineFinal.sh.RedefineFinal
com/sun/jdi/RedefineImplementor.sh.RedefineImplementor
com/sun/jdi/RedefineIntConstantToLong.sh.RedefineIntConstantToLong
com/sun/jdi/RedefineMulti.sh.RedefineMulti
com/sun/jdi/RedefinePop.sh.RedefinePop
com/sun/jdi/RedefineStep.sh.RedefineStep
com/sun/jdi/RedefineTTYLineNumber.sh.RedefineTTYLineNumber
com/sun/jdi/StringConvertTest.sh.StringConvertTest
com/sun/jdi/WatchFramePop.sh.WatchFramePop

RAISED -> adoptium/aqa-tests#1711

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Apr 3, 2020

Fri 3rd April

JDK14 & JDK8 zLinux :

  • Looks like Network failure around 9:30pm UK time cause most of the jobs to fail...

JDK8 & 11:

  • Windows build failed:
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/AdoptOpenJDK/openjdk-build.git
ERROR: Failed to clean the workspace
jenkins.util.io.CompositeIOException: Unable to delete 'C:\cygwin64\tmp\openjdk-build'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
	at jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:90)

Test_openjdk8_j9_sanity.external_x86-64_linux

[Pipeline] End of Pipeline
Also:   hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
Also:   hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
Also:   hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: ‘DOCKERIMAGE_TAG’ for class: WorkflowScript
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53)
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java

Raised: #1651

JDK11 false reported failures:
Test_openjdk11_j9_sanity.openjdk_ppc64le_linux, actually all passed but some old testoutput was picked up:

02:58:31  TAP Reports Processing: START
02:58:31  Looking for TAP results report in workspace using pattern: **/*.tap
02:59:33  Saving reports...
02:59:34  Processing '/home/jenkins/.jenkins/jobs/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux/builds/190/tap-master-files/jvmtest/TKG/test_output_15851840293015/TestTargetResult.tap'
02:59:34  Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux/builds/190/tap-master-files/jvmtest/TKG/test_output_15851840293015/TestTargetResult.tap].
02:59:34  Processing '/home/jenkins/.jenkins/jobs/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux/builds/190/tap-master-files/openjdk-tests/TKG/test_output_15851840293015/TestTargetResult.tap'
02:59:34  Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux/builds/190/tap-master-files/openjdk-tests/TKG/test_output_15851840293015/TestTargetResult.tap].
02:59:34  Processing '/home/jenkins/.jenkins/jobs/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux/builds/190/tap-master-files/openjdk-tests/TKG/test_output_15858762263117/TestTargetResult.tap'
02:59:34  Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux/builds/190/tap-master-files/openjdk-tests/TKG/test_output_15858762263117/TestTargetResult.tap].
02:59:34  There are failed test cases. Marking build as UNSTABLE
02:59:34  TAP Reports Processing: FINISH

@M-Davies
Copy link
Contributor

M-Davies commented Apr 3, 2020

JDK8 & 11:

  • Windows build failed:
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/AdoptOpenJDK/openjdk-build.git
ERROR: Failed to clean the workspace
jenkins.util.io.CompositeIOException: Unable to delete 'C:\cygwin64\tmp\openjdk-build'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
	at jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:90)

@andrew-m-leonard This should be resolved thanks to @Willsparker

@M-Davies
Copy link
Contributor

M-Davies commented Apr 6, 2020

Mon 6th April

  • jdk14/j9+hs/windows+windowsXL builds failing with tags errors since saturday
Fetching origin
HEAD is now at a67072cce1 Merge hotspot at HEAD
AdoptOpenJDK.md marker file not found in fetched source to be built, this may mean the wrong SCMReference build parameter has been specified. Ensure the correct AdoptOpenJDK patch release tag is specified, eg.for build jdk-11.0.4+10, it would be jdk-11.0.4+10_adopt

@M-Davies
Copy link
Contributor

M-Davies commented Apr 7, 2020

Tues 7th April

  • JDK14/j9/windows_x64 build. Configure arguments borked (since 03/04/2020)
Running custom generated-configure.sh
configure: error: unrecognized options: --with-version-opt, --without-version-pre, --with-version-build, --with-vendor-version-string, --disable-warnings-as-errors

RAISED -> #1656

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Apr 9, 2020

Thurs 9th April

OpenJ9:

HotSpot

  • xLinux builds mostly failed due to test-packet-ubuntu1604-x64-2 running out of disk space:
    test-packet-ubuntu1604-x64-2 is out of disk space infrastructure#1266
  • jdk8 numerous failures, implementation issues?
  • jdk11&14 mac : 01:07:31 AG stderr Exception in thread "main" java.io.IOException: well-known file /var/folders/2z/dc49dy3x5s1dy1gjq_11wlkc0000gr/T/.java_pid70991 is not secure: file's group should be the current group (which is -1) but the group is 0
    01:07:31 AG stderr at jdk.attach/sun.tools.attach.VirtualMachineImpl.checkPermissions(Native Method)
  • jdk14 aarch64 numerous failures

@M-Davies
Copy link
Contributor

M-Davies commented Apr 9, 2020

jdk8 numerous failures, implementation issues?

jdk11&14 mac : 01:07:31 AG stderr Exception in thread "main" java.io.IOException: well-known file /var/folders/2z/dc49dy3x5s1dy1gjq_11wlkc0000gr/T/.java_pid70991 is not secure: file's group should be the current group (which is -1) but the group is 0

This seems like its been failing for a while and should be raised. Likely due to the debugger that the test spawns not having the same perms as the java_pid file. Understandable considering that the file seems to have been created in /var.
RAISED -> https://github.com/AdoptOpenJDK/openjdk-tests/issues/1725

@M-Davies
Copy link
Contributor

M-Davies commented Apr 14, 2020

Tues 14th April

@karianna karianna moved this from TODO to In Progress in temurin-build Apr 14, 2020
@M-Davies
Copy link
Contributor

M-Davies commented Apr 17, 2020

Fri 17th April

01:33:55  test VarHandleTestByteArrayAsInt.testAccess(" VarHandle [ALIGNED, BIG_ENDIAN, READ_WRITE] -> java.nio.HeapByteBuffer[pos=0 lim=32 cap=32] [ALIGNED, LITTLE_ENDIAN, READ_WRITE] read write", VarHandleBaseByteArrayTest$VarHandleSourceAccessTestCase@75077b40): failure
01:33:55  java.lang.AssertionError: weakCompareAndSetAcquire int expected [true] but found [false]
01:33:55  	at org.testng.Assert.fail(Assert.java:94)
01:33:55  	at org.testng.Assert.failNotEquals(Assert.java:496)
01:33:55  	at org.testng.Assert.assertEquals(Assert.java:125)
01:33:55  	at org.testng.Assert.assertEquals(Assert.java:288)
01:33:55  	at VarHandleTestByteArrayAsInt.testArrayReadWrite(VarHandleTestByteArrayAsInt.java:1531)
01:33:55  	at VarHandleTestByteArrayAsInt.lambda$accessTestCaseProvider$5(VarHandleTestByteArrayAsInt.java:159)
01:33:55  	at VarHandleBaseTest$AccessTestCase.testAccess(VarHandleBaseTest.java:405)
01:33:55  	at VarHandleTestByteArrayAsInt.testAccess(VarHandleTestByteArrayAsInt.java:196)
01:33:55  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:33:55  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:33:55  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:33:55  	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
01:33:55  	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
01:33:55  	at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
01:33:55  	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821)
01:33:55  	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131)
01:33:55  	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
01:33:55  	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
01:33:55  	at org.testng.TestRunner.privateRun(TestRunner.java:773)
01:33:55  	at org.testng.TestRunner.run(TestRunner.java:623)
01:33:55  	at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
01:33:55  	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
01:33:55  	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
01:33:55  	at org.testng.SuiteRunner.run(SuiteRunner.java:259)
01:33:55  	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
01:33:55  	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
01:33:55  	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185)
01:33:55  	at org.testng.TestNG.runSuitesLocally(TestNG.java:1110)
01:33:55  	at org.testng.TestNG.run(TestNG.java:1018)
01:33:55  	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94)
01:33:55  	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
01:33:55  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:33:55  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:33:55  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:33:55  	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
01:33:55  	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
01:33:55  	at java.base/java.lang.Thread.run(Thread.java:834)
java/lang/ProcessBuilder/Basic.java#id0.Basic_id0
java/lang/ProcessBuilder/Basic.java#id1.Basic_id1
java/lang/ProcessBuilder/InheritIO/InheritIO.sh.InheritIO
java/lang/ProcessBuilder/SkipTest.java.SkipTest
java/lang/RuntimeTests/exec/Duped.java.Duped
java/lang/RuntimeTests/exec/ExecWithLotsOfArgs.java.ExecWithLotsOfArgs
java/lang/RuntimeTests/exec/SetCwd.java.SetCwd
java/util/logging/LoggingDeadlock2.java.LoggingDeadlock2
java/util/zip/EntryCount64k.java.EntryCount64k
java.lang.RuntimeException: Too few tlab objects allocated: expected 50 >= 80
	at jdk.test.lib.Asserts.fail(Asserts.java:594)
	at jdk.test.lib.Asserts.assertGreaterThanOrEqual(Asserts.java:288)
	at jdk.jfr.event.compiler.TestAllocInNewTLAB.main(TestAllocInNewTLAB.java:107)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:832)
com/sun/jdi/ProcessAttachTest.java.ProcessAttachTest
jdk/jfr/jcmd/TestJcmdStartStopDefault.java.TestJcmdStartStopDefault

EXISTING ISSUE: adoptium/infrastructure#1274. RESOLVING ===> adoptium/aqa-tests#1734

java/util/stream/test/org/openjdk/tests/java/util/stream/StreamBuilderTest.java.StreamBuilderTest
java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java.FlatMapOpTest
java/util/stream/test/org/openjdk/tests/java/util/stream/TabulatorsTest.java.TabulatorsTest
java/lang/invoke/MethodHandles/CatchExceptionTest.java.CatchExceptionTest
com/sun/jdi/AllLineLocations.java.AllLineLocations
com/sun/jdi/EarlyReturnTest.java.EarlyReturnTest
com/sun/jdi/JdbMethodExitTest.sh.JdbMethodExitTest
com/sun/jdi/MethodExitReturnValuesTest.java.MethodExitReturnValuesTest
com/sun/jdi/NativeInstanceFilter.java.NativeInstanceFilter
com/sun/jdi/PopAndStepTest.java.PopAndStepTest
com/sun/jdi/PopAsynchronousTest.java.PopAsynchronousTest
com/sun/jdi/PopSynchronousTest.java.PopSynchronousTest
com/sun/jdi/Redefine-g.sh.Redefine-g
com/sun/jdi/RedefineCrossStart.java.RedefineCrossStart
com/sun/jdi/redefineMethod/RedefineTest.java.RedefineTest

@M-Davies
Copy link
Contributor

M-Davies commented Apr 17, 2020

java/util/stream/test/org/openjdk/tests/java/util/stream/StreamBuilderTest.java.StreamBuilderTest
java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java.FlatMapOpTest
java/util/stream/test/org/openjdk/tests/java/util/stream/TabulatorsTest.java.TabulatorsTest
java/lang/invoke/MethodHandles/CatchExceptionTest.java.CatchExceptionTest
com/sun/jdi/AllLineLocations.java.AllLineLocations
com/sun/jdi/EarlyReturnTest.java.EarlyReturnTest
com/sun/jdi/JdbMethodExitTest.sh.JdbMethodExitTest
com/sun/jdi/MethodExitReturnValuesTest.java.MethodExitReturnValuesTest
com/sun/jdi/NativeInstanceFilter.java.NativeInstanceFilter
com/sun/jdi/PopAndStepTest.java.PopAndStepTest
com/sun/jdi/PopAsynchronousTest.java.PopAsynchronousTest
com/sun/jdi/PopSynchronousTest.java.PopSynchronousTest
com/sun/jdi/Redefine-g.sh.Redefine-g
com/sun/jdi/RedefineCrossStart.java.RedefineCrossStart
com/sun/jdi/redefineMethod/RedefineTest.java.RedefineTest

The top three tests are going to be excluded under existing JBS issues adoptium/aqa-tests#1735. There are a few shell tests and these are due to be re-written in java

JdbMethodExitTest.sh
Redefine-g.sh

https://bugs.openjdk.java.net/browse/JDK-8201652 ===> Added to adoptium/aqa-tests#1733

To clarify, the remaining tests that need triage for s390x are RAISED ===> adoptium/aqa-tests#1737

> com/sun/jdi/AllLineLocations.java.AllLineLocations
> com/sun/jdi/EarlyReturnTest.java.EarlyReturnTest
> com/sun/jdi/MethodExitReturnValuesTest.java.MethodExitReturnValuesTest
> com/sun/jdi/NativeInstanceFilter.java.NativeInstanceFilter
> com/sun/jdi/PopAndStepTest.java.PopAndStepTest
> com/sun/jdi/PopAsynchronousTest.java.PopAsynchronousTest
> com/sun/jdi/PopSynchronousTest.java.PopSynchronousTest
> com/sun/jdi/RedefineCrossStart.java.RedefineCrossStart
> com/sun/jdi/redefineMethod/RedefineTest.java.RedefineTest

@M-Davies
Copy link
Contributor

M-Davies commented Apr 20, 2020

Mon 20th April

https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_hs_sanity.openjdk_x86-64_mac com/sun/jdi/ProcessAttachTest.sh===> Timeout. Failing for two days in a row

Pulling latest tags and getting the latest update version using git fetch -q --tags --depth=1
NOTE: This can take quite some time!  Please be patient
From /cygdrive/j/jenkins/tmp/workspace/./build//src
 * branch                  HEAD       -> FETCH_HEAD
usage: git rev-list [OPTION] <commit-id>... [ -- paths... ]
  limiting output:
    --max-count=<n>
    --max-age=<epoch>
    --min-age=<epoch>
    --sparse
    --no-merges
    --min-parents=<n>
    --no-min-parents
    --max-parents=<n>
    --no-max-parents
    --remove-empty
    --all
    --branches
    --tags
    --remotes
    --stdin
    --quiet
  ordering output:
    --topo-order
    --date-order
    --reverse
  formatting output:
    --parents
    --children
    --objects | --objects-edge
    --unpacked
    --header | --pretty
    --abbrev=<n> | --no-abbrev
    --abbrev-commit
    --left-right
    --count
  special purpose:
    --bisect
    --bisect-vars
    --bisect-all
WARNING: Failed to identify latest tag in the repository
Unable to detect git tag, exiting...
=== Output from failing command(s) repeated here ===
* For target support_native_java.desktop_libawt_Blit.obj:
Blit.c
./src/java.desktop/share/native/libawt/java2d/loops/Blit.c(29): fatal error C1083: Cannot open include file: 'sun_java2d_loops_Blit.h': No such file or directory
   ... (rest of output omitted)

* All command lines available in /cygdrive/j/jenkins/tmp/workspace/build/src/build/windows-x86_64-normal-clientANDserver-release/make-support/failure-logs.
=== End of repeated output ===
Creating support/modules_libs/java.base/jrt-fs.jar
Compiling 2 files for COMPILE_DEPEND
/cygdrive/c/progra~2/mib055~1/2017/community/vc/tools/msvc/14.16.27023/bin/hostx86/x64/cl -E
java.lang.InternalError: Unexpected CryptoAPI failure generating seed
	at java.base/sun.security.provider.NativeSeedGenerator.getSeedBytes(NativeSeedGenerator.java:62)
	at java.base/sun.security.provider.SeedGenerator.generateSeed(SeedGenerator.java:144)
	at java.base/sun.security.provider.AbstractDrbg.lambda$static$0(AbstractDrbg.java:524)
	at java.base/sun.security.provider.AbstractDrbg.getEntropyInput(AbstractDrbg.java:507)
	at java.base/sun.security.provider.AbstractDrbg.getEntropyInput(AbstractDrbg.java:494)
	at java.base/sun.security.provider.AbstractDrbg.instantiateIfNecessary(AbstractDrbg.java:696)
	at java.base/sun.security.provider.AbstractDrbg.engineNextBytes(AbstractDrbg.java:378)
	at java.base/sun.security.provider.AbstractDrbg.engineNextBytes(AbstractDrbg.java:334)
	at java.base/sun.security.provider.AbstractDrbg$SeederHolder.lambda$static$0(AbstractDrbg.java:558)
	at java.base/sun.security.provider.AbstractDrbg.getEntropyInput(AbstractDrbg.java:507)
	at java.base/sun.security.provider.AbstractDrbg.getEntropyInput(AbstractDrbg.java:494)
	at java.base/sun.security.provider.AbstractDrbg.instantiateIfNecessary(AbstractDrbg.java:696)
	at java.base/sun.security.provider.AbstractDrbg.engineNextBytes(AbstractDrbg.java:378)
	at java.base/sun.security.provider.AbstractDrbg.engineNextBytes(AbstractDrbg.java:334)
	at java.base/sun.security.provider.DRBG.engineNextBytes(DRBG.java:233)
	at java.base/java.security.SecureRandom.nextBytes(SecureRandom.java:741)
	at java.base/java.security.SecureRandom.next(SecureRandom.java:798)
	at java.base/java.util.Random.nextLong(Random.java:424)
	at java.base/java.io.File$TempDirectory.generateFile(File.java:1928)
	at java.base/java.io.File.createTempFile(File.java:2076)
	at java.base/java.io.File.createTempFile(File.java:2136)
	at jdk.jartool/sun.tools.jar.Main.createTemporaryFile(Main.java:1712)
	at jdk.jartool/sun.tools.jar.Main.run(Main.java:313)
	at jdk.jartool/sun.tools.jar.Main.main(Main.java:1669)

@M-Davies
Copy link
Contributor

M-Davies commented Apr 20, 2020

java/util/logging/CheckZombieLockTest.java===> Reused lock file. Seen before, EXCLUDED https://github.com/eclipse/openj9/issues/9186
java/util/zip/ZipFile/TestCleaner.java===> Timeout. Same as above.

Consistently failing test on https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk14_hs_sanity.openjdk_x86-32_windows
jdk/jfr/event/compiler/TestAllocInNewTLAB.java

@M-Davies
Copy link
Contributor

M-Davies commented Apr 21, 2020

Tuesday 21 April

@M-Davies
Copy link
Contributor

Wed 22nd April
BUILDS

Creating support/modules_libs/java.base/jrt-fs.jar
make[4]: *** [/cygdrive/j/jenkins/tmp/workspace/build/src/openj9/runtime/buildtools.mk:218: configure] Broken pipe
make[3]: *** [/cygdrive/j/jenkins/tmp/workspace/build/src/closed/OpenJ9.gmk:427: run-preprocessors-j9] Broken pipe
make[2]: *** [/cygdrive/j/jenkins/tmp/workspace/build/src/closed/custom/Main.gmk:56: j9vm-build] Error 2
make[2]: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
make[2]: *** [make/Main.gmk:86: buildtools-jdk] Error 141
make[2]: INTERNAL: Exiting with 2 jobserver tokens available; should be 4!
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Execution error: Failed to extract /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-ppc64le-openj9/transfer of 9 files
  • JDK8/HS&J9/mac&&macXL builds failed due to overnight sign code changes. The wrong xcode version was picked up. A new set of builds has been submitted that does pick up the right version. Not an issue.

@archanaNogriya
Copy link
Contributor

archanaNogriya commented Jun 15, 2020

**15 June

Build Failure**

jdk-aix-ppc64-hotspot
jdk-linux-aarch64-hotspot
jdk-linux-ppc64le-hotspot
jdk-windows-x64-hotspot
jdk-mac-x64-hotspot

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-aix-ppc64-hotspot/133/console

AdoptOpenJDK.md marker file not found in fetched source to be built, this may mean the wrong SCMReference build parameter has been specified. Ensure the correct AdoptOpenJDK patch release tag is specified, eg.for build jdk-11.0.4+10, it would be jdk-11.0.4+10_adopt
The issue raised: #1883

jdk-linux-aarch64-openj9
jdk-linux-ppc64le-openj9
jdk-windows-x64-openj9
jdk-mac-x64-openj9

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-openj9/21/console
ERROR: Build failed for targets 'product-images legacy-jre-image test-image debug-image' in configuration 'linux-aarch64-server-release' (exit code 2)

jdk-linux-x64-openj9
jdk-linux-x64-hotspot

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-x64-openj9/20/console

/lib64/libc.so.6: version GLIBC_2.14' not found `
Issue raised : #1882

JDK8, JDK11, JDk14

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-hotspot/568/console

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-windows-x86-32-openj9/595/console

Installer issue.
Execution error: null
issues raised : adoptium/installer#224

Test_openjdk11_hs_sanity.openjdk_x86-64_linux
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_hs_sanity.openjdk_x86-64_linux/275/console

com/sun/jdi/AccessSpecifierTest.java.AccessSpecifierTest
com/sun/jdi/AfterThreadDeathTest.java.AfterThreadDeathTest
com/sun/jdi/ArrayRangeTest.java.ArrayRangeTest
com/sun/jdi/ConstantPoolInfo.java.ConstantPoolInfo
com/sun/jdi/CountFilterTest.java.CountFilterTest
com/sun/jdi/EarlyReturnNegativeTest.java.EarlyReturnNegativeTest
com/sun/jdi/EarlyReturnTest.java.EarlyReturnTest
com/sun/jdi/FieldWatchpoints.java.FieldWatchpoints
com/sun/jdi/FramesTest.java.FramesTest
com/sun/jdi/InstanceFilter.java.InstanceFilter

Looks.like network related,
VM initialization failed for: /home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_x86-64_linux/openjdkbinary/j2sdk-image/bin/java -classpath /home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_x86-64_linux/openjdk-tests/TKG/test_output_15921787128309/jdk_svc_sanity_0/work/classes/com/sun/jdi/sde/MangleTest.d -ea -esa -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,address=test-scaleway-ubuntu1604-x64-1.adoptopenjdk.net:53964,suspend=y onion.pickle.Mangle 02:53:16 02:53:16 02:53:16 Target VM failed to initialize. 02:53:16 java.lang.NullPointerException 02:53:16 at VMConnection.open(VMConnection.java:157) 02:53:16 at TestScaffold.connect(TestScaffold.java:635) 02:53:16 at TestScaffold.startUp(TestScaffold.java:364) 02:53:16 at TestScaffold.startTo(TestScaffold.java:374) 02:53:16 at TestScaffold.startToMain(TestScaffold.java:369) 02:53:16 at MangleTest.runTests(MangleTest.java:154) 02:53:16 at TestScaffold.startTests(TestScaffold.java:431) 02:53:16 at MangleTest.main(MangleTest.java:32) 02:53:16 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 02:53:16 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 02:53:16 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 02:53:16 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 02:53:16 at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298) 02:53:16 at java.base/java.lang.Thread.run(Thread.java:834)

Test_openjdk11_hs_sanity.openjdk_x86-64_windows
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_hs_sanity.openjdk_x86-64_windows/245/console

[Pipeline] node
Running on test-aws-win2019-x64-2 in C:\Users\jenkins.EC2AMAZ-T7I06S9\workspace\Test_openjdk11_hs_sanity.openjdk_x86-64_windows
[Pipeline] {
[Pipeline] checkout
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" returned status code 128:
stdout: 
stderr: fatal: not a git repository (or any parent up to mount point /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Test_openjdk14_hs_sanity.openjdk_ppc64_aix
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk14_hs_sanity.openjdk_ppc64_aix/99/console

ACTION: main -- Failed. Execution failed: main' threw exception: java.lang.RuntimeException: Errors encountered!
01:19:23 REASON: User specified action: run main/othervm -XX:MaxDirectMemorySize=128m DirectBufferAllocTest
01:19:23 TIME: 1.747 seconds
01:19:23 messages:
01:19:23 command: main -XX:MaxDirectMemorySize=128m DirectBufferAllocTest
01:19:23 reason: User specified action: run main/othervm -XX:MaxDirectMemorySize=128m DirectBufferAllocTest
01:19:23 Mode: othervm [/othervm specified]
01:19:23 elapsed time (seconds): 1.747`

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jun 16, 2020

Tue 16th June

ALL jdk(next) OpenJ9 platforms:

05:20:11  * For target buildtools_interim_langtools_modules_java.compiler.interim__the.BUILD_java.compiler.interim_batch:
05:20:11  warning: unknown enum constant Feature.SEALED_CLASSES
05:20:11  warning: unknown enum constant Feature.SEALED_CLASSES
05:20:11  error: warnings found and -Werror specified
05:20:11  1 error
05:20:11  2 warnings

New interim internal compiler enum, this is because the openj9 build is being built with Hotspot jdk15 BootJDK. Raised: #1890

ALL jdk15 OpenJ9 platforms:

/home/admin/mydocker/ccm/openjdk-build/mergescripts/merge_tmp/src/java.base/share/classes/java/lang/invoke/VarHandles.java:392: error: cannot find symbol
                        case GET -> MethodHandles.collectReturnValue(modeHandle, filterFromTarget);
                                                 ^
  symbol:   method collectReturnValue(MethodHandle,MethodHandle)
  location: class MethodHandles

Known issue: eclipse-openj9/openj9#9849

jdk8u-windows-x86-32-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-windows-x86-32-openj9/596/console

19:48:08  Execution error: Unable to get file permissions

Known issue: #1878

TESTS:
Test_openjdk8_j9_special.openjdk_x86-32_windows:
and other windows tests:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_special.openjdk_x86-32_windows/120/console

Running on test-aws-win2019-x64-2 in C:\Users\jenkins.EC2AMAZ-T7I06S9\workspace\Test_openjdk8_j9_special.openjdk_x86-32_windows
[Pipeline] {
[Pipeline] checkout
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" returned status code 128:
stdout: 
stderr: fatal: not a git repository (or any parent up to mount point /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Raised: adoptium/infrastructure#1394

Test_openjdk8_j9_sanity.system_x86-64_mac:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.system_x86-64_mac/235/console

20:28:49  Cannot contact test-macincloud-macos1013-x64-1: java.lang.InterruptedException
20:35:47  wrapper script does not seem to be touching the log file in /Users/jenkins/workspace/Test_openjdk8_j9_sanity.system_x86-64_mac@tmp/durable-22ec343f

Raised: adoptium/infrastructure#1395

Test_openjdk8_j9_sanity.perf_x86-64_mac_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.perf_x86-64_mac_xl/195/console

20:12:23  /Users/jenkins/workspace/Test_openjdk8_j9_sanity.perf_x86-64_mac_xl/openjdk-tests/perf/liberty/build.xml:143: The following error occurred while executing this line:
20:12:23  /Users/jenkins/workspace/Test_openjdk8_j9_sanity.perf_x86-64_mac_xl/openjdk-tests/perf/liberty/build.xml:60: Error while expanding /Users/jenkins/benchmarks/libertyBinaries/openliberty-19.0.0.4.zip
20:12:23  java.util.zip.ZipException: archive is not a ZIP archive

Deleted openliberty-19.0.0.4.zip from file system, so it re-downloads it.
Note: downloads from this machine are very SLOW... could be causing download corruption...?
Re-building: https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.perf_x86-64_mac_xl/196/
Now successful.

@archanaNogriya
Copy link
Contributor

archanaNogriya commented Jun 17, 2020

17th June
Build Failure

jdk8u-linux-s390x-hotspot
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-s390x-hotspot/593/console
configure: error: cannot enable JFR on minimal1 VM or zero build
Issue Raised : #1897

jdk-linux-aarch64-openj9
jdk-linux-ppc64le-openj9
jdk-linux-s390x-openj9
jdk-linux-x64-openj9
jdk-mac-x64-openj9
jdk-windows-x64-openj9

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-openj9/25/console

ERROR: Build failed for targets 'product-images legacy-jre-image test-image debug-image' in configuration 'linux-aarch64-server-release' (exit code 2) 05:28:42 05:28:42 === Output from failing command(s) repeated here === 05:28:42 * For target buildtools_interim_langtools_modules_java.compiler.interim__the.BUILD_java.compiler.interim_batch: 05:28:42 warning: unknown enum constant Feature.SEALED_CLASSES 05:28:42 warning: unknown enum constant Feature.SEALED_CLASSES 05:28:42 error: warnings found and -Werror specified

Issue known : #1890
Test
Test_openjdk11_j9_sanity.openjdk_s390x_linux_xl
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_xl/156/testReport/junit/java_lang_ref_FinalizeOverride/java/FinalizeOverride/

java/lang/ref/FinalizeOverride.java.FinalizeOverride (from java_lang_ref_FinalizeOverride.java)

Test_openjdk11_j9_sanity.openjdk_x86-64_windows
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows/243/testReport/junit/java_math_BigInteger_DivisionOverflow/java/DivisionOverflow/

Timeout. JVMDUMP039I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" at 2020/06/17 04:06:32 - please wait. JVMDUMP032I JVM requested Java dump using 'C:\Users\jenkins\workspace\Test_openjdk11_j9_sanity.openjdk_x86-64_windows\openjdk-tests\TKG\test_output_15923828743213\jdk_math_j9_0\work\scratch\javacore.20200617.040632.12612.0001.txt' in response to an event

rerunning this build if that fix the issue: https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows/244/

Test_openjdk8_j9_sanity.openjdk_x86-64_mac
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_j9_sanity.openjdk_x86-64_mac/236/console

Cannot contact test-macincloud-macos1013-x64-1: java.lang.InterruptedException

rerunning this build again : https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_j9_sanity.openjdk_x86-64_mac/237/

@karianna
Copy link
Contributor

Hmm, that's the jfr flag introduction we made yesterday but for hotspot only, so we have a bug - I'll look

@archanaNogriya
Copy link
Contributor

archanaNogriya commented Jun 18, 2020

18th June
Build Failure

jdk8u-windows-x64-openj9-windowsXL
jdk8u-windows-x64-hotspot
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-windows-x64-openj9-windowsXL/330/console

19:48:08 Execution error: Unable to get file permissions
Known issue: #1878

jdk-linux-aarch64-openj9
jdk-linux-ppc64le-openj9
** jdk-linux-x64-openj9**
** jdk-windows-x64-openj9**

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-openj9/27/consoleFull

05:14:22 Running ddrgen to generate j9ddr.dat and superset.dat 05:15:51 Blob written to file: ../j9ddr.dat 05:15:51 Superset written to file: ../superset.dat 05:15:51 gmake[4]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-aarch64-openj9/workspace/build/src/build/linux-aarch64-server-release/vm/ddr' 05:15:51 05:15:51 ERROR: Build failed for targets 'product-images legacy-jre-image test-image debug-image' in configuration 'linux-aarch64-server-release' (exit code 2) 05:15:51

Issue tackled in PR : #1890

It looks like it isn’t using an OpenJ9 boot jdk. Morgan is updating the code change

05:07:29  Tools summary:
05:07:29  * Boot JDK:       openjdk version "15" 2020-09-15 OpenJDK Runtime Environment AdoptOpenJDK (build 15+27-202006170324) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 15+27-202006170324, mixed mode, sharing)  (at /usr/lib/jvm/jdk-15+27)
05:07:29  * Toolchain:      gcc (GNU Compiler Collection)
05:07:29  * C Compiler:     Version 7.5.0 (at /usr/local/gcc/bin/gcc-7.5)
05:07:29  * C++ Compiler:   Version 7.5.0 (at /usr/local/gcc/bin/g++-7.5)

New issue raised : #1907

Test_openjdk11_hs_sanity.openjdk_s390x_linux
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_hs_sanity.openjdk_s390x_linux/245/testReport/junit/java_lang_ProcessBuilder_Basic/java_id0/Basic_id0/

java/lang/ProcessBuilder/Basic.java#id0.Basic_id0 (from java_lang_ProcessBuilder_Basic.java_id0)

`This appears to be a Unix system.
Testing ASCII environment values
Testing Latin1 environment values
Testing Unicode environment values
Testing directory .
Testing directory ..
Testing directory /
Testing directory /bin
cmdp
cmdp 0: /home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_s390x_linux/openjdkbinary/j2sdk-image/bin/java
cmdp 1: -XX:+DisplayVMOutputToStderr
cmdp 2: -classpath
cmdp 3: /home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_s390x_linux/openjdk-tests/TKG/test_output_1592454324852/jdk_lang_0/work/classes/1/java/lang/ProcessBuilder/Basic_id0.d:/home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_s390x_linux/openjdk-tests/openjdk/openjdk-jdk/test/jdk/java/lang/ProcessBuilder:/home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_s390x_linux/jvmtest/openjdk/jtreg/lib/javatest.jar:/home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_s390x_linux/jvmtest/openjdk/jtreg/lib/jtreg.jar
cmdp 4: Basic$JavaChild
cmdp 5: System.getenv()
envp
envp 0: LC_ALL=C\u0000\u0000
envp 1: FO\u0000=B\u0000R
waitFor process: delta: 25511

Passed = 8985, failed = 0
`

Test_openjdk11_j9_sanity.openjdk_x86-64_mac
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_x86-64_mac/263/testReport/junit/java_util_zip_ZipFile_TestCleaner/java/TestCleaner/

java/util/zip/ZipFile/TestCleaner.java.TestCleaner (from java_util_zip_ZipFile_TestCleaner.java) : Timeout issue.

Unstable Test Builds
Test_openjdk11_j9_sanity.openjdk_x86-64_windows
Test_openjdk11_hs_sanity.openjdk_x86-64_windows

Test_openjdk14_hs_sanity.openjdk_x86-64_windows
Test_openjdk8_j9_sanity.openjdk_x86-64_windows_xl
Test_openjdk8_hs_sanity.openjdk_x86-64_windows

Test_openjdk14_j9_sanity.openjdk_x86-64_windows

https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_hs_sanity.openjdk_x86-64_windows/249/console

No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" returned status code 128:
stdout: 
stderr: fatal: not a git repository (or any parent up to mount point /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2360)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2356)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1916)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1928)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:343)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
	at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
	at java.lang.Thread.run(Thread.java:748)

Issue raised: #1908

Test_openjdk14_j9_sanity.openjdk_x86-64_windows_xl
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk14_j9_sanity.openjdk_x86-64_windows_xl/107/console

22:30:09 <JIT: non-fatal error: failed to allocate 2048 Kb data cache> 22:30:09 JVMJ9GC069E Failed to initialize Finalize thread 22:30:09 Error: Could not create the Java Virtual Machine. 22:30:09 Error: A fatal exception has occurred. Program will exit. 22:30:09 1 22:30:09 make: *** [makefile:87: compileTools] Error 1 [Pipeline] } 22:30:09 $ ssh-agent -k 22:30:09 unset SSH_AUTH_SOCK; 22:30:09 unset SSH_AGENT_PID; 22:30:09 echo Agent pid 1961 killed;

Test_openjdk8_hs_sanity.openjdk_s390x_linux
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_hs_sanity.openjdk_s390x_linux/227/testReport/junit/java_util_stream_test_org_openjdk_tests_java_util_stream_StreamLinkTest/java/StreamLinkTest/

java/util/stream/test/org/openjdk/tests/java/util/stream/StreamLinkTest.java.StreamLinkTest (from java_util_stream_test_org_openjdk_tests_java_util_stream_StreamLinkTest.java): timeout issue

@archanaNogriya
Copy link
Contributor

archanaNogriya commented Jun 19, 2020

**19 June

Build Failure**

jdk-linux-aarch64-openj9
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-openj9/29/consoleFull

05:11:47 java.lang.ClassCastException: java.lang.String incompatible with java.nio.file.FileTreeWalker$Event

jdk-mac-x64-hotspot
jdk14u-windows-x64-hotspot
jdk14u-windows-x64-openj9
jdk8u-aix-ppc64-hotspot

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-mac-x64-hotspot/157/console

org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing Perhaps you forgot to surround the code with a step that provides this, such as: node

Looks like these failures due to #1913 Print out file perms on build fail, possible script approval problem.

Tests

Test_openjdk11_hs_sanity.openjdk_aarch64_linux
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_hs_sanity.openjdk_aarch64_linux/238/console

java/lang/invoke/VarHandles/VarHandleTestByteArrayAsLong.java.VarHandleTestByteArrayAsLong

00:56:17 config VarHandleBaseByteArrayTest.setup(): success 00:56:17 test VarHandleTestByteArrayAsLong.testAccess(" VarHandle [ALIGNED, BIG_ENDIAN, READ_WRITE] -> byte[] [ALIGNED, LITTLE_ENDIAN, READ_WRITE] read write", VarHandleBaseByteArrayTest$VarHandleSourceAccessTestCase@304c4c4a): failure 00:56:17 java.lang.AssertionError: weakCompareAndSetAcquire long expected [true] but found [false]

Test_openjdk11_j9_sanity.openjdk_ppc64_aix
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_ppc64_aix/101/testReport/junit/java_util_zip_ZipFile_TestCleaner/java/TestCleaner/

java/util/zip/ZipFile/TestCleaner.java.TestCleaner (from java_util_zip_ZipFile_TestCleaner.java) : timeout issue

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jun 22, 2020

Monday 22nd June
OpenJ9 all platforms jdk15 known issue: eclipse-openj9/openj9#9849

Test_openjdk8_j9_sanity.openjdk_x86-64_mac_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.openjdk_x86-64_mac_xl/240/console

20:04:27  Cannot contact test-macincloud-macos1013-x64-1: java.lang.InterruptedException
20:12:32  wrapper script does not seem to be touching the log file in /Users/jenkins/workspace/Test_openjdk8_j9_sanity.openjdk_x86-64_mac_xl@tmp/durable-4c07c72e
20:12:32  (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)

Raised: adoptium/infrastructure#1402

Test_openjdk11_j9_extended.system_x86-64_linux_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_extended.system_x86-64_linux_xl/260/console

01:40:25  ERROR: [ssh-agent] Could not register BouncyCastle on the remote agent.
01:40:25  java.nio.file.FileSystemException: /tmp/resource-1967337190559246248: No space left on device

Raised: adoptium/infrastructure#1403

Test_openjdk14_j9_sanity.openjdk_x86-64_windows:
https://ci.adoptopenjdk.net/job/Test_openjdk14_j9_sanity.openjdk_x86-64_windows/112/console

ERROR: Failed to clean the workspace
jenkins.util.io.CompositeIOException: Unable to delete 'C:\Users\jenkins\workspace\Test_openjdk14_j9_sanity.openjdk_x86-64_windows\openjdk-tests'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.

Raised: adoptium/infrastructure#1404

Test failures:

Test_openjdk14_j9_sanity.external_x86-64_linux_openliberty-mp-tck:
https://ci.adoptopenjdk.net/job/Test_openjdk14_j9_sanity.external_x86-64_linux_openliberty-mp-tck/113/consoleFull

22:07:52  Could not open cp_settings remapped class cache for 9s4jg7zt30pubsmu21xdzgevf (/root/.gradle/caches/6.0.1/scripts-remapped/settings_bimm3z0dwshuq5c7p2wfrtf2s/9s4jg7zt30pubsmu21xdzgevf/cp_settings27b7120d8bed45e60dd0b95b8e5ecea0).
22:07:52  > Could not open cp_settings generic class cache for settings file '/open-liberty/dev/settings.gradle' (/root/.gradle/caches/6.0.1/scripts/9s4jg7zt30pubsmu21xdzgevf/cp_settings/cp_settings27b7120d8bed45e60dd0b95b8e5ecea0).
22:07:52     > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 58
22:07:52  

Test_openjdk11_j9_sanity.openjdk_x86-64_windows: java_math_BigInteger_DivisionOverflow
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows/249/testReport/junit/java_math_BigInteger_DivisionOverflow/java/DivisionOverflow/

JVMDUMP039I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" at 2020/06/22 03:52:48 - please wait.

@archanaNogriya
Copy link
Contributor

archanaNogriya commented Jun 23, 2020

Build Failure
23rd June

jdk11u-windows-x64-openj9-windowsXL
jdk8u-windows-x64-openj9
jdk8u-windows-x86-32-openj9

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-openj9-windowsXL/389/console

00:32:13 Downloading https://services.gradle.org/distributions/gradle-6.5-bin.zip 00:32:35 00:32:35 Exception in thread "main" java.net.ConnectException: Connection timed out: connect 00:32:35 at java.base/java.net.PlainSocketImpl.connect0(Native Method) 00:32:35 at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101) 00:32:35 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) 00:32:35 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) 00:32:35 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) 00:32:35 at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) 00:32:35 at java.base/java.net.Socket.connect(Socket.java:591) 00:32:35 at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:285) 00:32:35 at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) 00:32:35 at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182) 00:32:35 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474) 00:32:35 at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569) 00:32:35 at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265) 00:32:35 at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372) 00:32:35 at java

Looks like the gradle connection issue was only temporary. Re-run is doing fine https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-openj9-windowsXL/391/console

jdk8u-linux-ppc64le-openj9-linuxXL
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-ppc64le-openj9-linuxXL/221/console

20:36:06 Starting building: build-scripts » release » create_installer_linux #12650 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] echo 20:36:06 Execution error: org.jenkinsci.plugins.workflow.steps.FlowInterruptedException

jdk-linux-aarch64-openj9
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-openj9/34/console

CompileJavaModules.gmk:594: recipe for target '/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-aarch64-openj9/workspace/build/src/build/linux-aarch64-server-release/jdk/modules/java.desktop/_the.java.desktop_batch' failed 05:30:01 gmake[3]: *** [/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-aarch64-openj9/workspace/build/src/build/linux-aarch64-server-release/jdk/modules/java.desktop/_the.java.desktop_batch] Error 1 05:30:01 make/Main.gmk:197: recipe for target 'java.desktop-java' failed 05:30:01 gmake[2]: *** [java.desktop-java] Error 1 05:30:01 05:30:01 ERROR: Build failed for targets 'product-images legacy-jre-image test-image debug-image' in configuration 'linux-aarch64-server-release' (exit code 2) 05:30:01 Stopping sjavac server

jdk14u-aix-ppc64-hotspot
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk14u/job/jdk14u-aix-ppc64-hotspot/110/console

23:35:06 1500-029: (W) WARNING: subprogram JNIEnv_::NewObject(_jclass *, _jmethodID *, ...) could not be inlined into startAgentThreadWrapper(JNIEnv_ *, _jvmtiEnv *). 23:41:55 23:41:55 ERROR: Build failed for targets 'product-images legacy-jre-image test-image' in configuration 'aix-ppc64-server-release' (exit code 2) 23:41:55 23:41:55 === Output from failing command(s) repeated here === 23:41:55 * For target support_demos_classes_jfc_CodePointIM__the.BUILD_DEMO_CodePointIM_batch: 23:41:55 Connection attempt failed: Connection refused 23:41:55 Connection attempt failed: Connection refused 23:41:55 Connection attempt failed: Connection refused 23:41:55 Giving up 23:41:55 IOException caught during compilation: Could not connect to server 23:41:55

issue raised : https://github.com/AdoptOpenJDK/openjdk-build/issues/1921

jdk8u-aix-ppc64-hotspot
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-aix-ppc64-hotspot/624/console

20:15:27 build-osuosl-aix71-ppc64-2 was marked offline: Connection was broken: java.io.IOException: Unexpected EOF 20:15:27 at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:99) 20:15:27 at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) 20:15:27 at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) 20:15:27 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)

Issue Raised : adoptium/infrastructure#1407

Test Failures
Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl
Test_openjdk11_j9_sanity.openjdk_x86-64_windows

https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/140/testReport/junit/java_util_zip_ZipFile_TestCleaner/java/TestCleaner/

Test_openjdk8_hs_sanity.openjdk_s390x_linux
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_hs_sanity.openjdk_s390x_linux/233/testReport/junit/java_util_stream_test_org_openjdk_tests_java_util_stream_StreamLinkTest/java/StreamLinkTest/

https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_hs_sanity.openjdk_s390x_linux/233/testReport/junit/java_util_stream_test_org_openjdk_tests_java_util_stream_StreamLinkTest/java/StreamLinkTest/ Timeout issue.
java/util/zip/ZipFile/TestCleaner.java.TestCleaner (from java_util_zip_ZipFile_TestCleaner.java) : Timeout issue

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jun 24, 2020

Wed 24th June
jdk-aix-ppc64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-aix-ppc64-openj9/148/console

05:52:43  Creating java.rmi.jmod
05:52:50  Creating java.scripting.jmod
05:53:06  04:53:05.026 0x3000e700   j9shr.1013   *   ** ASSERTION FAILED ** at CompositeCache.cpp:2437: (!(hasReadMutex(currentThread)))
05:53:06  JVMDUMP039I Processing dump event "traceassert", detail "" at 2020/06/24 00:53:05 - please wait.
05:53:06  JVMDUMP032I JVM requested System dump using '/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-aix-ppc64-openj9/workspace/build/src/make/core.20200624.005305.20250638.0001.dmp' in response to an event

Raised: eclipse-openj9/openj9#9997

jdk-linux-aarch64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-openj9/35/consoleFull

05:24:41  CompileJavaModules.gmk:594: recipe for target '/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-aarch64-openj9/workspace/build/src/build/linux-aarch64-server-release/jdk/modules/java.sql.rowset/_the.java.sql.rowset_batch' failed
05:24:41  gmake[3]: *** [/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-aarch64-openj9/workspace/build/src/build/linux-aarch64-server-release/jdk/modules/java.sql.rowset/_the.java.sql.rowset_batch] Error 1
05:24:41  make/Main.gmk:197: recipe for target 'java.sql.rowset-java' failed

Reason unclear!

jdk11u-linux-aarch64-openj9-linuxXL:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-openj9-linuxXL/261/consoleFull

01:46:16  Error: Hash of java.rmi (87f5e1de8a6c645614cac9abb7c9c137fe64f30a271d0c8a5253afd52b3e5a46) differs to expected hash (5df01ddfbecbfe84771552ec918a71fa4beefb16f54604cd04f0cf28272e7280) recorded in java.base
01:46:16  java.lang.module.FindException: Hash of java.rmi (87f5e1de8a6c645614cac9abb7c9c137fe64f30a271d0c8a5253afd52b3e5a46) differs to expected hash (5df01ddfbecbfe84771552ec918a71fa4beefb16f54604cd04f0cf28272e7280) recorded in java.base

jdk11u-windows-x64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-openj9/649/console

[Pipeline] echo
05:13:33  Execution error: hudson.AbortException: Failed to copy artifacts from build-scripts/release/create_installer_windows with filter: wix/ReleaseDir/*
[Pipeline] }

jdk14u-mac-x64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk14u/job/jdk14u-mac-x64-openj9/120/console

21:50:53  /Users/jenkins/workspace/build-scripts/jobs/jdk14u/jdk14u-mac-x64-openj9/workspace/build/src/build/macosx-x86_64-server-release/support/modules_cmds/openj9.dtfj/jextract: A timestamp was expected but was not found.
21:50:53  make[3]: *** [/Users/jenkins/workspace/build-scripts/jobs/jdk14u/jdk14u-mac-x64-openj9/workspace/build/src/build/macosx-x86_64-server-release/support/modules_cmds/openj9.dtfj/jextract] Error 1
21:50:53  make[3]: *** Deleting file `/Users/jenkins/workspace/build-scripts/jobs/jdk14u/jdk14u-mac-x64-openj9/workspace/build/src/build/macosx-x86_64-server-release/support/modules_cmds/openj9.dtfj/jextract'
21:50:53  make[2]: *** [openj9.dtfj-launchers] Error 2

All jdk15 openj9:

04:51:27  Exception in thread "main" java.lang.InternalError: Compile stub invoked! Apart from deliberate reflective access, this should not happen. Please report this to the project so it can be addressed
04:51:27  	at java.base/java.lang.invoke.OpenJDKCompileStub.OpenJDKCompileStubThrowError(OpenJDKCompileStub.java:38)
04:51:27  	at java.base/java.lang.invoke.MethodHandle.rebind(MethodHandle.java:1479)
04:51:27  	at java.base/java.lang.invoke.StringConcatFactory.simpleConcat(StringConcatFactory.java:665)

I think this should fix it: ibmruntimes/openj9-openjdk-jdk15#4

Test_openjdk8_j9_sanity.perf_x86-64_mac_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.perf_x86-64_mac_xl/205/console

18:49:35  getDacapoSuite:
18:49:35       [echo] curl -Lks https://sourceforge.net/projects/dacapobench/files/latest/download -o dacapo.jar
18:49:48      [retry] Attempt [0]: error occurred; retrying...
18:49:48       [echo] curl -Lks https://sourceforge.net/projects/dacapobench/files/latest/download -o dacapo.jar
18:49:58      [retry] Attempt [1]: error occurred; retrying...
18:49:58       [echo] curl -Lks https://sourceforge.net/projects/dacapobench/files/latest/download -o dacapo.jar
18:50:11      [retry] Attempt [2]: error occurred; retrying...
18:50:11       [echo] curl -Lks https://sourceforge.net/projects/dacapobench/files/latest/download -o dacapo.jar
18:50:22  
18:50:22  BUILD FAILED

Test_openjdk8_j9_sanity.openjdk_s390x_linux_xl: java_lang_ref_FinalizeOverride
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.openjdk_s390x_linux_xl/161/testReport/junit/java_lang_ref_FinalizeOverride/java/FinalizeOverride/

java/lang/ref/FinalizeOverride.java.FinalizeOverride (from java_lang_ref_FinalizeOverride.java) 
Agent error: java.lang.Exception: Agent 10 timed out with a timeout of 960 seconds; check console log for any additional details    

Existing issue: eclipse-openj9/openj9#9651

Test_openjdk8_j9_extended.system_x86-64_windows: ConcurrentLoadTest_0
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_extended.system_x86-64_windows/236/consoleFull

19:25:13  LT  13:25:15.002 - First failure detected by thread: load-14. Not creating dumps as no dump generation is requested for this load test
19:25:13  LT  13:25:15.970 - suite.getInventory().getInventoryFileRef(): openjdk.test.load/config/inventories/concurrent/concurrent.xml
19:25:13  LT  13:25:15.970 - suite.isCreateDump() : false
19:25:13  LT  13:25:15.971 - Test failed
19:25:13  LT    Failure num.  = 1
19:25:13  LT    Test number   = 7
19:25:13  LT    Test details  = 'JUnit[net.adoptopenjdk.test.concurrent.jsr166y.ForkJoinPoolTest]'
19:25:13  LT    Suite number  = 0
19:25:13  LT    Thread number = 14
19:25:13  LT  >>> Captured test output >>>
19:25:13  LT  testStarted : testAPI(net.adoptopenjdk.test.concurrent.jsr166y.ForkJoinPoolTest)
19:25:13  LT  testFailure: testAPI(net.adoptopenjdk.test.concurrent.jsr166y.ForkJoinPoolTest): 5 : getActiveThreadCount() expected:<0> but was:<1>
19:25:13  LT  junit.framework.AssertionFailedError: 5 : getActiveThreadCount() expected:<0> but was:<1>
19:25:13  LT  	at junit.framework.Assert.fail(Assert.java:57)
19:25:13  LT  	at junit.framework.Assert.failNotEquals(Assert.java:329)
19:25:13  LT  	at junit.framework.Assert.assertEquals(Assert.java:78)
19:25:13  LT  	at junit.framework.Assert.assertEquals(Assert.java:234)
19:25:13  LT  	at junit.framework.TestCase.assertEquals(TestCase.java:401)
19:25:13  LT  	at net.adoptopenjdk.test.concurrent.jsr166y.ForkJoinPoolTest.testAPI(ForkJoinPoolTest.java:122)
19:25:13  LT  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
19:25:13  LT  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
19:25:13  LT  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
19:25:13  LT  	at java.lang.reflect.Method.invoke(Method.java:498)
19:25:13  LT  	at junit.framework.TestCase.runTest(TestCase.java:176)

Retrying: https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_extended.system_x86-64_windows/237/
Successful

Test_openjdk11_j9_sanity.openjdk_x86-64_mac_xl: java_util_zip_ZipFile_TestCleaner
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_x86-64_mac_xl/270/testReport/junit/java_util_zip_ZipFile_TestCleaner/java/TestCleaner/
Timeout
existing issue: eclipse-openj9/openj9#8872

Test_openjdk11_j9_sanity.openjdk_x86-64_windows: java/math/BigInteger/DivisionOverflow.java Timeout
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows/251/
re-testing: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows/252/
Raised: eclipse-openj9/openj9#9998

Test_openjdk14_j9_sanity.openjdk_s390x_linux: java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessInt.java
https://ci.adoptopenjdk.net/job/Test_openjdk14_j9_sanity.openjdk_s390x_linux/123/

java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessInt.java.VarHandleTestMethodHandleAccessInt (from java_lang_invoke_VarHandles_VarHandleTestMethodHandleAccessInt.java) 
Unexpected exit from test [exit code: 137]    

Re-testing: https://ci.adoptopenjdk.net/job/Test_openjdk14_j9_sanity.openjdk_s390x_linux/124/
Successful

Test_openjdk14_j9_sanity.openjdk_x86-64_windows:
https://ci.adoptopenjdk.net/job/Test_openjdk14_j9_sanity.openjdk_x86-64_windows/114/console

Cloning repository https://github.com/AdoptOpenJDK/openjdk-tests.git
ERROR: Failed to clean the workspace
jenkins.util.io.CompositeIOException: Unable to delete 'C:\Users\jenkins\workspace\Test_openjdk14_j9_sanity.openjdk_x86-64_windows\openjdk-tests'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.

Raised infra issue: adoptium/infrastructure#1410

@archanaNogriya
Copy link
Contributor

archanaNogriya commented Jun 25, 2020

**25th June

Build Failures**

JDK8-openj9 builds failed
jdk8u-aix-ppc64-openj9
jdk8u-linux-ppc64le-openj9
jdk8u-linux-ppc64le-openj9-linuxXL
jdk8u-linux-s390x-openj9
jdk8u-linux-s390x-openj9-linuxXL
jdk8u-linux-x64-openj9
jdk8u-linux-x64-openj9-linuxXL
jdk8u-windows-x64-openj9
jdk8u-windows-x64-openj9-windowsXL
jdk8u-windows-x86-32-openj9
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-ppc64le-openj9/650/console

Compiling tools to generate DDR pointer classes and structure stubs 18:46:01 c:\workspace\openjdk-build\workspace\build\src\openj9\debugtools\DDR_VM\src\com\ibm\j9ddr\BytecodeGenerator.java:88: error: method addFlagAliasesFor in class BytecodeGenerator cannot be applied to given types; 18:46:01 return addFlagAliasesFor(new HashMap<>(), className); 18:46:01 ^ 18:46:01 required: Map<String,String>,String 18:46:01 found: HashMap<Object,Object>,String 18:46:01 reason: actual argument HashMap<Object,Object> cannot be converted to Map<String,String> by method invocation conversion 18:46:01 1 error 18:46:01 make[3]: *** [/cygdrive/c/workspace/openjdk-build/workspace/build/src/closed/make/DDR.gmk:103: /cygdrive/c/workspace/openjdk-build/workspace/build/src/build/windows-x86-normal-server-release/jdk/ddr/tools.marker] Error 1 18:46:01 make[2]: *** [/cygdrive/c/workspace/openjdk-build/workspace/build/src/closed/make/Images.gmk:48: openj9.ddr-gen] Error 2 18:46:01 make[2]: *** Waiting for unfinished jobs.... 18:46:02 make[1]: *** [BuildJdk.gmk:102: images] Error 2 18:46:02 make: *** [/cygdrive/c/workspace/openjdk-build/workspace/build/src//make/Main.gmk:141: images-only] Error 2 18:46:02 Execution error: null

issue raised : eclipse-openj9/openj9#10012

jdk11u-windows-x64-hotspot
jdk11u-windows-x64-openj9
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-hotspot/644/console

ls: cannot access 'workspace/target/*.tar.gz': No such file or directory
issue raised : adoptium/infrastructure#1412

jdk-linux-ppc64le-hotspot
jdk-aix-ppc64-hotspot
jdk-linux-s390x-hotspot

lib/CompileJvm.gmk:149: recipe for target '/ramdisk0/build/workspace/build-scripts/jobs/jdk/jdk-aix-ppc64-hotspot/workspace/build/src/build/aix-ppc64-server-release/hotspot/variant-server/libjvm/objs/interp_masm_ppc_64.o' failed 07:46:33 make/Main.gmk:259: recipe for target 'hotspot-server-libs' failed
issue raised : #1931

Test_openjdk8_j9_sanity.openjdk_s390x_linux_xl
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_j9_sanity.openjdk_s390x_linux_xl/161/testReport/junit/java_lang_ref_FinalizeOverride/java/FinalizeOverride/

java/lang/ref/FinalizeOverride.java.FinalizeOverride (from java_lang_ref_FinalizeOverride.java)
Timeout issue

Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/140/testReport/junit/java_util_zip_ZipFile_TestCleaner/java/TestCleaner/

java/util/zip/ZipFile/TestCleaner.java.TestCleaner (from java_util_zip_ZipFile_TestCleaner.java)
Timeoutissue

Test_openjdk11_j9_sanity.openjdk_x86-64_windows
java/lang/ref/FinalizeOverride.java.FinalizeOverride
java/math/BigInteger/DivisionOverflow.java.DivisionOverflow
Both due to timeout issue.

Test_openjdk14_j9_sanity.openjdk_s390x_linux
Test_openjdk14_j9_sanity.openjdk_s390x_linux_xl
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk14_j9_sanity.openjdk_s390x_linux/125/

java/lang/ref/FinalizeOverride.java.FinalizeOverride (from java_lang_ref_FinalizeOverride.java): timeout issue

Adam's Addendum:

The JDK15 builds failed due to "Compile stub invoked!" in MethodHandle.rebind
This has since been resolved by the below PR, and tonight's builds should pass.
ibmruntimes/openj9-openjdk-jdk15#4

The JDK8 invocation conversion build errors should also be resolved in tonight's build, due to the below fix.
eclipse-openj9/openj9#10005

java/lang/ref/FinalizeOverride.java Failures
This test has been excluded, and is being investigated here:
eclipse-openj9/openj9#9651

@adamfarley
Copy link
Contributor

adamfarley commented Jun 26, 2020

Fri 26th June

Build Failures

  • All JDK-HEAD, JDK15, and JDK11u builds failed due to a Groovy compilation error.
04:42:33   @ line 6, column 1.
04:42:33     import hudson.Functions
04:42:33     ^
04:42:33  
04:42:33  1 error

With the error being:

org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use staticMethod hudson.Functions printThrowable java.lang.Throwable

Example

Solution: Jenkins scripts need permission to use hudson.Functions. Stewart has fixed this, as stated here.

build-osuosl-aix71-ppc64-1 was marked offline: Connection was broken: java.io.IOException: Unexpected EOF

Solution: machine is back online now, as evidenced here.

  • jdk14u-windows-x64-hotspot
    Problem: Unable to copy artifacts from installer creation job. Same issue as yesterday, the day before...
    Solution: In progress. See here.

  • jdk14u-mac-x64-openj9-macosXL
    Problem: "Segmentation fault: 11", likely while creating libjimage.dylib
    Solution: Unknown. No existent bug found. Re-running to see if it's easy to replicate.
    In Progress.

Test Failures

Triage complete.

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jun 29, 2020

Mon 29th June

Over w/e pipelines all queued up, due to arm node's all offline
Raised: adoptium/infrastructure#1417

jdk11u-linux-aarch64-openj9-linuxXL:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-openj9-linuxXL/269/consoleFull

01:44:20  Error: Hash of java.rmi (b6a86a9e705c5a069dc495bc44f98204480c8fa6061b88079dce3abfd0e6cafa) differs to expected hash (85b68adc57891be2ce21e8d58f9ad2e8f04eb36adfb4614deb1591d0bef1991b) recorded in java.base
01:44:20  java.lang.module.FindException: Hash of java.rmi (b6a86a9e705c5a069dc495bc44f98204480c8fa6061b88079dce3abfd0e6cafa) differs to expected hash (85b68adc57891be2ce21e8d58f9ad2e8f04eb36adfb4614deb1591d0bef1991b) recorded in java.base

Issue: #1804

All OpenJ9 JDK15 builds fail:
Awaiting promotion of fixes from openj9-staging to openj9 branch to fix these:
ibmruntimes/openj9-openjdk-jdk15#4 will fix once promoted to openj9 branch

jdk8u-windows-x64-hotspot
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-windows-x64-hotspot/662/console

19:13:06  Execution error: hudson.os.PosixException: Unable to get file permissions null
19:13:06  null

Issue: #1878

Test_openjdk8_j9_sanity.external_x86-64_linux:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.external_x86-64_linux/341/console
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.external_x86-64_linux/379/console
failing due to Jenkins script approval, see: https://adoptopenjdk.slack.com/archives/C09NW3L2J/p1593420460186000

Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_xl/174/
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_xl/167/
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows/256/
java/lang/ref/FinalizeOverride.java.FinalizeOverride : eclipse-openj9/openj9#9651
java/math/BigInteger/DivisionOverflow.java.DivisionOverflow : eclipse-openj9/openj9#9998

@adamfarley
Copy link
Contributor

adamfarley commented Jun 30, 2020

Tuesday the 30th of June

Builds

jdk8u-aix-ppc64-hotspot
Problem: Build lost the machine connection to build-osuosl-aix71-ppc64-2
Solution: Connection restored. Seems to be good now.

jdk15-mac-x64-openj9
Problem: Execution error: hudson.AbortException: script returned exit code 1
Solution: Unknown.

jdk-mac-x64-hotspot
jdk-windows-x64-openj9
Problem: Execution error: hudson.os.PosixException: Unable to get file permissions null
Solution: #1878

jdk-linux-aarch64-openj9
Problem: CompileJavaModules.gmk:594: recipe for target 'etcetc/build/linux-aarch64-server-release/jdk/modules/java.desktop/_the.java.desktop_batch' failed
Solution: Unknown.

Sanity Tests

Problem: TestCleaner.java Failure - Agent overruns and times out.
Where: Test_openjdk11_j9_sanity.openjdk_x86-64_linux #273, Test_openjdk11_j9_sanity.openjdk_x86-64_windows_xl
Solution: This issue

Problem: Compiler crash building SpliteratorLateBindingTest.java
Where: Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl #144
Solution: No issue seems to exist.

Problem: JLNK Error: Hash of java.xml (blah) differs to expected hash (blah2) recorded in java.base
Where: Test_openjdk11_j9_sanity.system_aarch64_linux #186
Solution: eclipse-openj9/openj9#9048

Problem: DirectBufferAllocTest.java throws OOM attempting to allocate DBB
Where: Test_openjdk14_hs_sanity.openjdk_ppc64_aix #111
Solution: adoptium/aqa-tests#1859

Problem: org.eclipse.microprofile.opentracing.tck.OpentracingClientTests returns incorrect span.
Where: Test_openjdk8_j9_sanity.external_x86-64_linux_tomee #293
Solution: No issue found.

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jul 1, 2020

Wed 1st July

jdk8 build was aborted.

jdk-linux-s390x-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-s390x-openj9/43/
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-ppc64le-openj9-linuxXL/261/console

04:32:16  Execution error: groovy.lang.MissingPropertyException: No such property: DOCKER_IMAGE for class: common.IndividualBuildConfig

Caused by: 3ba2966
Fix: #1944

jdk-windows-x64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-windows-x64-openj9/48/console
Hung:

04:32:26  + ./build-farm/make-adopt-build-farm.sh
04:32:26  This appears to be JDK Head. Querying the Adopt API to get the JDK HEAD Number (https://api.adoptopenjdk.net/v3/info/available_releases)...
04:32:26  RETRYWARNING: Query 1 failed. Retrying in 30 seconds (max retries = 5)...

Caused by: 3ab586e
sleep 30000 !!! 30k seconds!!

jdk15-mac-x64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk15/job/jdk15-mac-x64-openj9/26/console

04:35:09  Pulling latest tags and getting the latest update version using git fetch -q --tags --depth=1
04:35:09  NOTE: This can take quite some time!  Please be patient
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
04:35:17  Execution error: hudson.AbortException: script returned exit code 1

jdk15-windows-x64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk15/job/jdk15-windows-x64-openj9/27/console

05:46:38  Copied 0 artifacts from "build-scripts » release » create_installer_windows" build number 5319
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
05:46:38  Execution error: hudson.AbortException: Failed to copy artifacts from build-scripts/release/create_installer_windows with filter: wix/ReleaseDir/*
[Pipeline] echo
05:46:38  hudson.AbortException: Failed to copy artifacts from build-scripts/release/create_installer_windows with filter: wix/ReleaseDir/*

I am suspicious create_installer_windows build #5320 deleted the artifacts before this job could copy them...?
Raised: #1945

Test_openjdk11_j9_sanity.system_aarch64_linux: MathLoadTest_bigdecimal_0
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.system_aarch64_linux/187/consoleFull
Raised: eclipse-openj9/openj9#10063

Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/145/
java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java.MultiReleaseJarAPI
java/util/jar/JarFile/mrjar/MultiReleaseJarSecurity.java.MultiReleaseJarSecurity

01:54:13  test MultiReleaseJarAPI.testAliasing(11, 11): failure
01:54:13  java.lang.SecurityException: cannot verify signature block file META-INF/SIGNER
01:54:13  	at java.base/sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:296)
01:54:13  	at java.base/sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:269)
01:54:13  	at java.base/java.util.jar.JarVerifier.processEntry(JarVerifier.java:316)
01:54:13  	at java.base/java.util.jar.JarVerifier.update(JarVerifier.java:230)
01:54:13  	at java.base/java.util.jar.JarFile.initializeVerifier(JarFile.java:759)
01:54:13  	at java.base/java.util.jar.JarFile.getInputStream(JarFile.java:840)
01:54:13  	at MultiReleaseJarAPI.readAndCompare(MultiReleaseJarAPI.java:230)
01:54:13  	at MultiReleaseJarAPI.testAliasing(MultiReleaseJarAPI.java:213)
01:54:13  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:54:13  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:54:13  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:54:13  	at java.base/java.lang.reflect.Method.invoke(Method.java:566)

re-run: https://ci.adoptopenjdk.net/job/Grinder/3495/

Test_openjdk11_j9_sanity.system_x86-64_mac:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.system_x86-64_mac/277/console
test-macincloud-macos1013-x64-1 disconnected
Existing: adoptium/infrastructure#1402

@adamfarley
Copy link
Contributor

adamfarley commented Jul 2, 2020

Thurs 2nd July

Builds

jdk-aix-ppc64-openj9
jdk15-aix-ppc64-openj9
Problem: Issue seen while compiling omrsock.o

/usr/include/netinet/tcp.h:208:25: error: field has incomplete type 'struct in6_addr'

Solution: No issue found. Re-run saw the same problem. Builds for jdk8 and 11 pass. Issue raised.

jdk-aix-ppc64-hotspot
Problem: Connection to build machine "build-osuosl-aix71-ppc64-2" dropped mid-build.
Solution: Issue seems to affect this machine a lot, see here and here. Mentioned in the Intermittent build issues issue.

jdk-windows-x64-hotspot
Problem: Repeated api.adoptopenjdk.net query failures.
Solution: API might have just been down for a short period. Re-running the build and asking on Slack if the api server was down.
Note: re-run passed.

Tests

Mostly cos and FinalizeOverride duplicates. No new issues seen.

@adamfarley
Copy link
Contributor

adamfarley commented Jul 3, 2020

Fri 3rd July

Builds

jdk14u-aix-ppc64-hotspot
Problem: xlclang++: error: 1501-222 cannot fork process - Resource temporarily unavailable
Solution: Discussing here. Likely related to this.

jdk14u-mac-x64-openj9-macosXL
jdk8u-windows-x64-openj9-windowsXL
Problem: org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
Solution: This, maybe.

jdk8u-linux-x64-corretto
Problem: groovy.json.JsonException: expecting '}' or ',' but got current char '"' with an int value of 34
Solution: Already has an issue.

Known issues seen include:
omrsock, and again, and again

Tests
Test_openjdk14_hs_sanity.openjdk_aarch64_linux
Problem: Known non-fatal output "Unable to map CDS archive" causes test to fail.
Solution: This issue.

Test_openjdk11_corretto_sanity.openjdk_x86-64_linux
Problem: test test.java.lang.invoke.TryFinallyTest.testTryFinally(long, 2): failure
Solution: No issue found. Raise issue.

Test_openjdk11_corretto_sanity.openjdk_x86-64_linux
Problem: TreeBinAssert.java fails
Solution: This issue.

Known issues seen include:

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jul 6, 2020

Mon 6th July
jdk15-mac-x64-openj9:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk15/job/jdk15-mac-x64-openj9/33/console

04:33:56  Pulling latest tags and getting the latest update version using git fetch -q --tags --depth=1
04:33:56  NOTE: This can take quite some time!  Please be patient
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
04:34:03  Execution error: hudson.AbortException: script returned exit code 1

git fetch connection error by the looks of it

Test_openjdk8_j9_sanity.external_x86-64_linux_thorntail-mp-tck:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.external_x86-64_linux_thorntail-mp-tck/343/console
thorntail_microprofile_tck_0
Issue: adoptium/aqa-tests#1855

Test_openjdk8_j9_sanity.external_x86-64_linux_openliberty-mp-tck:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.external_x86-64_linux_openliberty-mp-tck/340/console
openliberty_microprofile_tck
Issue: adoptium/aqa-tests#1856

Test_openjdk8_j9_sanity.external_x86-64_linux_tomee:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.external_x86-64_linux_tomee/299/console
tomee_test_0 failure
Raised: adoptium/aqa-tests#1867

Test_openjdk11_j9_sanity.external_x86-64_linux_example-test:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.external_x86-64_linux_example-test/17/console

No space left on device

Raised: adoptium/infrastructure#1425

java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessInt.java:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux/272/console
java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessInt.java
Re-run: https://ci.adoptopenjdk.net/job/Grinder/3506/

Test_openjdk14_j9_sanity.openjdk_ppc64le_linux:
https://ci.adoptopenjdk.net/job/Test_openjdk14_j9_sanity.openjdk_ppc64le_linux/134/console

22:33:50  $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/xvfb-134-..fbdir172697222622356943
...
java.lang.IllegalStateException: No display name received from Xvfb within 10 seconds
	at org.jenkinsci.plugins.xvfb.AutoDisplayNameFilterStream.getDisplayNumber(AutoDisplayNameFilterStream.java:77)
	at org.jenkinsci.plugins.xvfb.Xvfb.launchXvfb(Xvfb.java:605)
	at org.jenkinsci.plugins.xvfb.Xvfb.setUp(Xvfb.java:697)
	at org.jenkinsci.plugins.workflow.steps.CoreWrapperStep$Execution2.doStart(CoreWrapperStep.java:97)
	at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Re-run: https://ci.adoptopenjdk.net/job/Test_openjdk14_j9_sanity.openjdk_ppc64le_linux/135/

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jul 7, 2020

Tue 7th July

All Mac Installer jobs failed:

Error: Failed to upload app to Apple's notarization servers
...
1 package(s) were not uploaded because they had problems:
	/var/folders/rt/8_by_h8n5g9d5jhp66cf_7d80000gr/T/58AA8093-9CBF-4425-B0B4-F784C0070DDC/Untitled.itmsp - Error Messages:
		You must first sign the relevant contracts online. (1048)
2020-07-07 00:54:56.716 altool[11400:106430485] *** Error: You must first sign the relevant contracts online. (1048)

Windows Installer failed on machine build-azure-win2012r2-x64-2:

Main-OpenJDK11-jre_x64_windows_openj9-11.0.8.8.wxs
Files-OpenJDK11-jre_x64_windows_openj9-11.0.8.8.wxs
LIGHT
Windows Installer XML Toolset Linker version 3.14.0.3910
Copyright (c) .NET Foundation and contributors. All rights reserved.

light.exe : error LGHT0001 : Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Exception Type: System.Runtime.InteropServices.COMException

Stack Trace:
   at System.Security.Policy.PEFileEvidenceFactory.GetLocationEvidence(SafePEFileHandle peFile, SecurityZone& zone, StringHandleOnStack retUrl)
   at System.Security.Policy.PEFileEvidenceFactory.GenerateLocationEvidence()
   at System.Security.Policy.PEFileEvidenceFactory.GenerateEvidence(Type evidenceType)
   at System.Security.Policy.AssemblyEvidenceFactory.GenerateEvidence(Type evidenceType)
   at System.Security.Policy.Evidence.GenerateHostEvidence(Type type, Boolean hostCanGenerate)
   at System.Security.Policy.Evidence.GetHostEvidenceNoLock(Type type)
   at System.Security.Policy.Evidence.GetHostEvidence(Type type, Boolean markDelayEvaluatedEvidenceUsed)
   at System.Security.Policy.AppDomainEvidenceFactory.GenerateEvidence(Type evidenceType)
   at System.Security.Policy.Evidence.GenerateHostEvidence(Type type, Boolean hostCanGenerate)
   at System.Security.Policy.Evidence.GetHostEvidenceNoLock(Type type)
   a

Re-run succeeds, hopefully a one off.

@adamfarley
Copy link
Contributor

adamfarley commented Jul 7, 2020

Tue 7th July Continuation

(Making a second one because Andrew's changes are overwriting mine. - AdamF)

jdk8u-solaris-x64-hotspot
Problem: java.security.cert.CertificateNotYetValidException
Solution: adoptium/infrastructure#1430

jdk8u-linux-x64-corretto
Problem: Boot JDK issue
Solution: This PR
Re-running now.

jdk11u-linux-aarch64-openj9-linuxXL
Problem: Hash of java.rmi (...) differs to expected hash (...) recorded in java.base
Solution: This issue.

jdk-linux-aarch64-openj9
Problem:

CompileJavaModules.gmk:594: recipe for target '/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-aarch64-openj9/workspace/build/src/build/linux-aarch64-server-release/jdk/modules/java.desktop/_the.java.desktop_batch' failed

Solution: Unknown. New issue should be raised.

Tests

Test_openjdk11_hs_sanity.openjdk_x86-64_linux
Problem: Target VM failed to initialize
Solution:

@adamfarley
Copy link
Contributor

adamfarley commented Jul 8, 2020

Tue 7th July

Builds

jdk8u-solaris-x64-hotspot
Problem: CertificateNotYetValidException: NotBefore: Sat Jul 04 19:00:00 CDT 2020
Solution: adoptium/infrastructure#1430

jdk15-windows-x64-hotspot
Problem: FlowInterruptedException, caused by the installer job failing when the timestamp server fails to sign the msi file.
Problem 2: Installer job says "Successfully signed: etcetc.msi" and then fails because it couldn't sign it. Faulty success message.
Underlying problem: Liable to be a brief unavailability of the timestamp server, combined with an installer script bug.
Solution: Raise an adopt build bug to cover both changes. Likely will have to wait until post-release for a fix.
Rebuilding for now to verify that it's a one-off. (Edit: Verified)

Tests

Test_openjdk11_hs_sanity.openjdk_x86-64_linux #300
Problem: "There is insufficient memory for the Java Runtime Environment to continue."
in java/math/BigInteger/LargeValueExceptions.java
Solution: First guess is that something's used up the memory on test-godaddy-centos7-x64-1
Opening infra issue for someone to take a look.

Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl #150, Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl #150
Problem: "An exception has occurred in the compiler" in the form of a NullPointerException
during java/lang/invoke/VarHandles/VarHandleTestAccessByte.java and java/util/Collection/MOAT.java
Solution: No bug found. New one needs raising.

Test_openjdk11_j9_sanity.external_x86-64_linux_openliberty-mp-tck #385
Problem: error: cannot find symbol org.hamcrest.Matchers
Solution: Need to raise issue.

Test_openjdk11_hs_extended.system_x86-64_mac #280
Problem: well-known file x is not secure: file's group should be the current group (which is -1) but the group is 0
Solution: adoptium/infrastructure#1274

HCRLateAttachWorkload_previewEnabled_0
Problem: "Agent initialization function Agent_OnAttach failed for library instrument, return code 102"
Solution: eclipse-openj9/openj9#10066

Test_openjdk11_j9_sanity.openjdk_x86-64_windows #266
Problem: TestCleaner.java timeout
Solution: eclipse-openj9/openj9#8872

Test_openjdk11_hs_sanity.external_x86-64_linux_openliberty-mp-tck 398
openliberty_microprofile_tck_0
Test_openjdk8_j9_sanity.external_x86-64_linux_thorntail-mp-tck 345
thorntail_microprofile_tck_0
Problem: Container name already in use.
Solution: adoptium/aqa-tests#1856

Test_openjdk11_corretto_sanity.system_x86-64_linux 122
TestJlmRemoteNotifierProxyAuth_0
TestJlmRemoteClassNoAuth_0
TestJlmRemoteMemoryAuth_0
TestJlmRemoteMemoryNoAuth_0
TestJlmRemoteClassAuth_0
Problem: Monitored VM not ready
Solution: No existing issue. Need to raise one.

Test_openjdk11_corretto_sanity.openjdk_x86-64_linux #122
Problem: java.lang.RuntimeException: Cipher javax.crypto.Cipher@4693fceb, in: 1024, expOut: 6128, actual: 1008
Solution: The fixes for this issue needs to be ported upstream, along with a compelling argument, and the reason we're only seeing this on Corretto, and not Hotspot. Run tests to verify this doesn't happen on Hotspot, and raise against Corretto?

Test_openjdk11_corretto_sanity.openjdk_x86-64_linux 122
jdk_util_0
Problem: AssertionError at java.util.HashMap$TreeNode.moveRootToFront
in java/util/HashMap/TreeBinAssert.java
Solution: This issue

Test_openjdk11_corretto_sanity.openjdk_x86-64_linux 122
jdk_lang_0
Problem: java.lang.VerifyError: Bad type on operand stack
in java/lang/invoke/TryFinallyTest.java
Solution: No issue found. Need to raise one.

Test_openjdk8_j9_extended.system_x86-64_windows_xl #223
ConcurrentLoadTest_0
Problem: junit.framework.AssertionFailedError: 5 : getActiveThreadCount() expected:<0> but was:<1>
in net.adoptopenjdk.test.concurrent.jsr166y.ForkJoinPoolTest
Solution: This issue, but only if it happens frequently. Tracking.

Test_openjdk8_j9_sanity.openjdk_ppc64le_linux_xl 169
jdk_lang_j9_0
Problem: Timeout in java/lang/ref/FinalizeOverride.java
Solution: eclipse-openj9/openj9#9651

Test_openjdk8_j9_sanity.system_x86-64_windows_xl 223
TestJlmRemoteMemoryNoAuth_SE80_0
Problem MemoryProfiler Server test Server Process ended unexpectedly because:

Exception in thread "main" java/lang/RuntimeException: sun.management.AgentConfigurationError: java.rmi.server.ExportException: Port already in use: 1234; nested exception is: 
	java.net.BindException: Address already in use: JVM_Bind
	at sun/management/Agent.error (Agent.java:526)
	at sun/management/Agent.startAgent (Agent.java:269)
	at sun/management/Agent.startAgent (Agent.java:452)
	at java/lang/System.startSNMPAgent (NativeMethod:4294967295)
	at java/lang/Thread.completeInitialization (Thread.java:169)
	at java/lang/J9VMInternals.completeInitialization (J9VMInternals.java:73)

Solution: None yet. Raise issue. Include this:
5.LT2.stderr.txt

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jul 9, 2020

Thurs 9th July
jdk-aix-ppc64-hotspot:
https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk/job/jdk-aix-ppc64-hotspot/lastBuild/console

05:21:15  Caused by: java.io.IOException: No space left on device

Raised: adoptium/infrastructure#1440

Various builds, connection issue around 04:35am:
https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk/job/jdk-mac-x64-openj9/lastBuild/console

04:37:45  Pulling latest tags and getting the latest update version using git fetch -q --tags --depth=1
04:37:45  NOTE: This can take quite some time!  Please be patient
...
04:37:50  Execution error: hudson.AbortException: script returned exit code 1

Test_openjdk8_j9_special.openjdk_s390x_linux: java/math/BigDecimal/StringConstructor.java
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_special.openjdk_s390x_linux/176/console

22:17:06  java.lang.NumberFormatException
22:17:06  	at java.math.BigDecimal.<init>(BigDecimal.java:599)
22:17:06  	at java.math.BigDecimal.<init>(BigDecimal.java:383)
22:17:06  	at java.math.BigDecimal.<init>(BigDecimal.java:809)
22:17:06  	at StringConstructor.nonAsciiZeroTest(StringConstructor.java:110)
22:17:06  	at StringConstructor.main(StringConstructor.java:70)

Re-run: https://ci.adoptopenjdk.net/job/Grinder/3545/
Green

Test_openjdk8_j9_sanity.system_x86-64_linux_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.system_x86-64_linux_xl/254/console
22:42:14 FAILED test targets:
22:42:14 TestJlmRemoteClassNoAuth_SE80_Linux_0
22:42:14 TestJlmRemoteMemoryAuth_SE80_Linux_0
22:42:14 TestJlmRemoteMemoryNoAuth_SE80_Linux_0
22:42:14 TestJlmRemoteThreadNoAuth_SE80_Linux_0
22:42:14 TestIBMJlmRemoteClassAuth_SE80_Linux_0
22:42:14 TestIBMJlmRemoteClassNoAuth_SE80_Linux_0
22:42:14 TestIBMJlmRemoteMemoryAuth_SE80_Linux_0
22:42:14 TestIBMJlmRemoteMemoryNoAuth_SE80_Linux_0
Re-run: https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.system_x86-64_linux_xl/255/console

Test_openjdk11_j9_sanity.perf_aarch64_linux: renaissance-akka-uct_0
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.perf_aarch64_linux/156/console

02:26:06  JVMDUMP013I Processed dump event "systhrow", detail "java/lang/OutOfMemoryError".

Re-run: https://ci.adoptopenjdk.net/job/Grinder/3546/

Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/153/console
Timeout..
Re-run: https://ci.adoptopenjdk.net/job/Grinder/3547/

@adamfarley
Copy link
Contributor

adamfarley commented Jul 10, 2020

Fri 10th July

Builds

jdk-windows-x64-hotspot
Problem: Failed 5 times to query or parse the adopt api.
Solution: Unknown. Could just be the api going down again. Will mention on Slack again.

jdk11u-aix-ppc64-hotspot
Problem:

/opt/freeware/bin/bash: fork: retry: Resource temporarily unavailable
/opt/IBM/xlC/13.1.3/bin/.orig/xlc_r: 1501-222 (S) cannot fork process - Resource temporarily unavailable

Solution: May be a one-off. Build is re-running.

jdk8u-solaris-x64-hotspot
Problem: java.security.cert.CertificateNotYetValidException: NotBefore: Sat Jul 04 19:00:00 CDT 2020
Solution: adoptium/infrastructure#1430

Tests

Test_openjdk14_hs_sanity.system_aarch64_linux #136
MauveSingleInvocationLoadTest_HotSpot_0
Test_openjdk14_hs_sanity.system_aarch64_linux #136
MauveSingleThreadLoadTest_HotSpot_0
Test_openjdk14_hs_sanity.system_aarch64_linux #136
MauveMultiThreadLoadTest_0
Problem: java.lang.StackOverflowError: null
(Followed by this, looped over and over, forever):

[2020-07-09T21:53:53.624Z] LT  	at java.lang.Throwable.printStackTrace(Throwable.java:671) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.lang.Throwable.printStackTrace(Throwable.java:660) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.lang.Throwable.printStackTrace(Throwable.java:651) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at net.adoptopenjdk.loadTest.reporting.OutputFilter.write(OutputFilter.java:60) ~[bin/:?]
[2020-07-09T21:53:53.624Z] LT  	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:242) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:312) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:290) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:131) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.io.OutputStreamWriter.write(OutputStreamWriter.java:208) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:120) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.io.BufferedWriter.write(BufferedWriter.java:233) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.io.Writer.write(Writer.java:249) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.io.PrintStream.write(PrintStream.java:697) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.io.PrintStream.print(PrintStream.java:863) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.io.PrintStream.println(PrintStream.java:1054) ~[?:?]
[2020-07-09T21:53:53.624Z] LT  	at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:764) ~[?:?]

Solution: New issue needed.

@adamfarley
Copy link
Contributor

adamfarley commented Jul 10, 2020

Due to the problems GitHub has with multiple editors making changes to the same comment, future triage reports can be found here:

https://docs.google.com/document/d/1vcZgHJeR8rW8U8OD23Uob7A1dbLrtkURZUkinUp7f_w/edit?usp=sharing

With the release next week, this allows multiple triagers to track their efforts concurrently.

temurin-build automation moved this from In Progress to Done Jul 10, 2020
@sxa sxa unpinned this issue Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community reported to Eclipse OpenJ9 Issues that have been reported upstream to the OpenJ9 group
Projects
No open projects
temurin-build
  
Done
Development

No branches or pull requests

7 participants