[
https://issues.apache.org/jira/browse/PHOENIX-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17360021#comment-17360021
]
ASF GitHub Bot commented on PHOENIX-6478:
-----------------------------------------
stoty commented on pull request #55:
URL: https://github.com/apache/phoenix-connectors/pull/55#issuecomment-857649125
: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 | 23m 32s | root in master failed. |
| -1 :x: | compile | 0m 28s | phoenix-hive-base in master failed. |
| -1 :x: | javadoc | 0m 12s | phoenix-hive-base in master failed. |
||| _ Patch Compile Tests _ |
| +1 :green_heart: | mvninstall | 17m 31s | the patch passed |
| +1 :green_heart: | compile | 1m 6s | the patch passed |
| +1 :green_heart: | javac | 1m 6s | the patch passed |
| +1 :green_heart: | whitespace | 0m 0s | The patch has no whitespace
issues. |
| +1 :green_heart: | xml | 0m 2s | The patch has no ill-formed XML
file. |
| -1 :x: | javadoc | 0m 24s | phoenix-hive-base generated 6 new + 0
unchanged - 0 fixed = 6 total (was 0) |
||| _ Other Tests _ |
| -1 :x: | unit | 55m 47s | phoenix-hive-base in the patch failed. |
| -1 :x: | asflicense | 0m 10s | The patch generated 2 ASF License
warnings. |
| | | 100m 3s | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/artifact/yetus-general-check/output/Dockerfile
|
| GITHUB PR | https://github.com/apache/phoenix-connectors/pull/55 |
| Optional Tests | dupname asflicense javac javadoc unit xml compile |
| uname | Linux d21e0c4cb459 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6
11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev/phoenix-connectors-personality.sh |
| git revision | master / a883279 |
| Default Java | Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 |
| mvninstall |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/artifact/yetus-general-check/output/branch-mvninstall-root.txt
|
| compile |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/artifact/yetus-general-check/output/branch-compile-phoenix-hive-base.txt
|
| javadoc |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/artifact/yetus-general-check/output/branch-javadoc-phoenix-hive-base.txt
|
| javadoc |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/artifact/yetus-general-check/output/diff-javadoc-javadoc-phoenix-hive-base.txt
|
| unit |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/artifact/yetus-general-check/output/patch-unit-phoenix-hive-base.txt
|
| Test Results |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/testReport/
|
| asflicense |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt
|
| Max. process+thread count | 1808 (vs. ulimit of 30000) |
| modules | C: phoenix-hive-base U: phoenix-hive-base |
| Console output |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-Connectors-PreCommit-GitHub-PR/job/PR-55/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:
[email protected]
> The build of phoenix-connectors fails due to missing dependency of
> pentaho-aggdesigner-algorithm 5.1.5-jhyde
> -------------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6478
> URL: https://issues.apache.org/jira/browse/PHOENIX-6478
> Project: Phoenix
> Issue Type: Bug
> Components: hive-connector
> Reporter: Martin Tzvetanov Grigorov
> Priority: Major
>
> The build of phoenix4-hive fails because clojars.org is no more active Maven
> repository and org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde
> could not be found in Maven Central
>
> {code:java}
> INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 6.181 s
> [INFO] Finished at: 2021-05-27T08:54:09+01:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project phoenix4-hive: Could not resolve
> dependencies for project org.apache.phoenix:phoenix4-hive:jar:6.0.0-SNAPSHOT:
> Failure to find org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in
> https://repository.apache.org/content/repositories/releases/ was cached in
> the local repository, resolution will not be reattempted until the update
> interval of apache release has elapsed or updates are forced -> [Help 1]
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)