Skip to content

Instantly share code, notes, and snippets.

@atris
Created May 19, 2021 09:29
Show Gist options
  • Save atris/8c7b11a0e15a64d889d7371f95cd9550 to your computer and use it in GitHub Desktop.
Save atris/8c7b11a0e15a64d889d7371f95cd9550 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.ignite:ignite-calcite:jar:2.10.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.apache.ignite:ignite-parent:1 (/Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/parent/pom.xml) points at org.apache.ignite:apache-ignite instead of org.apache:apache, please verify your project structure @ org.apache.ignite:ignite-parent:1, /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/parent/pom.xml, line 29, column 13
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:javacc-maven-plugin is missing. @ line 265, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------< org.apache.ignite:ignite-calcite >------------------
[INFO] Building ignite-calcite 2.10.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ignite-calcite ---
[INFO] Deleting /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/target
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean.before) @ ignite-calcite ---
[INFO] Deleting /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/pom-installed.xml
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (default) @ ignite-calcite ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-fmpp-resources) @ ignite-calcite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack-parser-template) @ ignite-calcite ---
[INFO] Configured Artifact: org.apache.calcite:calcite-core:?:jar
[INFO] Unpacking /Users/atrisharma/.m2/repository/org/apache/calcite/calcite-core/1.26.0/calcite-core-1.26.0.jar to /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/target with includes "codegen/templates/Parser.jj" and excludes ""
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.1:check (style) @ ignite-calcite ---
[INFO]
[INFO] --- fmpp-maven-plugin:1.0:generate (generate-fmpp-sources) @ ignite-calcite ---
- Executing: Parser.jj
log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
[INFO] Done
[INFO]
[INFO] --- javacc-maven-plugin:2.6:javacc (javacc) @ ignite-calcite ---
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/target/generated-sources/fmpp/javacc/Parser.jj . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
Warning: Lookahead adequacy checking not being performed since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to true to force checking.
File "TokenMgrError.java" does not exist. Will create one.
File "ParseException.java" does not exist. Will create one.
File "Token.java" does not exist. Will create one.
File "SimpleCharStream.java" does not exist. Will create one.
Parser generated with 0 errors and 1 warnings.
[INFO] Processed 1 grammar
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ignite-calcite ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ignite-calcite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ignite-calcite ---
[INFO] Generating flattened POM of project org.apache.ignite:ignite-calcite:jar:2.10.0-SNAPSHOT...
[WARNING] FlattenMode minimum is deprecated!
[WARNING] Ignoring multiple XML header comment!
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ignite-calcite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 255 source files to /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/target/classes
[WARNING] /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rel/IgniteProject.java: Some input files use or override a deprecated API.
[WARNING] /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rel/IgniteProject.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/metadata/ColocationGroup.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/atrisharma/ignite_stuff/more_stff/regex_changes/ignite/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/metadata/ColocationGroup.java: Recompile with -Xlint:unchecked for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment