SigTest - latest version failing
Kevin Looney
kevin.looney at oracle.com
Wed May 31 17:51:25 UTC 2017
Hi Mani,
The correct answer (for right now) is that cloudbees should stop
producing the maven plugins portion of SigTest. We are noticing object
incompatibilities between SigTest (built with JDK9) and Maven plugins
(built with JDK < 9). Once OpenJDK 9 is released (and Maven stabilizes
on JDK 9) we can revisit rebuilding SigTest with Maven plugin.
This is a simple fix on the build to stop building SigTest Maven plugins:
The cloudbees build needs to remove the “mvn2.exe” property from the
build file:
> + ant build -Djdk5.home=/opt/jdk/jdk1.5.latest
> -Djdk7.home=/opt/jdk/jdk1.7.latest -Djdk8.home=/opt/jdk/jdk8.latest
> -Djdk9.home=/scratch/jenkins/workspace/sigtest/jdk-9
> -Dmvn2.exe=/opt/maven/latest/bin/mvn Buildfile:
> /scratch/jenkins/workspace/sigtest/build/build.xml
This will complete the rest of the build product without issue.
Thanks Mani, and let us know if you have any questions.
Regards,
Kevin
On 5/31/17 9:04 AM, Kevin Looney wrote:
> Hi Mani,
>
> Don't have an answer yet, but will soon.
>
> We are looking at the issue, but we are a bit short-staffed at the
> moment.
>
> Thanks,
> Kevin
>
> On 5/30/17 1:58 AM, Mani Sarkar wrote:
>> Hi all,
>>
>> I have recently seen SigTest failing on our Cloudbees CI server, see
>> https://adopt-openjdk.ci.cloudbees.com/job/sigtest/296/console.
>>
>> Anyone seen something similar, this version of SigTest needs JDK9 in
>> addition to the previous releases, so I have linked it to latest EA
>> of JDK9 when building - any comments on this?
>>
>> Any ideas, why it is failing? I see the maven-plug is failing:
>> sigtest-plugin.
>>
>> Cheers,
>> Mani
>> --
>> @theNeomatrix369 <http://twitter.com/theNeomatrix369>* | **Blog
>> <http://neomatrix369.wordpress.com/>** | *LJC Associate & LJC
>> Advocate (@adoptopenjdk & @adoptajsr programs)
>> *Meet-a-Project - *MutabilityDetector
>> <https://github.com/MutabilityDetector>*| **Bitbucket
>> <https://bitbucket.org/neomatrix369>* * | **Github
>> <https://github.com/neomatrix369>** | **LinkedIn
>> <http://uk.linkedin.com/pub/mani-sarkar/71/a77/39b>*
>> *Come to Devoxx UK 2017:* http://www.devoxx.co.uk/
>>
>> */Don't chase success, rather aim for "Excellence", and success will
>> come chasing after you!/*
>> --
>> @theNeomatrix369 <http://twitter.com/theNeomatrix369>*| **Blog
>> <http://neomatrix369.wordpress.com/>**| *LJC Associate & LJC Advocate
>> (@adoptopenjdk & @adoptajsr programs)
>> *Meet-a-Project - *MutabilityDetector
>> <https://github.com/MutabilityDetector>*| **Bitbucket
>> <https://bitbucket.org/neomatrix369>* * | **Github
>> <https://github.com/neomatrix369>** | **LinkedIn
>> <http://uk.linkedin.com/pub/mani-sarkar/71/a77/39b>*
>> *Come to Devoxx UK 2017:* http://www.devoxx.co.uk/
>>
>> */Don't chase success, rather aim for "Excellence", and success will
>> come chasing after you!/*
>
>
--
kevin.looney at oracle.com
More information about the code-tools-dev
mailing list