Nikolay Izhikov created IGNITE-12924:
----------------------------------------
Summary: [ignite-extensions] Unused import breaks checkstyle
Key: IGNITE-12924
URL:
https://issues.apache.org/jira/browse/IGNITE-12924 Project: Ignite
Issue Type: Test
Reporter: Nikolay Izhikov
{noformat}
[INFO] --- maven-checkstyle-plugin:3.0.0:check (style) @ ignite-flume-ext ---
[INFO] Starting audit...
[ERROR] /Users/sbt-izhikov-nv/src/ignite-extensions/modules/flume-ext/src/main/java/org/apache/ignite/stream/flume/IgniteSink.java:32:8: Unused import - org.apache.ignite.IgniteIllegalStateException. [UnusedImports]
Audit done.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ignite-flink-ext 1.0.0-SNAPSHOT .................... SUCCESS [ 7.202 s]
[INFO] ignite-flume-ext 1.0.0-SNAPSHOT .................... FAILURE [ 0.390 s]
[INFO] ignite-pub-sub 2.9.0-SNAPSHOT ...................... SKIPPED
[INFO] ignite-spring-boot-autoconfigure 1.0.0-SNAPSHOT .... SKIPPED
[INFO] ignite-client-spring-boot-autoconfigure 1.0.0-SNAPSHOT SKIPPED
[INFO] ignite-zeromq-ext 1.0.0-SNAPSHOT ................... SKIPPED
[INFO] apache-ignite-extensions 1.0.0-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.169 s
[INFO] Finished at: 2020-04-21T11:47:45+03:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "lgpl" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (style) on project ignite-flume-ext: Failed during checkstyle execution: There is 1 error reported by Checkstyle 8.19 with ../checkstyle/checkstyle.xml ruleset. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :ignite-flume-ext
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)