Hi Torben,
thanks for checking and nice to hear the issue seems to be solved (at least
for the time being! :-) )

Cheers
Andrea

On Fri, Sep 21, 2018 at 2:14 AM Torben Barsballe <
tbarsba...@boundlessgeo.com> wrote:

> Well, this failure isn't occurring anymore. I'm still not certain what was
> causing the issue, but it seemed to be related to a new or empty maven
> repo. I wouldn't be surprised if this comes up again in 6 months when
> master switches over to 22-SNAPSHOT (although this only started happening
> relatively recently, rather than last month, so maybe its something else).
>
> I've closed the assorted test PRs, and rerun all the recent failing travis
> builds. All remaining Travis failures are now legitimate.
>
> Torben
>
> On Thu, Sep 20, 2018 at 3:21 PM Torben Barsballe <
> tbarsba...@boundlessgeo.com> wrote:
>
>> While testing the GeoTools 20.0 release artifacts, I seem to have managed
>> to reproduced the issue:
>>
>> [*INFO*] Installing
>> /Users/tbarsballe/Downloads/geotools-20.0-project/modules/ogc/net.opengis.wfs/target/net.opengis.wfs-20.0-sources.jar
>> to
>> /Users/tbarsballe/Downloads/geotools-20.0-project/./m2/org/geotools/ogc/net.opengis.wfs/20.0/net.opengis.wfs-20.0-sources.jar
>>
>>
>>
>> This takes a while (~10+ minutes) to complete - fresh install only. It
>> still completed with no issue.
>>
>>
>> The jar in questions is quite small (~500KB) so I don't see any reason
>> why this would take so long.
>>
>>
>>
>> Also, I tried out a PR with no functional changes, and it passed:
>> https://github.com/geotools/geotools/pull/2053
>>
>> So it looks like the travis issue has just gone away...
>>
>>
>> I've restarted all the previous failed builds, we'll see if they complete
>> this time around...
>>
>>
>> Torben
>>
>>
>>
>> On Thu, Sep 20, 2018 at 11:38 AM Torben Barsballe <
>> tbarsba...@boundlessgeo.com> wrote:
>>
>>> Indeed it did. Looking at change-set, some of the version updates were
>>> major versions, so thats probably a good place to start.
>>>
>>> I'm going to try manually splitting up the changes, and look and see if
>>> specific subsets/version changes pass / fail.
>>>
>>> In general, the various version updates seem useful, so I'd like to
>>> avoid reverting all of them if possible.
>>>
>>> Torben
>>>
>>> On Thu, Sep 20, 2018 at 10:43 AM Andrea Aime <
>>> andrea.a...@geo-solutions.it> wrote:
>>>
>>>> Funny enough, the Travis build passed. I've forced a restart to see if
>>>> it's repeatable
>>>>
>>>> Cheers
>>>> Andrea
>>>>
>>>> On Thu, Sep 20, 2018 at 7:09 PM Torben Barsballe <
>>>> tbarsba...@boundlessgeo.com> wrote:
>>>>
>>>>> Its something I can try.
>>>>> Based on the failure, and the contents of that commit, I'm still not
>>>>> entirely certain the commit is the cause of the issue - its quite possible
>>>>> that there is something else wrong with travis that just so happened to
>>>>> occur around the same time.
>>>>>
>>>>> However, this may help rule out causes, so I've created such a PR
>>>>> here: https://github.com/geotools/geotools/pull/2051
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Sep 20, 2018 at 9:56 AM Andrea Aime <
>>>>> andrea.a...@geo-solutions.it> wrote:
>>>>>
>>>>>> Thinking out loud, what if you make a PR where that commit gets
>>>>>> reverted, would that fix it?
>>>>>>
>>>>>> Cheers
>>>>>> Andrea
>>>>>>
>>>>>>
>>>>>> On Thu, Sep 20, 2018 at 6:54 PM Torben Barsballe <
>>>>>> tbarsba...@boundlessgeo.com> wrote:
>>>>>>
>>>>>>> Okay, after testing on Jenkins, this seems to only be a problem on
>>>>>>> Travis - the same lines execute quite quickly in the Jenkins build.
>>>>>>>
>>>>>>> This problem appears to affect all GeoTools travis builds made since
>>>>>>> September 16. First build I could find that showed the issue was
>>>>>>> https://travis-ci.org/geotools/geotools/builds/429272586?utm_source=github_status&utm_medium=notification
>>>>>>>
>>>>>>> (Note that the build for that PR
>>>>>>> <https://github.com/geotools/geotools/pull/2022> was fine, but the
>>>>>>> build of the commit
>>>>>>> <https://github.com/geotools/geotools/commit/d05a1818510d28f862870de702b539ffb9bbe6ff>
>>>>>>> after it was merged to master was not).
>>>>>>>
>>>>>>> I'm really not sure what is going on here - if anyone has any ideas
>>>>>>> they would be most appreciated.
>>>>>>>
>>>>>>> Torben
>>>>>>>
>>>>>>> On Wed, Sep 19, 2018 at 1:46 PM Torben Barsballe <
>>>>>>> tbarsba...@boundlessgeo.com> wrote:
>>>>>>>
>>>>>>>> I've been seeing this a lot recently in the GeoTools Travis CI builds, 
>>>>>>>> across various different GeoTools PRs:
>>>>>>>>
>>>>>>>> [INFO] Installing 
>>>>>>>> /home/travis/build/geotools/geotools/modules/ogc/net.opengis.wmts/target/net.opengis.wmts-21-SNAPSHOT.jar
>>>>>>>>  to 
>>>>>>>> /home/travis/.m2/repository/org/geotools/ogc/net.opengis.wmts/21-SNAPSHOT/net.opengis.wmts-21-SNAPSHOT.jar
>>>>>>>> [INFO] Installing 
>>>>>>>> /home/travis/build/geotools/geotools/modules/ogc/net.opengis.wmts/pom.xml
>>>>>>>>  to 
>>>>>>>> /home/travis/.m2/repository/org/geotools/ogc/net.opengis.wmts/21-SNAPSHOT/net.opengis.wmts-21-SNAPSHOT.pom
>>>>>>>> [INFO] Installing 
>>>>>>>> /home/travis/build/geotools/geotools/modules/ogc/net.opengis.wmts/target/net.opengis.wmts-21-SNAPSHOT-sources.jar
>>>>>>>>  to 
>>>>>>>> /home/travis/.m2/repository/org/geotools/ogc/net.opengis.wmts/21-SNAPSHOT/net.opengis.wmts-21-SNAPSHOT-sources.jar
>>>>>>>>
>>>>>>>>
>>>>>>>> No output has been received in the last 10m0s, this potentially 
>>>>>>>> indicates a stalled build or something wrong with the build itself.
>>>>>>>> Check the details on how to adjust your build configuration on: 
>>>>>>>> https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
>>>>>>>>
>>>>>>>> The build has been terminated
>>>>>>>>
>>>>>>>>
>>>>>>>> The build always seems to terminate at the same point, right after
>>>>>>>> attempring to install 
>>>>>>>> /home/travis/build/geotools/geotools/modules/ogc/net.opengis.wmts/target/net.opengis.wmts-21-SNAPSHOT-sources.jar
>>>>>>>> to
>>>>>>>> /home/travis/.m2/repository/org/geotools/ogc/net.opengis.wmts/21-SNAPSHOT/net.opengis.wmts-21-SNAPSHOT-sources.jar
>>>>>>>>
>>>>>>>> I'm not quite sure what is causing it ... based on the logs I would
>>>>>>>> guess an error uploading the jar. Perhaps a permissions problem or 
>>>>>>>> lack of
>>>>>>>> disk space?
>>>>>>>>
>>>>>>>> I'm not seeing any similar failures in appveyor or Jenkins.
>>>>>>>>
>>>>>>>> For now, I'm going to wait until Jenkins is actually up-to-date
>>>>>>>> (and run a nightly build, then try restarting the Travis CI, but if 
>>>>>>>> anyone
>>>>>>>> has any other ideas as to what is causing this issue I would be 
>>>>>>>> interested
>>>>>>>> in hearing them.
>>>>>>>>
>>>>>>>> Torben
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>> GeoTools-Devel mailing list
>>>>>>> GeoTools-Devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Regards, Andrea Aime == GeoServer Professional Services from the
>>>>>> experts! Visit http://goo.gl/it488V for more information. == Ing.
>>>>>> Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito
>>>>>> 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 
>>>>>> mob:
>>>>>> +39 339 8844549 http://www.geo-solutions.it
>>>>>> http://twitter.com/geosolutions_it
>>>>>> ------------------------------------------------------- *Con
>>>>>> riferimento alla normativa sul trattamento dei dati personali (Reg. UE
>>>>>> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
>>>>>> precisa che ogni circostanza inerente alla presente email (il suo
>>>>>> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
>>>>>> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
>>>>>> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
>>>>>> operazione è illecita. Le sarei comunque grato se potesse darmene 
>>>>>> notizia.
>>>>>> This email is intended only for the person or entity to which it is
>>>>>> addressed and may contain information that is privileged, confidential or
>>>>>> otherwise protected from disclosure. We remind that - as provided by
>>>>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of 
>>>>>> this
>>>>>> e-mail or the information herein by anyone other than the intended
>>>>>> recipient is prohibited. If you have received this email by mistake, 
>>>>>> please
>>>>>> notify us immediately by telephone or e-mail.*
>>>>>>
>>>>>
>>>>
>>>> --
>>>>
>>>> Regards, Andrea Aime == GeoServer Professional Services from the
>>>> experts! Visit http://goo.gl/it488V for more information. == Ing.
>>>> Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito
>>>> 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob:
>>>> +39 339 8844549 http://www.geo-solutions.it
>>>> http://twitter.com/geosolutions_it
>>>> ------------------------------------------------------- *Con
>>>> riferimento alla normativa sul trattamento dei dati personali (Reg. UE
>>>> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
>>>> precisa che ogni circostanza inerente alla presente email (il suo
>>>> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
>>>> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
>>>> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
>>>> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>>>> This email is intended only for the person or entity to which it is
>>>> addressed and may contain information that is privileged, confidential or
>>>> otherwise protected from disclosure. We remind that - as provided by
>>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
>>>> e-mail or the information herein by anyone other than the intended
>>>> recipient is prohibited. If you have received this email by mistake, please
>>>> notify us immediately by telephone or e-mail.*
>>>>
>>>

-- 

Regards, Andrea Aime == GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime
@geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054
Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339
8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it
------------------------------------------------------- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to