Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Jenkins Nightly and Weekly builds

I can confirm build fails with AdoptOpenJDK+Hotspot 11.0.7 but works fine with OpenJDK upstream 11.0.7 or AdoptOpenJDK+OpenJ9 11.0.7.

 

Side Note: Last build of master failed due to no disk space.

 

java.io.IOException: No space left on device

        at java.base/java.io.FileDescriptor.close0(Native Method)

        at java.base/java.io.FileDescriptor.close(FileDescriptor.java:297)

        at java.base/java.io.FileDescriptor$1.close(FileDescriptor.java:88)

        at java.base/sun.nio.ch.FileChannelImpl$Closer.run(FileChannelImpl.java:106)

        at java.base/jdk.internal.ref.CleanerImpl$PhantomCleanableRef.performCleanup(CleanerImpl.java:186)

        at java.base/jdk.internal.ref.PhantomCleanable.clean(PhantomCleanable.java:133)

        at java.base/sun.nio.ch.FileChannelImpl.implCloseChannel(FileChannelImpl.java:198)

 

 

Thanks

Hussain

 

From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of sawamura.hiroki@xxxxxxxxxxx
Sent: Wednesday, February 24, 2021 12:53 PM
To: glassfish-dev@xxxxxxxxxxx
Subject: Re: [glassfish-dev] Jenkins Nightly and Weekly builds

 

Hi

 

I have changed the configuration of the jenkins job below to run with JDK 11.

  - https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_build-and-publish-to-eclipse-download/

  - https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_weekly_build/

 

before:

------------------------------------------------------

TOOLS_PREFIX='/opt/tools'

JAVA_PREFIX="${TOOLS_PREFIX}/java/oracle"

MVN_HOME="${TOOLS_PREFIX}/apache-maven/latest"

JAVA_HOME="${JAVA_PREFIX}/jdk-8/latest"

------------------------------------------------------

 

after:

------------------------------------------------------

TOOLS_PREFIX='/opt/tools'

JAVA_PREFIX="${TOOLS_PREFIX}/java/adoptopenjdk"

MVN_HOME="${TOOLS_PREFIX}/apache-maven/latest"

JAVA_HOME="${JAVA_PREFIX}/hotspot-jdk-11/latest"

------------------------------------------------------

 

refs) https://wiki.eclipse.org/Jenkins#With_HotSpot

 

However, unit tests still shows errors.

I am investigating the cause of that now.

 

Regards

Hiroki

 

From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Hussain.NM@xxxxxxxxxxxxx
Sent: Tuesday, February 23, 2021 12:27 PM
To:
glassfish-dev@xxxxxxxxxxx
Subject: [glassfish-dev] Jenkins Nightly and Weekly builds

 

Can somebody update the nightly and weekly build scripts to use JDK11 to build instead of JDK8.

 

https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_build-and-publish-to-eclipse-download/

 

https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_weekly_build/

 

 

Thanks

Hussain

 

This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored.

Back to the top