Hi Konstantin,

yes, that is a test which is part of the asciidoc documentation and it downloads jars. These tests are a bit fragile.

Thanks for checking. :)

Cheers,
Pascal

Am 26.02.2016 um 02:35 schrieb Konstantin Boudnik:
Ok, here it's I ran the tests a few times and only once I have gotten a single
failure (json.StreamingJsonBuilderTest.testStreamingJsonBuilder again). And
looks like it is simply an issue with the dependency availability. In other
words a intermittent download failure.

A piece of the stack trace:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
General error during conversion: Error grabbing Grapes -- [download failed: 
com.google.code.gson#gson;2.3.1!gson.jar]

java.lang.RuntimeException: Error grabbing Grapes -- [download failed: 
com.google.code.gson#gson;2.3.1!gson.jar]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
         at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
         at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
         at 
org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
         at 
org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
         at 
org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
         at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60)
         at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235)
         at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247)
         at groovy.grape.GrapeIvy.getDependencies(GrapeIvy.groovy:422)

Don't think there's a reason to open a ticket for it, unless suggested 
otherwise.
Regards,
   Cos

On Thu, Feb 25, 2016 at 05:12PM, Konstantin Boudnik wrote:
Hi Pascal.

The logs are gone, but I will attempt to rerun the tests and share the
stacktraces via JIRA.

Cheers,
   Cos

On Sun, Feb 21, 2016 at 01:25PM, Pascal Schumacher wrote:
Hi Konstantin,

thanks for the in-depth check. :)

Am 19.02.2016 um 08:49 schrieb Konstantin Boudnik:
- gradle.properties is missing the ASL header and breaking the rat check. I
   figure this alone doesn't warrant a respin, but the header needs to be added
   or the file needs to be excluded from the check
in the git repo this file has a header, but it's modified by
teamcity when it builds a release and this modification remove the
comments. If it's o.k. to exclude such a file from the rat check, we
can add an exclude.
- build is generating the binaries
   - tests complete ok (wow, 8k+ tests, impressive!)
   - 2 failures:  JsonBuilderTest.testJsonBuilder, 
StreamingJsonBuilderTest.testStreamingJsonBuilder
Do you still have the stacktrace of the failure. Maybe we can make
these test more robust.

Cheers,
Pascal


Reply via email to