flink-mapr-fs failed in travis

classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

flink-mapr-fs failed in travis

JingsongLee-2
Hi everyone:

flink-mapr-fs failed in travis, and I retried many times, and also failed.
Anyone has idea about this?

01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs: Could not resolve dependencies for project org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Could not transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to mapr-releases (https://repository.mapr.com/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]

https://api.travis-ci.org/v3/job/560790299/log.txt

Best, Jingsong Lee
Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Jark Wu-2
It seems that it is introduced by this commit:
https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6
Hi @Chesnay Schepler <[hidden email]> , do we need to add
"-Punsafe-mapr-repo" to the ".travis.yml"?

Best,
Jark

On Fri, 19 Jul 2019 at 10:58, JingsongLee <[hidden email]>
wrote:

> Hi everyone:
>
> flink-mapr-fs failed in travis, and I retried many times, and also failed.
> Anyone has idea about this?
>
> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
> Could not resolve dependencies for project
> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Could not
> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
> mapr-releases (https://repository.mapr.com/maven/):
> sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target -> [Help 1]
>
> https://api.travis-ci.org/v3/job/560790299/log.txt
>
> Best, Jingsong Lee
Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Chesnay Schepler-3
I did modify the .travis.yml do activate the unsafe-mapr-repo profile;
did I modified the wrong profile?...


On 19/07/2019 07:57, Jark Wu wrote:

> It seems that it is introduced by this commit:
> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6
> Hi @Chesnay Schepler <[hidden email]> , do we need to add
> "-Punsafe-mapr-repo" to the ".travis.yml"?
>
> Best,
> Jark
>
> On Fri, 19 Jul 2019 at 10:58, JingsongLee <[hidden email]>
> wrote:
>
>> Hi everyone:
>>
>> flink-mapr-fs failed in travis, and I retried many times, and also failed.
>> Anyone has idea about this?
>>
>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
>> Could not resolve dependencies for project
>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Could not
>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
>> mapr-releases (https://repository.mapr.com/maven/):
>> sun.security.validator.ValidatorException: PKIX path building failed:
>> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
>> valid certification path to requested target -> [Help 1]
>>
>> https://api.travis-ci.org/v3/job/560790299/log.txt
>>
>> Best, Jingsong Lee


Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Chesnay Schepler-3
Ah, I added it to the common options in the travis_manv_watchdog.sh .

On 19/07/2019 09:58, Chesnay Schepler wrote:

> I did modify the .travis.yml do activate the unsafe-mapr-repo profile;
> did I modified the wrong profile?...
>
>
> On 19/07/2019 07:57, Jark Wu wrote:
>> It seems that it is introduced by this commit:
>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 
>>
>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
>> "-Punsafe-mapr-repo" to the ".travis.yml"?
>>
>> Best,
>> Jark
>>
>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
>> <[hidden email]>
>> wrote:
>>
>>> Hi everyone:
>>>
>>> flink-mapr-fs failed in travis, and I retried many times, and also
>>> failed.
>>> Anyone has idea about this?
>>>
>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
>>> Could not resolve dependencies for project
>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Could
>>> not
>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
>>> mapr-releases (https://repository.mapr.com/maven/):
>>> sun.security.validator.ValidatorException: PKIX path building failed:
>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
>>> to find
>>> valid certification path to requested target -> [Help 1]
>>>
>>> https://api.travis-ci.org/v3/job/560790299/log.txt
>>>
>>> Best, Jingsong Lee
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Chesnay Schepler-3
I think I found the issue; I forgot to update travis_controller.sh .

On 19/07/2019 10:02, Chesnay Schepler wrote:

> Ah, I added it to the common options in the travis_manv_watchdog.sh .
>
> On 19/07/2019 09:58, Chesnay Schepler wrote:
>> I did modify the .travis.yml do activate the unsafe-mapr-repo
>> profile; did I modified the wrong profile?...
>>
>>
>> On 19/07/2019 07:57, Jark Wu wrote:
>>> It seems that it is introduced by this commit:
>>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 
>>>
>>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
>>> "-Punsafe-mapr-repo" to the ".travis.yml"?
>>>
>>> Best,
>>> Jark
>>>
>>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
>>> <[hidden email]>
>>> wrote:
>>>
>>>> Hi everyone:
>>>>
>>>> flink-mapr-fs failed in travis, and I retried many times, and also
>>>> failed.
>>>> Anyone has idea about this?
>>>>
>>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
>>>> Could not resolve dependencies for project
>>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
>>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
>>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
>>>> Could not
>>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
>>>> mapr-releases (https://repository.mapr.com/maven/):
>>>> sun.security.validator.ValidatorException: PKIX path building failed:
>>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
>>>> to find
>>>> valid certification path to requested target -> [Help 1]
>>>>
>>>> https://api.travis-ci.org/v3/job/560790299/log.txt
>>>>
>>>> Best, Jingsong Lee
>>
>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Jark Wu-2
Great! Thanks Chesnay for the quick fixing.


On Fri, 19 Jul 2019 at 16:40, Chesnay Schepler <[hidden email]> wrote:

> I think I found the issue; I forgot to update travis_controller.sh .
>
> On 19/07/2019 10:02, Chesnay Schepler wrote:
> > Ah, I added it to the common options in the travis_manv_watchdog.sh .
> >
> > On 19/07/2019 09:58, Chesnay Schepler wrote:
> >> I did modify the .travis.yml do activate the unsafe-mapr-repo
> >> profile; did I modified the wrong profile?...
> >>
> >>
> >> On 19/07/2019 07:57, Jark Wu wrote:
> >>> It seems that it is introduced by this commit:
> >>>
> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6
> >>>
> >>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
> >>> "-Punsafe-mapr-repo" to the ".travis.yml"?
> >>>
> >>> Best,
> >>> Jark
> >>>
> >>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
> >>> <[hidden email]>
> >>> wrote:
> >>>
> >>>> Hi everyone:
> >>>>
> >>>> flink-mapr-fs failed in travis, and I retried many times, and also
> >>>> failed.
> >>>> Anyone has idea about this?
> >>>>
> >>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
> >>>> Could not resolve dependencies for project
> >>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
> >>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
> >>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
> >>>> Could not
> >>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
> >>>> mapr-releases (https://repository.mapr.com/maven/):
> >>>> sun.security.validator.ValidatorException: PKIX path building failed:
> >>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
> >>>> to find
> >>>> valid certification path to requested target -> [Help 1]
> >>>>
> >>>> https://api.travis-ci.org/v3/job/560790299/log.txt
> >>>>
> >>>> Best, Jingsong Lee
> >>
> >>
> >>
> >
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

JingsongLee-2
Hi @chesnay :
Thanks for fix on travis, Do you have any idea about why we build failed in local?
It looks like it's been compiled all the time.
 (It should have nothing to do with your previous changes)

Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to mapr-releases (https://repository.mapr.com/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[1] https://stackoverflow.com/questions/57106180/unable-to-build-flink-from-sources-due-to-mapr-artifacts-problems

Best, Jingsong Lee


------------------------------------------------------------------
From:Jark Wu <[hidden email]>
Send Time:2019年7月19日(星期五) 18:47
To:dev <[hidden email]>
Cc:JingsongLee <[hidden email]>
Subject:Re: flink-mapr-fs failed in travis

Great! Thanks Chesnay for the quick fixing.


On Fri, 19 Jul 2019 at 16:40, Chesnay Schepler <[hidden email]> wrote:
I think I found the issue; I forgot to update travis_controller.sh .

 On 19/07/2019 10:02, Chesnay Schepler wrote:
 > Ah, I added it to the common options in the travis_manv_watchdog.sh .
 >
 > On 19/07/2019 09:58, Chesnay Schepler wrote:
 >> I did modify the .travis.yml do activate the unsafe-mapr-repo
 >> profile; did I modified the wrong profile?...
 >>
 >>
 >> On 19/07/2019 07:57, Jark Wu wrote:
 >>> It seems that it is introduced by this commit:
 >>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 
 >>>
 >>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
 >>> "-Punsafe-mapr-repo" to the ".travis.yml"?
 >>>
 >>> Best,
 >>> Jark
 >>>
 >>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
 >>> <[hidden email]>
 >>> wrote:
 >>>
 >>>> Hi everyone:
 >>>>
 >>>> flink-mapr-fs failed in travis, and I retried many times, and also
 >>>> failed.
 >>>> Anyone has idea about this?
 >>>>
 >>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
 >>>> Could not resolve dependencies for project
 >>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
 >>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
 >>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
 >>>> Could not
 >>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
 >>>> mapr-releases (https://repository.mapr.com/maven/):
 >>>> sun.security.validator.ValidatorException: PKIX path building failed:
 >>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
 >>>> to find
 >>>> valid certification path to requested target -> [Help 1]
 >>>>
 >>>> https://api.travis-ci.org/v3/job/560790299/log.txt
 >>>>
 >>>> Best, Jingsong Lee
 >>
 >>
 >>
 >
 >


Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

JingsongLee-2
Sorry,
"It looks like it's been compiled all the time."
should be: "It looks like it can not be compiled all the time in local."

Best, Jingsong Lee


------------------------------------------------------------------
From:JingsongLee <[hidden email]>
Send Time:2019年7月24日(星期三) 10:54
To:Jark Wu <[hidden email]>; dev <[hidden email]>; chesnay <[hidden email]>
Subject:Re: flink-mapr-fs failed in travis

Hi @chesnay :
Thanks for fix on travis, Do you have any idea about why we build failed in local?
It looks like it's been compiled all the time.
 (It should have nothing to do with your previous changes)

Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to mapr-releases (https://repository.mapr.com/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[1] https://stackoverflow.com/questions/57106180/unable-to-build-flink-from-sources-due-to-mapr-artifacts-problems

Best, Jingsong Lee


------------------------------------------------------------------
From:Jark Wu <[hidden email]>
Send Time:2019年7月19日(星期五) 18:47
To:dev <[hidden email]>
Cc:JingsongLee <[hidden email]>
Subject:Re: flink-mapr-fs failed in travis

Great! Thanks Chesnay for the quick fixing.


On Fri, 19 Jul 2019 at 16:40, Chesnay Schepler <[hidden email]> wrote:
I think I found the issue; I forgot to update travis_controller.sh .

 On 19/07/2019 10:02, Chesnay Schepler wrote:
 > Ah, I added it to the common options in the travis_manv_watchdog.sh .
 >
 > On 19/07/2019 09:58, Chesnay Schepler wrote:
 >> I did modify the .travis.yml do activate the unsafe-mapr-repo
 >> profile; did I modified the wrong profile?...
 >>
 >>
 >> On 19/07/2019 07:57, Jark Wu wrote:
 >>> It seems that it is introduced by this commit:
 >>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 
 >>>
 >>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
 >>> "-Punsafe-mapr-repo" to the ".travis.yml"?
 >>>
 >>> Best,
 >>> Jark
 >>>
 >>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
 >>> <[hidden email]>
 >>> wrote:
 >>>
 >>>> Hi everyone:
 >>>>
 >>>> flink-mapr-fs failed in travis, and I retried many times, and also
 >>>> failed.
 >>>> Anyone has idea about this?
 >>>>
 >>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
 >>>> Could not resolve dependencies for project
 >>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
 >>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
 >>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
 >>>> Could not
 >>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
 >>>> mapr-releases (https://repository.mapr.com/maven/):
 >>>> sun.security.validator.ValidatorException: PKIX path building failed:
 >>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
 >>>> to find
 >>>> valid certification path to requested target -> [Help 1]
 >>>>
 >>>> https://api.travis-ci.org/v3/job/560790299/log.txt
 >>>>
 >>>> Best, Jingsong Lee
 >>
 >>
 >>
 >
 >


Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Aljoscha Krettek-2
I’m seeing the same issue when building this locally. I’ll start a DISCUSS thread so see about just removing the flink-mapr-fs module.

Aljoscha

> On 24. Jul 2019, at 05:00, JingsongLee <[hidden email]> wrote:
>
> Sorry,
> "It looks like it's been compiled all the time."
> should be: "It looks like it can not be compiled all the time in local."
>
> Best, Jingsong Lee
>
>
> ------------------------------------------------------------------
> From:JingsongLee <[hidden email]>
> Send Time:2019年7月24日(星期三) 10:54
> To:Jark Wu <[hidden email]>; dev <[hidden email]>; chesnay <[hidden email]>
> Subject:Re: flink-mapr-fs failed in travis
>
> Hi @chesnay :
> Thanks for fix on travis, Do you have any idea about why we build failed in local?
> It looks like it's been compiled all the time.
> (It should have nothing to do with your previous changes)
>
> Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to mapr-releases (https://repository.mapr.com/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> [1] https://stackoverflow.com/questions/57106180/unable-to-build-flink-from-sources-due-to-mapr-artifacts-problems
>
> Best, Jingsong Lee
>
>
> ------------------------------------------------------------------
> From:Jark Wu <[hidden email]>
> Send Time:2019年7月19日(星期五) 18:47
> To:dev <[hidden email]>
> Cc:JingsongLee <[hidden email]>
> Subject:Re: flink-mapr-fs failed in travis
>
> Great! Thanks Chesnay for the quick fixing.
>
>
> On Fri, 19 Jul 2019 at 16:40, Chesnay Schepler <[hidden email]> wrote:
> I think I found the issue; I forgot to update travis_controller.sh .
>
> On 19/07/2019 10:02, Chesnay Schepler wrote:
>> Ah, I added it to the common options in the travis_manv_watchdog.sh .
>>
>> On 19/07/2019 09:58, Chesnay Schepler wrote:
>>> I did modify the .travis.yml do activate the unsafe-mapr-repo
>>> profile; did I modified the wrong profile?...
>>>
>>>
>>> On 19/07/2019 07:57, Jark Wu wrote:
>>>> It seems that it is introduced by this commit:
>>>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 
>>>>
>>>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
>>>> "-Punsafe-mapr-repo" to the ".travis.yml"?
>>>>
>>>> Best,
>>>> Jark
>>>>
>>>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
>>>> <[hidden email]>
>>>> wrote:
>>>>
>>>>> Hi everyone:
>>>>>
>>>>> flink-mapr-fs failed in travis, and I retried many times, and also
>>>>> failed.
>>>>> Anyone has idea about this?
>>>>>
>>>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
>>>>> Could not resolve dependencies for project
>>>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
>>>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
>>>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
>>>>> Could not
>>>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
>>>>> mapr-releases (https://repository.mapr.com/maven/):
>>>>> sun.security.validator.ValidatorException: PKIX path building failed:
>>>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
>>>>> to find
>>>>> valid certification path to requested target -> [Help 1]
>>>>>
>>>>> https://api.travis-ci.org/v3/job/560790299/log.txt
>>>>>
>>>>> Best, Jingsong Lee
>>>
>>>
>>>
>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Nico Kruber-3
In reply to this post by Chesnay Schepler-3
Hi Chesnay,
can you backport these changes to the 1.7 release branch as well? Since
this is still a supported version (and may eventually receive a further
release), it would be nice to have the tests running again.
It is currently failing, e.g.
https://travis-ci.org/apache/flink/builds/566447083


Thanks
Nico

On 19/07/2019 10:40, Chesnay Schepler wrote:

> I think I found the issue; I forgot to update travis_controller.sh .
>
> On 19/07/2019 10:02, Chesnay Schepler wrote:
>> Ah, I added it to the common options in the travis_manv_watchdog.sh .
>>
>> On 19/07/2019 09:58, Chesnay Schepler wrote:
>>> I did modify the .travis.yml do activate the unsafe-mapr-repo
>>> profile; did I modified the wrong profile?...
>>>
>>>
>>> On 19/07/2019 07:57, Jark Wu wrote:
>>>> It seems that it is introduced by this commit:
>>>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6
>>>>
>>>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
>>>> "-Punsafe-mapr-repo" to the ".travis.yml"?
>>>>
>>>> Best,
>>>> Jark
>>>>
>>>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
>>>> <[hidden email]>
>>>> wrote:
>>>>
>>>>> Hi everyone:
>>>>>
>>>>> flink-mapr-fs failed in travis, and I retried many times, and also
>>>>> failed.
>>>>> Anyone has idea about this?
>>>>>
>>>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
>>>>> Could not resolve dependencies for project
>>>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
>>>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
>>>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
>>>>> Could not
>>>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
>>>>> mapr-releases (https://repository.mapr.com/maven/):
>>>>> sun.security.validator.ValidatorException: PKIX path building failed:
>>>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
>>>>> to find
>>>>> valid certification path to requested target -> [Help 1]
>>>>>
>>>>> https://api.travis-ci.org/v3/job/560790299/log.txt
>>>>>
>>>>> Best, Jingsong Lee
>>>
>>>
>>>
>>
>>
>
--
Nico Kruber | Solutions Architect

Follow us @VervericaData Ververica
--
Join Flink Forward - The Apache Flink Conference
Stream Processing | Event Driven | Real Time
--
Ververica GmbH | Invalidenstrasse 115, 10115 Berlin, Germany
--
Ververica GmbH
Registered at Amtsgericht Charlottenburg: HRB 158244 B
Managing Directors: Dr. Kostas Tzoumas, Dr. Stephan Ewen


signature.asc (201 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Chesnay Schepler-3
Done.

On 06/08/2019 13:17, Nico Kruber wrote:

> Hi Chesnay,
> can you backport these changes to the 1.7 release branch as well? Since
> this is still a supported version (and may eventually receive a further
> release), it would be nice to have the tests running again.
> It is currently failing, e.g.
> https://travis-ci.org/apache/flink/builds/566447083
>
>
> Thanks
> Nico
>
> On 19/07/2019 10:40, Chesnay Schepler wrote:
>> I think I found the issue; I forgot to update travis_controller.sh .
>>
>> On 19/07/2019 10:02, Chesnay Schepler wrote:
>>> Ah, I added it to the common options in the travis_manv_watchdog.sh .
>>>
>>> On 19/07/2019 09:58, Chesnay Schepler wrote:
>>>> I did modify the .travis.yml do activate the unsafe-mapr-repo
>>>> profile; did I modified the wrong profile?...
>>>>
>>>>
>>>> On 19/07/2019 07:57, Jark Wu wrote:
>>>>> It seems that it is introduced by this commit:
>>>>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6
>>>>>
>>>>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
>>>>> "-Punsafe-mapr-repo" to the ".travis.yml"?
>>>>>
>>>>> Best,
>>>>> Jark
>>>>>
>>>>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
>>>>> <[hidden email]>
>>>>> wrote:
>>>>>
>>>>>> Hi everyone:
>>>>>>
>>>>>> flink-mapr-fs failed in travis, and I retried many times, and also
>>>>>> failed.
>>>>>> Anyone has idea about this?
>>>>>>
>>>>>> 01:32:54.755 [ERROR] Failed to execute goal on project flink-mapr-fs:
>>>>>> Could not resolve dependencies for project
>>>>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
>>>>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to read
>>>>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
>>>>>> Could not
>>>>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
>>>>>> mapr-releases (https://repository.mapr.com/maven/):
>>>>>> sun.security.validator.ValidatorException: PKIX path building failed:
>>>>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
>>>>>> to find
>>>>>> valid certification path to requested target -> [Help 1]
>>>>>>
>>>>>> https://api.travis-ci.org/v3/job/560790299/log.txt
>>>>>>
>>>>>> Best, Jingsong Lee
>>>>
>>>>
>>>

Reply | Threaded
Open this post in threaded view
|

Re: flink-mapr-fs failed in travis

Nico Kruber-3
thanks a lot

On 06/08/2019 13:25, Chesnay Schepler wrote:

> Done.
>
> On 06/08/2019 13:17, Nico Kruber wrote:
>> Hi Chesnay,
>> can you backport these changes to the 1.7 release branch as well? Since
>> this is still a supported version (and may eventually receive a further
>> release), it would be nice to have the tests running again.
>> It is currently failing, e.g.
>> https://travis-ci.org/apache/flink/builds/566447083
>>
>>
>> Thanks
>> Nico
>>
>> On 19/07/2019 10:40, Chesnay Schepler wrote:
>>> I think I found the issue; I forgot to update travis_controller.sh .
>>>
>>> On 19/07/2019 10:02, Chesnay Schepler wrote:
>>>> Ah, I added it to the common options in the travis_manv_watchdog.sh .
>>>>
>>>> On 19/07/2019 09:58, Chesnay Schepler wrote:
>>>>> I did modify the .travis.yml do activate the unsafe-mapr-repo
>>>>> profile; did I modified the wrong profile?...
>>>>>
>>>>>
>>>>> On 19/07/2019 07:57, Jark Wu wrote:
>>>>>> It seems that it is introduced by this commit:
>>>>>> https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6
>>>>>>
>>>>>>
>>>>>> Hi @Chesnay Schepler <[hidden email]> , do we need to add
>>>>>> "-Punsafe-mapr-repo" to the ".travis.yml"?
>>>>>>
>>>>>> Best,
>>>>>> Jark
>>>>>>
>>>>>> On Fri, 19 Jul 2019 at 10:58, JingsongLee
>>>>>> <[hidden email]>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi everyone:
>>>>>>>
>>>>>>> flink-mapr-fs failed in travis, and I retried many times, and also
>>>>>>> failed.
>>>>>>> Anyone has idea about this?
>>>>>>>
>>>>>>> 01:32:54.755 [ERROR] Failed to execute goal on project
>>>>>>> flink-mapr-fs:
>>>>>>> Could not resolve dependencies for project
>>>>>>> org.apache.flink:flink-mapr-fs:jar:1.10-SNAPSHOT: Failed to collect
>>>>>>> dependencies at com.mapr.hadoop:maprfs:jar:5.2.1-mapr: Failed to
>>>>>>> read
>>>>>>> artifact descriptor for com.mapr.hadoop:maprfs:jar:5.2.1-mapr:
>>>>>>> Could not
>>>>>>> transfer artifact com.mapr.hadoop:maprfs:pom:5.2.1-mapr from/to
>>>>>>> mapr-releases (https://repository.mapr.com/maven/):
>>>>>>> sun.security.validator.ValidatorException: PKIX path building
>>>>>>> failed:
>>>>>>> sun.security.provider.certpath.SunCertPathBuilderException: unable
>>>>>>> to find
>>>>>>> valid certification path to requested target -> [Help 1]
>>>>>>>
>>>>>>> https://api.travis-ci.org/v3/job/560790299/log.txt
>>>>>>>
>>>>>>> Best, Jingsong Lee
>>>>>
>>>>>
>>>>
>
--
Nico Kruber | Solutions Architect

Follow us @VervericaData Ververica
--
Join Flink Forward - The Apache Flink Conference
Stream Processing | Event Driven | Real Time
--
Ververica GmbH | Invalidenstrasse 115, 10115 Berlin, Germany
--
Ververica GmbH
Registered at Amtsgericht Charlottenburg: HRB 158244 B
Managing Directors: Dr. Kostas Tzoumas, Dr. Stephan Ewen


signature.asc (201 bytes) Download Attachment