On Sat, Sep 19, 2020 at 10:44 PM Jody Garnett <[email protected]> wrote:
> *3:15 am: Travis pr:* [WARNING] The POM for > org.geotools:gt-main:jar:25-SNAPSHOT is missing, no dependency information > available > - what is the difference between pr and push for travis? > PR is pull request, Push is when you push to a branch in the repository. When you have a PR out of a repository branch (like the unchecked branch in GeoTools) both are generated. > > *12:15 pm: Travis push:* [WARNING] The POM for > org.geotools:gt-main:jar:25-SNAPSHOT is missing, no dependency information > available > - I reran this to see what was going on > > trying repairs: > - full repair and md5 checksums of geoserver snapshots: 25 mins > - A quick task to rebuild maven-metadata.xml just for the org.geotools.* > snapshots, taking 1:23 > > *Travis retry:* [WARNING] The POM for > org.geotools.ogc:net.opengis.ows:jar:25-SNAPSHOT is missing, no dependency > information available > - so just the org.geotools.* snapshots does not cut it, changing to clean > up all in geotools-snapshot > Clean up what exactly? The Travis build itself keeps a cache of the local maven repo, but removes all GT/GWC/GS jars before the caching happens: https://github.com/geoserver/geoserver/blob/master/.travis.yml#L38 *Update:* > - everything seems to work > > Changes: > - going to schedule the repair jobs daily as a band-aid > - note we have not identified why these jars are failing. > I'm wondering about the maven repository hosting... does it have any form of safety, like rate limiting and the like, that might trigger when the multiple builds we have all start in parallel and download jars from the repo? It could be in the repo manager, but also in whatever is fronting it on its way to the internet. Cheers Andrea == 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.*
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
