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
  • From: "sawamura.hiroki@xxxxxxxxxxx" <sawamura.hiroki@xxxxxxxxxxx>
  • Date: Thu, 25 Feb 2021 10:46:34 +0000
  • Accept-language: ja-JP, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fujitsu.com; dmarc=pass action=none header.from=fujitsu.com; dkim=pass header.d=fujitsu.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=D0LleADKiGa9fjcDcDzapzYadw9VUaUP8DAm00yGOnU=; b=Sx8FsaD9/r78g6aVWXIG4Z6ddUxm1hNFH3rsXc7IYYSb8ffvMXk5WidExpWGnMNbmEcaVSKO0Lz8hLJaJGbt/UbkfHg75+X7cXQIMgMe7Q+1ar4t8tF9L+/HQyF1LJ2It/EnO7tSiLSq7oxkXuOnYK4DytcRXPun9gTY6RRcvrizIVuF0LPSZ8GbNQwXHf/CrYC1p7VMpqqa3pIyNcd5PW7BPKk/lamlupfmjobLLE3SqCJNQcRoDHePM+H4uFnKZ2cdUwA9VgwFY7ajkhsKyqz5X009w7WhB2ML+3OwKeLJa+t9I7vmhWABh3l5LJHeQMR5dBsDklbu/61QvJj6Bw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WqXFOizxCTaU6SpSgIOhNGzz/TM9pdMOb9K2odDsA8MlVjhmHdolFCF9SbFaAiYREwrcuhXuuV8zjxcYGwGO4TuPpuxJP+Z5XyUyRSka56+zZaaAjNMl0xagqqwzMNnsSOAFUdVj9hp/1OiNwaRAIod2frzSc/WXy3k7ibp3uaqhF+hXH18Ep1fN87oQOon/+daWgjaAKJl3hAZv08X9G2JH7vyaCzeNywStKf4R+DPMu2+ROosJsvs/e6kpuux0qiAU25KRpvcgcfYQO11jjtkHSi203OGy5jtw0LODFdRfpFkKZSCisl85S4g8+ti+UsQirDQhgB4vqqp8sS8+5w==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • Ironport-sdr: rwmGCji3WEPen5EEc13TPJcwI/dzev3Ipxo3Cow3vACHm/7yMRuP5AGaxonJlqJaIi0FEfHaYk 2DwvDaMJX9dgi7iAk1xZ7rMjL4BCUn9uGY2SQqGlO2YbsjVbgPQX6kx7PhSlTQbAsEs1arfgYa CKzTYv3l2dI5S6V+vgD+yAGQKGeb7DcHBkg1U8BvpdqraGwhIDfRHlJAHLV7dBaw+x/1M05+tX evwHi4fFwNICDeM7GsiOBdoOF6ysx5uQ/ADEtl0+7syHq3/JhbPoISzMEWU41v7mJiFco0KBAO c8Q=
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev/>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdcJk4cQw4BW81b6Qy2tHjWS5U+ztgA6ggzQAAcN0pAACD1O8AAA43BQACj/t2A=
  • Thread-topic: Jenkins Nightly and Weekly builds

Hi,

 

I found out why the build was successful on GlassFish CI.

 

The build script running on CI is ignoring unit tests failure:

===./gfbuild.sh

dev_build(){

  mvn -U clean install -Dmaven.test.failure.ignore=true -Pstaging ${MVN_EXTRA}

}

===

 

Since it should be avoided that GlassFish running on JDK 11 cannot be downloaded from anywhere even in the preliminary release, so I have changed the job settings to use gfbuild.sh for builds just like GlassFish CI.

  - 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/

===

mvn clean install -B -U -Pstaging

===

to

===

bash -xe ./gfbuild.sh build_re_dev

===

 

I’ll continue to investigate the unit test error (issue#23386).

 

Regards

Hiroki

 

From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Steve Millidge (Payara)
Sent: Thursday, February 25, 2021 12:05 AM
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] Jenkins Nightly and Weekly builds

 

I created a GitHub issue Master build is failing in GlassFish ORB connector implementation · Issue #23386 · eclipse-ee4j/glassfish (github.com) if you are working on it please assign yourself the issue or reply to this so we don’t all do the same work 😉

 

From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Steve Millidge (Payara)
Sent: 24 February 2021 14:39
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] Jenkins Nightly and Weekly builds

 

Just to confirm build (tests) also fails in the Orb Connector using Zulu “OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS)”

 

From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Hussain.NM@xxxxxxxxxxxxx
Sent: 24 February 2021 11:07
To: glassfish-dev@xxxxxxxxxxx
Subject: 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