Hi all, maybe the final error message is a bit misleading, but it seems that the situation is caused by a checkstyle violation:
[INFO] There is 1 error reported by Checkstyle 7.8.2 with /src/babel/../src/main/config/checkstyle/checker.xml ruleset. [ERROR] src/test/java/org/apache/calcite/test/*BabelParserTest.java:[34,8] (imports) UnusedImports: Unused import - java.nio.charset.Charset.* ... [ERROR] Failed to execute goal org.apache.maven.plugins:*maven-checkstyle-plugin:3.0.0:check (validate) on project calcite-babel: You have 1 Checkstyle violation.* -> [Help 1][ERROR] mvn <goals> -rf :calcite-babelThe command "$DOCKERRUN $IMAGE mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Djavax.net.ssl.trustStorePassword=changeit -B -V" failed and exited with 1 during . Le lun. 5 août 2019 à 14:44, Muhammad Gelbana <[email protected]> a écrit : > Here is the Travis page[1] for my PR. Thanks! > > [1] https://travis-ci.org/apache/calcite/builds/567846038 > > Thanks, > Gelbana > > > On Mon, Aug 5, 2019 at 2:32 PM Stamatis Zampetakis <[email protected]> > wrote: > > > Hey Gelbana, > > > > Are there any other information which might help diagnosing the problem? > > Can you provide a link to the complete Travis log? > > > > Best, > > Stamatis > > > > On Mon, Aug 5, 2019 at 2:08 PM Muhammad Gelbana <[email protected]> > > wrote: > > > > > For the last few days I've been facing frequent PR check failures > caused > > by > > > Travis CI. The error has nothing to do with my tests, it would be > > something > > > like > > > > > > The command "$DOCKERRUN $IMAGE mvn install -DskipTests=true > > > -Dmaven.javadoc.skip=true -Djavax.net.ssl.trustStorePassword=changeit > > > -B -V" failed and exited with 1 during . > > > > > > > > > Is anyone handling this ? Who should I contact and what can I do about > > this > > > ? > > > > > > Thanks, > > > Gelbana > > > > > >
