You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Maxim Muzafarov <mm...@apache.org> on 2021/08/27 08:23:31 UTC

Build failed on the ignite-azure module. Missing dependency in maven central repository

Folks,

I've recently tried to build the Apache Ignite project from scratch
and got the following error:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: ⁣ ⁣01:27 min
[INFO] Finished at: 2021-08-25T22:40:58+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ignite-azure: Could not
resolve dependencies for project
org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
com.azure:azure-storage-blob:jar:12.0.0 in
https://repo.maven.apache.org/maven2 was cached in the local
repository, resolution will not be reattempted until the update
interval of central has elapsed or updates are forced -> [Help 1]

It seems the azure-storage-blob is missing in the maven central
repository [1]. The mirror is not available since the bintray was
deprecated in May [2].

What should we do with this? I see the following:
- bump up the version of the azure module (compilation error occurs,
some fix required)
- republish the 12.0.0 version to the maven. It seems it should be available [3]

How it affects the 2.11 release? Should we file an issue if we need to
bump up the version?

[1] https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
[2] https://jcenter.bintray.com/
[3] https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0

Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

Posted by Atri Sharma <at...@apache.org>.
I will review tonight.

On Wed, 1 Sep 2021, 19:54 Pavel Pereslegin, <xx...@gmail.com> wrote:

> Hello, Igniters!
> I think the patch is ready [1].
>
> Ilya, Atri,
> could you help with the review?
>
> [1] https://issues.apache.org/jira/browse/IGNITE-15388
>
> пт, 27 авг. 2021 г. в 15:29, Maxim Muzafarov <mm...@apache.org>:
> >
> > Folks,
> >
> > I've created an issue to fix this. I think this is a blocker for the
> > 2.11 release since there is no workaround here.
> > https://issues.apache.org/jira/browse/IGNITE-15388
> >
> >
> > On Fri, 27 Aug 2021 at 11:59, Maxim Muzafarov <mm...@apache.org> wrote:
> > >
> > > I've found the recommendation to bump up the version SDK [1].
> > >
> > > [1]
> https://github.com/Azure/azure-sdk-for-java/issues/23562#issuecomment-903183704
> > >
> > > On Fri, 27 Aug 2021 at 11:27, Petr Ivanov <mr...@gmail.com> wrote:
> > > >
> > > > Teamcity will be able to build release — we have caching proxy with
> Artifactory which seems has cached that artifact already.
> > > > I think I can provide it as a file to republish to mvnrepository,
> but I have no such permissions.
> > > >
> > > > Who could help us with uploading it?
> > > >
> > > >
> > > > > On 27 Aug 2021, at 11:23, Maxim Muzafarov <mm...@apache.org>
> wrote:
> > > > >
> > > > > Folks,
> > > > >
> > > > > I've recently tried to build the Apache Ignite project from scratch
> > > > > and got the following error:
> > > > >
> > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > [INFO] BUILD FAILURE
> > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > [INFO] Total time: ⁣ ⁣01:27 min
> > > > > [INFO] Finished at: 2021-08-25T22:40:58+03:00
> > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > [ERROR] Failed to execute goal on project ignite-azure: Could not
> > > > > resolve dependencies for project
> > > > > org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
> > > > > com.azure:azure-storage-blob:jar:12.0.0 in
> > > > > https://repo.maven.apache.org/maven2 was cached in the local
> > > > > repository, resolution will not be reattempted until the update
> > > > > interval of central has elapsed or updates are forced -> [Help 1]
> > > > >
> > > > > It seems the azure-storage-blob is missing in the maven central
> > > > > repository [1]. The mirror is not available since the bintray was
> > > > > deprecated in May [2].
> > > > >
> > > > > What should we do with this? I see the following:
> > > > > - bump up the version of the azure module (compilation error
> occurs,
> > > > > some fix required)
> > > > > - republish the 12.0.0 version to the maven. It seems it should be
> available [3]
> > > > >
> > > > > How it affects the 2.11 release? Should we file an issue if we
> need to
> > > > > bump up the version?
> > > > >
> > > > > [1]
> https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
> > > > > [2] https://jcenter.bintray.com/
> > > > > [3]
> https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0
> > > >
>

Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

Posted by Pavel Pereslegin <xx...@gmail.com>.
Hello, Igniters!
I think the patch is ready [1].

Ilya, Atri,
could you help with the review?

[1] https://issues.apache.org/jira/browse/IGNITE-15388

пт, 27 авг. 2021 г. в 15:29, Maxim Muzafarov <mm...@apache.org>:
>
> Folks,
>
> I've created an issue to fix this. I think this is a blocker for the
> 2.11 release since there is no workaround here.
> https://issues.apache.org/jira/browse/IGNITE-15388
>
>
> On Fri, 27 Aug 2021 at 11:59, Maxim Muzafarov <mm...@apache.org> wrote:
> >
> > I've found the recommendation to bump up the version SDK [1].
> >
> > [1] https://github.com/Azure/azure-sdk-for-java/issues/23562#issuecomment-903183704
> >
> > On Fri, 27 Aug 2021 at 11:27, Petr Ivanov <mr...@gmail.com> wrote:
> > >
> > > Teamcity will be able to build release — we have caching proxy with Artifactory which seems has cached that artifact already.
> > > I think I can provide it as a file to republish to mvnrepository, but I have no such permissions.
> > >
> > > Who could help us with uploading it?
> > >
> > >
> > > > On 27 Aug 2021, at 11:23, Maxim Muzafarov <mm...@apache.org> wrote:
> > > >
> > > > Folks,
> > > >
> > > > I've recently tried to build the Apache Ignite project from scratch
> > > > and got the following error:
> > > >
> > > > [INFO] ------------------------------------------------------------------------
> > > > [INFO] BUILD FAILURE
> > > > [INFO] ------------------------------------------------------------------------
> > > > [INFO] Total time: ⁣ ⁣01:27 min
> > > > [INFO] Finished at: 2021-08-25T22:40:58+03:00
> > > > [INFO] ------------------------------------------------------------------------
> > > > [ERROR] Failed to execute goal on project ignite-azure: Could not
> > > > resolve dependencies for project
> > > > org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
> > > > com.azure:azure-storage-blob:jar:12.0.0 in
> > > > https://repo.maven.apache.org/maven2 was cached in the local
> > > > repository, resolution will not be reattempted until the update
> > > > interval of central has elapsed or updates are forced -> [Help 1]
> > > >
> > > > It seems the azure-storage-blob is missing in the maven central
> > > > repository [1]. The mirror is not available since the bintray was
> > > > deprecated in May [2].
> > > >
> > > > What should we do with this? I see the following:
> > > > - bump up the version of the azure module (compilation error occurs,
> > > > some fix required)
> > > > - republish the 12.0.0 version to the maven. It seems it should be available [3]
> > > >
> > > > How it affects the 2.11 release? Should we file an issue if we need to
> > > > bump up the version?
> > > >
> > > > [1] https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
> > > > [2] https://jcenter.bintray.com/
> > > > [3] https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0
> > >

Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

Posted by Maxim Muzafarov <mm...@apache.org>.
Folks,

I've created an issue to fix this. I think this is a blocker for the
2.11 release since there is no workaround here.
https://issues.apache.org/jira/browse/IGNITE-15388


On Fri, 27 Aug 2021 at 11:59, Maxim Muzafarov <mm...@apache.org> wrote:
>
> I've found the recommendation to bump up the version SDK [1].
>
> [1] https://github.com/Azure/azure-sdk-for-java/issues/23562#issuecomment-903183704
>
> On Fri, 27 Aug 2021 at 11:27, Petr Ivanov <mr...@gmail.com> wrote:
> >
> > Teamcity will be able to build release — we have caching proxy with Artifactory which seems has cached that artifact already.
> > I think I can provide it as a file to republish to mvnrepository, but I have no such permissions.
> >
> > Who could help us with uploading it?
> >
> >
> > > On 27 Aug 2021, at 11:23, Maxim Muzafarov <mm...@apache.org> wrote:
> > >
> > > Folks,
> > >
> > > I've recently tried to build the Apache Ignite project from scratch
> > > and got the following error:
> > >
> > > [INFO] ------------------------------------------------------------------------
> > > [INFO] BUILD FAILURE
> > > [INFO] ------------------------------------------------------------------------
> > > [INFO] Total time: ⁣ ⁣01:27 min
> > > [INFO] Finished at: 2021-08-25T22:40:58+03:00
> > > [INFO] ------------------------------------------------------------------------
> > > [ERROR] Failed to execute goal on project ignite-azure: Could not
> > > resolve dependencies for project
> > > org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
> > > com.azure:azure-storage-blob:jar:12.0.0 in
> > > https://repo.maven.apache.org/maven2 was cached in the local
> > > repository, resolution will not be reattempted until the update
> > > interval of central has elapsed or updates are forced -> [Help 1]
> > >
> > > It seems the azure-storage-blob is missing in the maven central
> > > repository [1]. The mirror is not available since the bintray was
> > > deprecated in May [2].
> > >
> > > What should we do with this? I see the following:
> > > - bump up the version of the azure module (compilation error occurs,
> > > some fix required)
> > > - republish the 12.0.0 version to the maven. It seems it should be available [3]
> > >
> > > How it affects the 2.11 release? Should we file an issue if we need to
> > > bump up the version?
> > >
> > > [1] https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
> > > [2] https://jcenter.bintray.com/
> > > [3] https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0
> >

Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

Posted by Maxim Muzafarov <mm...@apache.org>.
I've found the recommendation to bump up the version SDK [1].

[1] https://github.com/Azure/azure-sdk-for-java/issues/23562#issuecomment-903183704

On Fri, 27 Aug 2021 at 11:27, Petr Ivanov <mr...@gmail.com> wrote:
>
> Teamcity will be able to build release — we have caching proxy with Artifactory which seems has cached that artifact already.
> I think I can provide it as a file to republish to mvnrepository, but I have no such permissions.
>
> Who could help us with uploading it?
>
>
> > On 27 Aug 2021, at 11:23, Maxim Muzafarov <mm...@apache.org> wrote:
> >
> > Folks,
> >
> > I've recently tried to build the Apache Ignite project from scratch
> > and got the following error:
> >
> > [INFO] ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Total time: ⁣ ⁣01:27 min
> > [INFO] Finished at: 2021-08-25T22:40:58+03:00
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project ignite-azure: Could not
> > resolve dependencies for project
> > org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
> > com.azure:azure-storage-blob:jar:12.0.0 in
> > https://repo.maven.apache.org/maven2 was cached in the local
> > repository, resolution will not be reattempted until the update
> > interval of central has elapsed or updates are forced -> [Help 1]
> >
> > It seems the azure-storage-blob is missing in the maven central
> > repository [1]. The mirror is not available since the bintray was
> > deprecated in May [2].
> >
> > What should we do with this? I see the following:
> > - bump up the version of the azure module (compilation error occurs,
> > some fix required)
> > - republish the 12.0.0 version to the maven. It seems it should be available [3]
> >
> > How it affects the 2.11 release? Should we file an issue if we need to
> > bump up the version?
> >
> > [1] https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
> > [2] https://jcenter.bintray.com/
> > [3] https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0
>

Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

Posted by Petr Ivanov <mr...@gmail.com>.
Teamcity will be able to build release — we have caching proxy with Artifactory which seems has cached that artifact already.
I think I can provide it as a file to republish to mvnrepository, but I have no such permissions.

Who could help us with uploading it?


> On 27 Aug 2021, at 11:23, Maxim Muzafarov <mm...@apache.org> wrote:
> 
> Folks,
> 
> I've recently tried to build the Apache Ignite project from scratch
> and got the following error:
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: ⁣ ⁣01:27 min
> [INFO] Finished at: 2021-08-25T22:40:58+03:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project ignite-azure: Could not
> resolve dependencies for project
> org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
> com.azure:azure-storage-blob:jar:12.0.0 in
> https://repo.maven.apache.org/maven2 was cached in the local
> repository, resolution will not be reattempted until the update
> interval of central has elapsed or updates are forced -> [Help 1]
> 
> It seems the azure-storage-blob is missing in the maven central
> repository [1]. The mirror is not available since the bintray was
> deprecated in May [2].
> 
> What should we do with this? I see the following:
> - bump up the version of the azure module (compilation error occurs,
> some fix required)
> - republish the 12.0.0 version to the maven. It seems it should be available [3]
> 
> How it affects the 2.11 release? Should we file an issue if we need to
> bump up the version?
> 
> [1] https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
> [2] https://jcenter.bintray.com/
> [3] https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0