Re: Build broken: repo.spring.io is down

2019-03-12 Thread Mikhail Gryzykhin
Thanks Kyle, that worked.

Does anyone know the reason why we declare same repositories in two
different locations?
Can we remove one of duplicates?

Regards,
--Mikhail

Have feedback ?


On Tue, Mar 12, 2019 at 1:14 PM Kyle Weaver  wrote:

> I commented out this line and it built fine:
> https://github.com/apache/beam/blob/c41e4fbbeb6ec622a0072e01afcba95428faafb9/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy#L44
>
> Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203
>
>
> On Tue, Mar 12, 2019 at 1:03 PM Mikhail Gryzykhin 
> wrote:
>
>> I tried to replace repo.sprint.io
>> 
>> with mavenCentral() that seem to have relevant plugin (propdeps-plugin
>> 
>> in my case), but gradle still fails to fetch it.
>>
>> Did anyone else had success? Build fails on my local machine as well.
>>
>> Regards,
>> --Mikhail
>>
>> Have feedback ?
>>
>>
>> On Tue, Mar 12, 2019 at 11:25 AM Kyle Weaver  wrote:
>>
>>> Looks like this is still ongoing. Would greatly appreciate a fix if
>>> anyone's got one.
>>>
>>> Thanks,
>>> Kyle
>>>
>>> Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203
>>>
>>>
>>> On Tue, Mar 12, 2019 at 8:17 AM Maximilian Michels 
>>> wrote:
>>>
 FYI: Our build system is broken at the moment due to
 https://repo.spring.io being down.

 If this is not a temporary issue, we could try to switch to a different
 repository.

 16:07:02 FAILURE: Build failed with an exception.
 16:07:02
 16:07:02 * What went wrong:
 16:07:02 Execution failed for task ':beam-model-pipeline:compileJava'.
 16:07:02 > Could not resolve all files for configuration
 ':beam-model-pipeline:errorprone'.
 16:07:02> Could not resolve
 com.google.errorprone:error_prone_core:latest.release.
 16:07:02  Required by:
 16:07:02  project :beam-model-pipeline
 16:07:02   > Failed to list versions for
 com.google.errorprone:error_prone_core.
 16:07:02  > Unable to load Maven meta-data from

 https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
 .
 16:07:02 > Could not HEAD
 '
 https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
 '.
 16:07:02> Read timed out
 16:07:02

 https://builds.apache.org/job/beam_PreCommit_Java_Commit/4722/console




Re: Build broken: repo.spring.io is down

2019-03-12 Thread Kyle Weaver
I commented out this line and it built fine:
https://github.com/apache/beam/blob/c41e4fbbeb6ec622a0072e01afcba95428faafb9/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy#L44

Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203


On Tue, Mar 12, 2019 at 1:03 PM Mikhail Gryzykhin  wrote:

> I tried to replace repo.sprint.io
> 
> with mavenCentral() that seem to have relevant plugin (propdeps-plugin
> 
> in my case), but gradle still fails to fetch it.
>
> Did anyone else had success? Build fails on my local machine as well.
>
> Regards,
> --Mikhail
>
> Have feedback ?
>
>
> On Tue, Mar 12, 2019 at 11:25 AM Kyle Weaver  wrote:
>
>> Looks like this is still ongoing. Would greatly appreciate a fix if
>> anyone's got one.
>>
>> Thanks,
>> Kyle
>>
>> Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203
>>
>>
>> On Tue, Mar 12, 2019 at 8:17 AM Maximilian Michels 
>> wrote:
>>
>>> FYI: Our build system is broken at the moment due to
>>> https://repo.spring.io being down.
>>>
>>> If this is not a temporary issue, we could try to switch to a different
>>> repository.
>>>
>>> 16:07:02 FAILURE: Build failed with an exception.
>>> 16:07:02
>>> 16:07:02 * What went wrong:
>>> 16:07:02 Execution failed for task ':beam-model-pipeline:compileJava'.
>>> 16:07:02 > Could not resolve all files for configuration
>>> ':beam-model-pipeline:errorprone'.
>>> 16:07:02> Could not resolve
>>> com.google.errorprone:error_prone_core:latest.release.
>>> 16:07:02  Required by:
>>> 16:07:02  project :beam-model-pipeline
>>> 16:07:02   > Failed to list versions for
>>> com.google.errorprone:error_prone_core.
>>> 16:07:02  > Unable to load Maven meta-data from
>>>
>>> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
>>> .
>>> 16:07:02 > Could not HEAD
>>> '
>>> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
>>> '.
>>> 16:07:02> Read timed out
>>> 16:07:02
>>>
>>> https://builds.apache.org/job/beam_PreCommit_Java_Commit/4722/console
>>>
>>>


Re: Build broken: repo.spring.io is down

2019-03-12 Thread Mikhail Gryzykhin
I tried to replace repo.sprint.io
 with
mavenCentral() that seem to have relevant plugin (propdeps-plugin

in my case), but gradle still fails to fetch it.

Did anyone else had success? Build fails on my local machine as well.

Regards,
--Mikhail

Have feedback ?


On Tue, Mar 12, 2019 at 11:25 AM Kyle Weaver  wrote:

> Looks like this is still ongoing. Would greatly appreciate a fix if
> anyone's got one.
>
> Thanks,
> Kyle
>
> Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203
>
>
> On Tue, Mar 12, 2019 at 8:17 AM Maximilian Michels  wrote:
>
>> FYI: Our build system is broken at the moment due to
>> https://repo.spring.io being down.
>>
>> If this is not a temporary issue, we could try to switch to a different
>> repository.
>>
>> 16:07:02 FAILURE: Build failed with an exception.
>> 16:07:02
>> 16:07:02 * What went wrong:
>> 16:07:02 Execution failed for task ':beam-model-pipeline:compileJava'.
>> 16:07:02 > Could not resolve all files for configuration
>> ':beam-model-pipeline:errorprone'.
>> 16:07:02> Could not resolve
>> com.google.errorprone:error_prone_core:latest.release.
>> 16:07:02  Required by:
>> 16:07:02  project :beam-model-pipeline
>> 16:07:02   > Failed to list versions for
>> com.google.errorprone:error_prone_core.
>> 16:07:02  > Unable to load Maven meta-data from
>>
>> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
>> .
>> 16:07:02 > Could not HEAD
>> '
>> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
>> '.
>> 16:07:02> Read timed out
>> 16:07:02
>>
>> https://builds.apache.org/job/beam_PreCommit_Java_Commit/4722/console
>>
>>


Re: Build broken: repo.spring.io is down

2019-03-12 Thread Kyle Weaver
Looks like this is still ongoing. Would greatly appreciate a fix if
anyone's got one.

Thanks,
Kyle

Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203


On Tue, Mar 12, 2019 at 8:17 AM Maximilian Michels  wrote:

> FYI: Our build system is broken at the moment due to
> https://repo.spring.io being down.
>
> If this is not a temporary issue, we could try to switch to a different
> repository.
>
> 16:07:02 FAILURE: Build failed with an exception.
> 16:07:02
> 16:07:02 * What went wrong:
> 16:07:02 Execution failed for task ':beam-model-pipeline:compileJava'.
> 16:07:02 > Could not resolve all files for configuration
> ':beam-model-pipeline:errorprone'.
> 16:07:02> Could not resolve
> com.google.errorprone:error_prone_core:latest.release.
> 16:07:02  Required by:
> 16:07:02  project :beam-model-pipeline
> 16:07:02   > Failed to list versions for
> com.google.errorprone:error_prone_core.
> 16:07:02  > Unable to load Maven meta-data from
>
> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
> .
> 16:07:02 > Could not HEAD
> '
> https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml
> '.
> 16:07:02> Read timed out
> 16:07:02
>
> https://builds.apache.org/job/beam_PreCommit_Java_Commit/4722/console
>
>


Build broken: repo.spring.io is down

2019-03-12 Thread Maximilian Michels
FYI: Our build system is broken at the moment due to 
https://repo.spring.io being down.


If this is not a temporary issue, we could try to switch to a different 
repository.


16:07:02 FAILURE: Build failed with an exception.
16:07:02
16:07:02 * What went wrong:
16:07:02 Execution failed for task ':beam-model-pipeline:compileJava'.
16:07:02 > Could not resolve all files for configuration 
':beam-model-pipeline:errorprone'.
16:07:02    > Could not resolve 
com.google.errorprone:error_prone_core:latest.release.

16:07:02  Required by:
16:07:02  project :beam-model-pipeline
16:07:02   > Failed to list versions for 
com.google.errorprone:error_prone_core.
16:07:02  > Unable to load Maven meta-data from 
https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml.
16:07:02 > Could not HEAD 
'https://repo.spring.io/plugins-release/com/google/errorprone/error_prone_core/maven-metadata.xml'.

16:07:02    > Read timed out
16:07:02

https://builds.apache.org/job/beam_PreCommit_Java_Commit/4722/console