[ 
https://issues.apache.org/jira/browse/PHOENIX-6194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215849#comment-17215849
 ] 

ASF GitHub Bot commented on PHOENIX-6194:
-----------------------------------------

stoty commented on pull request #926:
URL: https://github.com/apache/phoenix/pull/926#issuecomment-710853177


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   0m 30s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  The patch doesn't appear to include 
any new or modified tests. Please justify why no new tests are needed for this 
patch. Also please list what manual steps were performed to verify this patch.  
|
   ||| _ master Compile Tests _ |
   | -1 :x: |  mvninstall  |  37m 30s |  root in master failed.  |
   | +1 :green_heart: |  compile  |   0m 30s |  master passed  |
   | +1 :green_heart: |  javadoc  |   0m 16s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  40m 28s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 33s |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 33s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  xml  |   0m  1s |  The patch has no ill-formed XML 
file.  |
   | +1 :green_heart: |  javadoc  |   0m 15s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   3m  0s |  phoenix-tools in the patch passed. 
 |
   | +1 :green_heart: |  asflicense  |   0m  9s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  83m 50s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-926/1/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/phoenix/pull/926 |
   | Optional Tests | dupname asflicense javac javadoc unit xml compile |
   | uname | Linux f3ad6d8bb78f 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 
16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev/phoenix-personality.sh |
   | git revision | master / 1784848 |
   | Default Java | Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 |
   | mvninstall | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-926/1/artifact/yetus-general-check/output/branch-mvninstall-root.txt
 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-926/1/testReport/
 |
   | Max. process+thread count | 579 (vs. ulimit of 30000) |
   | modules | C: phoenix-tools U: phoenix-tools |
   | Console output | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-926/1/console
 |
   | versions | git=2.7.4 maven=3.3.9 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
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.

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


> Build failure due to missing slf4j dependency in phoenix-tools
> --------------------------------------------------------------
>
>                 Key: PHOENIX-6194
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6194
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Viraj Jasani
>            Assignee: Viraj Jasani
>            Priority: Major
>             Fix For: 5.1.0, 4.16.0
>
>
> In the absence of slf4j-api dependency in phoenix-tools, build is failing 
> with:
> {code:java}
> [WARNING] Used undeclared dependencies found:
> [WARNING]    org.slf4j:slf4j-api:jar:1.7.25:compile
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Phoenix Hbase 2.3.0 compatibility .................. SUCCESS [ 22.048 
> s]
> [INFO] Phoenix Hbase 2.2.1 compatibility .................. SUCCESS [  1.873 
> s]
> [INFO] Phoenix Hbase 2.1.6 compatibility .................. SUCCESS [  0.998 
> s]
> [INFO] Apache Phoenix 5.1.0-SNAPSHOT ...................... SUCCESS [  1.138 
> s]
> [INFO] Phoenix Core ....................................... SUCCESS [ 41.341 
> s]
> [INFO] Phoenix - Pherf .................................... SUCCESS [  6.549 
> s]
> [INFO] Phoenix Client ..................................... SUCCESS [19:27 
> min]
> [INFO] Phoenix Server ..................................... SUCCESS [ 37.698 
> s]
> [INFO] Phoenix - Tracing Web Application .................. SUCCESS [  9.252 
> s]
> [INFO] Phoenix Assembly ................................... SUCCESS [ 36.808 
> s]
> [INFO] phoenix-tools 5.1.0-SNAPSHOT ....................... FAILURE [  5.820 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 22:11 min
> [INFO] Finished at: 2020-10-17T15:19:30+05:30
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-dependency-plugin:3.1.1:analyze-only 
> (enforce-dependencies) on project phoenix-tools: Dependency problems found -> 
> [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] 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to