You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "nakul777 (via GitHub)" <gi...@apache.org> on 2023/12/26 16:59:16 UTC

Re: [I] Error while installing using mvn clean install -DskipTests -Pbin-dist [pinot]

nakul777 commented on issue #11836:
URL: https://github.com/apache/pinot/issues/11836#issuecomment-1869664292

   > I think due to the encoding difference, you need to add this to the command `-Dcheckstyle.skip -Drat.numUnapprovedLicenses=1000`
   
   Upon executing the command
   
   `mvn clean install -DskipTests -Pbin-dist -Dcheckstyle.skip  -Drat.numUnapprovedLicenses=1000`
   
   The installation is stuck recompiling  the files again and again. A sample of code is shown below
   
   `[INFO] skip non existing resourceDirectory F:\SCAproj\pinot-master\pinot-master\
   pinot-core\src\main\resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ pinot-core --
   -
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 673 source files to F:\SCAproj\pinot-master\pinot-master\pinot-
   core\target\classes
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pi
   not-core ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 47 resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ pinot
   -core ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 300 source files to F:\SCAproj\pinot-master\pinot-master\pinot-
   core\target\test-classes
   [INFO]
   [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ pinot-core ---
   [INFO] Tests are skipped.
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ pinot-core ---
   [INFO] Analyzed bundle 'pinot-spi' with 296 classes
   [INFO] Analyzed bundle 'pinot-segment-spi' with 144 classes
   [INFO] Analyzed bundle 'pinot-segment-local' with 539 classes
   [INFO] Analyzed bundle 'pinot-common' with 527 classes
   [INFO]
   [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ pinot-core ---
   [INFO] Building jar: F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pino
   t-core-0.13.0-SNAPSHOT.jar
   [INFO]
   [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ pinot-core ---
   [INFO] Building jar: F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pino
   t-core-0.13.0-SNAPSHOT-tests.jar
   [INFO]
   [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ pinot
   -core ---
   [INFO] Skipping because packaging 'jar' is not pom.
   [INFO]
   [INFO] --- maven-surefire-plugin:3.0.0-M5:test (integration-tests) @ pinot-core
   ---
   [INFO] Tests are skipped.
   [INFO]
   [INFO] --- spotless-maven-plugin:2.28.0:check (default) @ pinot-core ---
   [INFO]
   [INFO] --- license-maven-plugin:4.2:check (default) @ pinot-core ---
   [INFO] Checking licenses...
   [INFO]
   [INFO] --- apache-rat-plugin:0.13:check (default) @ pinot-core ---
   [INFO] Enabled default license matchers.
   [INFO] Will parse SCM ignores for exclusions...
   [INFO] Finished adding exclusions from SCM ignore files.
   [INFO] 62 implicit excludes (use -debug for more details).
   [INFO] 45 explicit excludes (use -debug for more details).
   [INFO] 980 resources included (use -debug for more details)
   [INFO] You requested to accept 1000 files with unapproved licenses.
   [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated:
   0, approved: 979 licenses.
   [INFO]
   [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ pinot-core ---
   
   [INFO] Installing F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pinot-c
   ore-0.13.0-SNAPSHOT.jar to C:\Users\nakul\.m2\repository\org\apache\pinot\pinot-
   core\0.13.0-SNAPSHOT\pinot-core-0.13.0-SNAPSHOT.jar
   [INFO] Installing F:\SCAproj\pinot-master\pinot-master\pinot-core\pom.xml to C:\
   Users\nakul\.m2\repository\org\apache\pinot\pinot-core\0.13.0-SNAPSHOT\pinot-cor
   e-0.13.0-SNAPSHOT.pom
   [INFO] Installing F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pinot-c
   ore-0.13.0-SNAPSHOT-tests.jar to C:\Users\nakul\.m2\repository\org\apache\pinot\
   pinot-core\0.13.0-SNAPSHOT\pinot-core-0.13.0-SNAPSHOT-tests.jar
   [INFO]
   [INFO] ----------------< org.apache.pinot:pinot-query-planner >----------------
   [INFO] Building Pinot Query Planner 0.13.0-SNAPSHOT                     [16/66]
   [INFO] --------------------------------[ jar ]---------------------------------
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/janino/3.1.6/janino-3.1.6.pom
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/janino/3.1.6/janino-3.1.6.pom (2.7 kB at 3.5 kB/s)
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/janino-parent/3.1.6/janino-parent-3.1.6.pom
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/janino-parent/3.1.6/janino-parent-3.1.6.pom (7.1 kB at 22 kB/s)
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/commons-compiler/3.1.6/commons-compiler-3.1.6.pom
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/commons-compiler/3.1.6/commons-compiler-3.1.6.pom (2.0 kB at 7.2 kB/s)
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/commons-compiler/3.1.6/commons-compiler-3.1.6.jar
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/janino/3.1.6/janino-3.1.6.jar
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/commons-compiler/3.1.6/commons-compiler-3.1.6.jar (158 kB at 97 kB/s)
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/janino/3.1.6/janino-3.1.6.jar (887 kB at 389 kB/s)
   [INFO]
   [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ pinot-query-planner
   ---
   [INFO]
   [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle) @ pinot-query-planne
   r ---
   [INFO]
   [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ pinot-query-planner -
   --
   [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
   [INFO] Working directory: F:\SCAproj\pinot-master\pinot-master\pinot-query-plann
   er
   [INFO] Storing buildNumber: null at timestamp: 1703609599312
   [WARNING] Cannot get the branch information from the git repository:
   Detecting the current branch failed: 'git' is not recognized as an internal or e
   xternal command,
   operable program or batch file.
   
   [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
   [INFO] Working directory: F:\SCAproj\pinot-master\pinot-master\pinot-query-plann
   er
   [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-dependency-convergence)
   @ pinot-query-planner ---
   [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence
   passed
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven-version) @ pinot-q
   uery-planner ---
   [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence
   passed
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ pinot-query-plann
   er ---
   [INFO] argLine set to -javaagent:C:\\Users\\nakul\\.m2\\repository\\org\\jacoco\
   \org.jacoco.agent\\0.8.6\\org.jacoco.agent-0.8.6-runtime.jar=destfile=F:\\SCApro
   j\\pinot-master\\pinot-master\\pinot-query-planner\\target\\jacoco.exec,includes
   =org/apache/pinot/**/* -Xms4g -Xmx4g
   [INFO]
   [INFO] --- maven-remote-resources-plugin:1.6.0:process (process-resource-bundles
   ) @ pinot-query-planner ---
   [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
   [INFO] Copying 3 resources from 1 bundle.
   [INFO]
   [INFO] --- maven-remote-resources-plugin:1.6.0:process (default) @ pinot-query-p
   lanner ---
   [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
   [INFO] Copying 3 resources from 1 bundle.
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinot-quer
   y-planner ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] skip non existing resourceDirectory F:\SCAproj\pinot-master\pinot-master\
   pinot-query-planner\src\main\resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ pinot-query-p
   lanner ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 90 source files to F:\SCAproj\pinot-master\pinot-master\pinot-q
   uery-planner\target\classes
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pi
   not-query-planner ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 8 resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ pinot
   -query-planner ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 9 source files to F:\SCAproj\pinot-master\pinot-master\pinot-qu
   ery-planner\target\test-classes
   [INFO]
   [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ pinot-query-plan
   ner ---
   [INFO] Tests are skipped.
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ pinot-query-pla
   nner ---
   [INFO] Analyzed bundle 'pinot-core' with 910 classes
   [INFO] Analyzed bundle 'pinot-common' with 527 classes[INFO] skip non existing resourceDirectory F:\SCAproj\pinot-master\pinot-master\
   pinot-core\src\main\resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ pinot-core --
   -
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 673 source files to F:\SCAproj\pinot-master\pinot-master\pinot-
   core\target\classes
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pi
   not-core ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 47 resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ pinot
   -core ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 300 source files to F:\SCAproj\pinot-master\pinot-master\pinot-
   core\target\test-classes
   [INFO]
   [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ pinot-core ---
   [INFO] Tests are skipped.
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ pinot-core ---
   [INFO] Analyzed bundle 'pinot-spi' with 296 classes
   [INFO] Analyzed bundle 'pinot-segment-spi' with 144 classes
   [INFO] Analyzed bundle 'pinot-segment-local' with 539 classes
   [INFO] Analyzed bundle 'pinot-common' with 527 classes
   [INFO]
   [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ pinot-core ---
   [INFO] Building jar: F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pino
   t-core-0.13.0-SNAPSHOT.jar
   [INFO]
   [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ pinot-core ---
   [INFO] Building jar: F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pino
   t-core-0.13.0-SNAPSHOT-tests.jar
   [INFO]
   [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ pinot
   -core ---
   [INFO] Skipping because packaging 'jar' is not pom.
   [INFO]
   [INFO] --- maven-surefire-plugin:3.0.0-M5:test (integration-tests) @ pinot-core
   ---
   [INFO] Tests are skipped.
   [INFO]
   [INFO] --- spotless-maven-plugin:2.28.0:check (default) @ pinot-core ---
   [INFO]
   [INFO] --- license-maven-plugin:4.2:check (default) @ pinot-core ---
   [INFO] Checking licenses...
   [INFO]
   [INFO] --- apache-rat-plugin:0.13:check (default) @ pinot-core ---
   [INFO] Enabled default license matchers.
   [INFO] Will parse SCM ignores for exclusions...
   [INFO] Finished adding exclusions from SCM ignore files.
   [INFO] 62 implicit excludes (use -debug for more details).
   [INFO] 45 explicit excludes (use -debug for more details).
   [INFO] 980 resources included (use -debug for more details)
   [INFO] You requested to accept 1000 files with unapproved licenses.
   [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated:
   0, approved: 979 licenses.
   [INFO]
   [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ pinot-core ---
   
   [INFO] Installing F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pinot-c
   ore-0.13.0-SNAPSHOT.jar to C:\Users\nakul\.m2\repository\org\apache\pinot\pinot-
   core\0.13.0-SNAPSHOT\pinot-core-0.13.0-SNAPSHOT.jar
   [INFO] Installing F:\SCAproj\pinot-master\pinot-master\pinot-core\pom.xml to C:\
   Users\nakul\.m2\repository\org\apache\pinot\pinot-core\0.13.0-SNAPSHOT\pinot-cor
   e-0.13.0-SNAPSHOT.pom
   [INFO] Installing F:\SCAproj\pinot-master\pinot-master\pinot-core\target\pinot-c
   ore-0.13.0-SNAPSHOT-tests.jar to C:\Users\nakul\.m2\repository\org\apache\pinot\
   pinot-core\0.13.0-SNAPSHOT\pinot-core-0.13.0-SNAPSHOT-tests.jar
   [INFO]
   [INFO] ----------------< org.apache.pinot:pinot-query-planner >----------------
   [INFO] Building Pinot Query Planner 0.13.0-SNAPSHOT                     [16/66]
   [INFO] --------------------------------[ jar ]---------------------------------
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/janino/3.1.6/janino-3.1.6.pom
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/janino/3.1.6/janino-3.1.6.pom (2.7 kB at 3.5 kB/s)
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/janino-parent/3.1.6/janino-parent-3.1.6.pom
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/janino-parent/3.1.6/janino-parent-3.1.6.pom (7.1 kB at 22 kB/s)
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/commons-compiler/3.1.6/commons-compiler-3.1.6.pom
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/commons-compiler/3.1.6/commons-compiler-3.1.6.pom (2.0 kB at 7.2 kB/s)
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/commons-compiler/3.1.6/commons-compiler-3.1.6.jar
   Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jani
   no/janino/3.1.6/janino-3.1.6.jar
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/commons-compiler/3.1.6/commons-compiler-3.1.6.jar (158 kB at 97 kB/s)
   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janin
   o/janino/3.1.6/janino-3.1.6.jar (887 kB at 389 kB/s)
   [INFO]
   [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ pinot-query-planner
   ---
   [INFO]
   [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle) @ pinot-query-planne
   r ---
   [INFO]
   [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ pinot-query-planner -
   --
   [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
   [INFO] Working directory: F:\SCAproj\pinot-master\pinot-master\pinot-query-plann
   er
   [INFO] Storing buildNumber: null at timestamp: 1703609599312
   [WARNING] Cannot get the branch information from the git repository:
   Detecting the current branch failed: 'git' is not recognized as an internal or e
   xternal command,
   operable program or batch file.
   
   [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
   [INFO] Working directory: F:\SCAproj\pinot-master\pinot-master\pinot-query-plann
   er
   [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-dependency-convergence)
   @ pinot-query-planner ---
   [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence
   passed
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven-version) @ pinot-q
   uery-planner ---
   [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence
   passed
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ pinot-query-plann
   er ---
   [INFO] argLine set to -javaagent:C:\\Users\\nakul\\.m2\\repository\\org\\jacoco\
   \org.jacoco.agent\\0.8.6\\org.jacoco.agent-0.8.6-runtime.jar=destfile=F:\\SCApro
   j\\pinot-master\\pinot-master\\pinot-query-planner\\target\\jacoco.exec,includes
   =org/apache/pinot/**/* -Xms4g -Xmx4g
   [INFO]
   [INFO] --- maven-remote-resources-plugin:1.6.0:process (process-resource-bundles
   ) @ pinot-query-planner ---
   [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
   [INFO] Copying 3 resources from 1 bundle.
   [INFO]
   [INFO] --- maven-remote-resources-plugin:1.6.0:process (default) @ pinot-query-p
   lanner ---
   [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
   [INFO] Copying 3 resources from 1 bundle.
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinot-quer
   y-planner ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] skip non existing resourceDirectory F:\SCAproj\pinot-master\pinot-master\
   pinot-query-planner\src\main\resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ pinot-query-p
   lanner ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 90 source files to F:\SCAproj\pinot-master\pinot-master\pinot-q
   uery-planner\target\classes
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pi
   not-query-planner ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 8 resources
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ pinot
   -query-planner ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 9 source files to F:\SCAproj\pinot-master\pinot-master\pinot-qu
   ery-planner\target\test-classes
   [INFO]
   [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ pinot-query-plan
   ner ---
   [INFO] Tests are skipped.
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ pinot-query-pla
   nner ---
   [INFO] Analyzed bundle 'pinot-core' with 910 classes
   [INFO] Analyzed bundle 'pinot-common' with 527 classes`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org