Re: Failing Java precommit

2022-05-25 Thread Jan Lukavský

Yes, the precommit is passing now. +1

On 5/24/22 18:00, Brian Hulette wrote:
It looks like this change [1] from +Yi Hu 
 should fix it.


[1] https://github.com/apache/beam/pull/17734

On Tue, May 24, 2022 at 2:15 AM Jan Lukavský  wrote:

Hi,

I'm seeing a consistent failures in Java Precommit checks. E.g.

*16:52:31* * What went wrong:
*16:52:31* Execution failed for task ':sdks:java:io:hcatalog:compileJava'.
*16:52:31* > Could not resolve all files for configuration 
':sdks:java:io:hcatalog:compileClasspath'.
*16:52:31* > Could not resolve 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
*16:52:31*   Required by:
*16:52:31*   project :sdks:java:io:hcatalog > 
org.apache.hive:hive-exec:2.1.0 > org.apache.calcite:calcite-core:1.6.0
*16:52:31*> Could not resolve 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
*16:52:31*   > Could not get resource 
'https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom'.
*16:52:31*  > Could not GET 
'https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom'.
 Received status code 504 from server: Gateway Time-out


or similar

*07:58:12* Execution failed for task ':sdks:java:io:hcatalog:compileJava'.
*07:58:12* > Could not resolve all files for configuration 
':sdks:java:io:hcatalog:compileClasspath'.
*07:58:12* > Could not find 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.

Looks like it is affecting all builds, do we know what is happening?
  Jan


Failing Java precommit

2022-05-24 Thread Jan Lukavský

Hi,

I'm seeing a consistent failures in Java Precommit checks. E.g.

*16:52:31* * What went wrong:
*16:52:31* Execution failed for task ':sdks:java:io:hcatalog:compileJava'.
*16:52:31* > Could not resolve all files for configuration 
':sdks:java:io:hcatalog:compileClasspath'.
*16:52:31* > Could not resolve 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
*16:52:31*   Required by:
*16:52:31*   project :sdks:java:io:hcatalog > 
org.apache.hive:hive-exec:2.1.0 > org.apache.calcite:calcite-core:1.6.0
*16:52:31*> Could not resolve 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
*16:52:31*   > Could not get resource 
'https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom'.
*16:52:31*  > Could not GET 
'https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom'.
 Received status code 504 from server: Gateway Time-out


or similar

*07:58:12* Execution failed for task ':sdks:java:io:hcatalog:compileJava'.
*07:58:12* > Could not resolve all files for configuration 
':sdks:java:io:hcatalog:compileClasspath'.
*07:58:12* > Could not find 
org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.

Looks like it is affecting all builds, do we know what is happening?
 Jan