You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@celeborn.apache.org by GitBox <gi...@apache.org> on 2022/12/21 14:48:56 UTC

[GitHub] [incubator-celeborn] pan3793 opened a new pull request, #1108: [CELEBORN-161][BUILD] Disable scaladocs

pan3793 opened a new pull request, #1108:
URL: https://github.com/apache/incubator-celeborn/pull/1108

   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     - Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX] Your PR title ...'.
     - Be sure to keep the PR description updated to reflect all changes.
     - Please write your PR title to summarize what this PR proposes.
     - If possible, provide a concise example to reproduce the issue for a faster review.
   -->
   
   ### What changes were proposed in this pull request?
   
   Disable `attach-scaladocs`.
   
   ### Why are the changes needed?
   
   To recover the following building command
   ```
   build/mvn clean install -DskipTests -Pspark-2.4
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Run `build/mvn clean install -DskipTests -Pspark-2.4`.
   
   Before
   ```
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for Celeborn Project Parent POM 0.2.0-SNAPSHOT:
   [INFO]
   [INFO] Celeborn Project Parent POM ........................ SUCCESS [  4.156 s]
   [INFO] Celeborn Common .................................... FAILURE [ 32.095 s]
   [INFO] Celeborn Client .................................... SKIPPED
   [INFO] Celeborn Service ................................... SKIPPED
   [INFO] Celeborn Master .................................... SKIPPED
   [INFO] Celeborn Worker .................................... SKIPPED
   [INFO] Celeborn Client for Spark Common ................... SKIPPED
   [INFO] Celeborn Client for Spark 2 ........................ SKIPPED
   [INFO] Celeborn Shaded Client for Spark 2 ................. SKIPPED
   [INFO] Celeborn Spark Integration Test .................... SKIPPED
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  36.629 s
   [INFO] Finished at: 2022-12-21T22:33:41+08:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.7.2:doc-jar (attach-scaladocs) on project celeborn-common_2.11: MavenReportException: Error while creating archive: wrap: Process exited with an error: 1 (Exit value: 1) -> [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 :celeborn-common_2.11
   ```
   
   After
   
   ```
   [INFO] Reactor Summary for Celeborn Project Parent POM 0.2.0-SNAPSHOT:
   [INFO]
   [INFO] Celeborn Project Parent POM ........................ SUCCESS [  3.002 s]
   [INFO] Celeborn Common .................................... SUCCESS [ 31.506 s]
   [INFO] Celeborn Client .................................... SUCCESS [ 13.180 s]
   [INFO] Celeborn Service ................................... SUCCESS [  2.638 s]
   [INFO] Celeborn Master .................................... SUCCESS [ 15.160 s]
   [INFO] Celeborn Worker .................................... SUCCESS [ 18.356 s]
   [INFO] Celeborn Client for Spark Common ................... SUCCESS [  2.759 s]
   [INFO] Celeborn Client for Spark 2 ........................ SUCCESS [  8.191 s]
   [INFO] Celeborn Shaded Client for Spark 2 ................. SUCCESS [  5.428 s]
   [INFO] Celeborn Spark Integration Test .................... SUCCESS [  7.739 s]
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  01:48 min
   [INFO] Finished at: 2022-12-21T22:42:58+08:00
   [INFO] ------------------------------------------------------------------------
   ```


-- 
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: issues-unsubscribe@celeborn.apache.org

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


[GitHub] [incubator-celeborn] codecov[bot] commented on pull request #1108: [CELEBORN-161][BUILD] Disable scaladocs

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #1108:
URL: https://github.com/apache/incubator-celeborn/pull/1108#issuecomment-1361446001

   # [Codecov](https://codecov.io/gh/apache/incubator-celeborn/pull/1108?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1108](https://codecov.io/gh/apache/incubator-celeborn/pull/1108?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (36a46de) into [main](https://codecov.io/gh/apache/incubator-celeborn/commit/5aa959a335f93a4065a2667cc440d56853d5b608?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5aa959a) will **increase** coverage by `0.04%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##               main    #1108      +/-   ##
   ============================================
   + Coverage     25.18%   25.22%   +0.04%     
   - Complexity      779      783       +4     
   ============================================
     Files           215      215              
     Lines         18278    18278              
     Branches       2032     2032              
   ============================================
   + Hits           4602     4608       +6     
   + Misses        13362    13360       -2     
   + Partials        314      310       -4     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-celeborn/pull/1108?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...celeborn/service/deploy/master/SlotsAllocator.java](https://codecov.io/gh/apache/incubator-celeborn/pull/1108/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bWFzdGVyL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9jZWxlYm9ybi9zZXJ2aWNlL2RlcGxveS9tYXN0ZXIvU2xvdHNBbGxvY2F0b3IuamF2YQ==) | `71.73% <0.00%> (+2.46%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: issues-unsubscribe@celeborn.apache.org

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


[GitHub] [incubator-celeborn] waitinfuture merged pull request #1108: [CELEBORN-161][BUILD] Disable scaladocs

Posted by GitBox <gi...@apache.org>.
waitinfuture merged PR #1108:
URL: https://github.com/apache/incubator-celeborn/pull/1108


-- 
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: issues-unsubscribe@celeborn.apache.org

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