Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55286 - Failure!

2025-05-12 Thread Robert Muir
The undercouch downloader seems to support this. I'll open an issue. On Mon, May 12, 2025 at 3:34 PM Robert Muir wrote: > > If there's an easy way to add retries, it may help in the interim. For > downloads like this, attempting 3 tries with a bit of back off/pause in > between can really impro

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55286 - Failure!

2025-05-12 Thread Robert Muir
If there's an easy way to add retries, it may help in the interim. For downloads like this, attempting 3 tries with a bit of back off/pause in between can really improve the reliability. On Mon, May 12, 2025, 3:30 PM Dawid Weiss wrote: > > >> When I try to download this jar, it redirects me to a

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55286 - Failure!

2025-05-12 Thread Dawid Weiss
> When I try to download this jar, it redirects me to a canadian mirror > site: I'm not near canada. > Ha. Canada stretches farther than you think! :) Let's just live with it until the maven ecj version is out. D.

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55286 - Failure!

2025-05-12 Thread Robert Muir
I don't think their mirror system is as effective as a CDN: When I try to download this jar, it redirects me to a canadian mirror site: I'm not near canada. On the other hand, repo1.maven.org seems to be backed by fastly CDN. * Connection #0 to host www.eclipse.org left intact * Issue another req

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55286 - Failure!

2025-05-12 Thread Dawid Weiss
> Looking at the pattern of releases there, maybe only a few more weeks of > pain? > Yes. I'm surprised these p2 repos are so flaky though. D.

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55286 - Failure!

2025-05-12 Thread Robert Muir
Looking at the pattern of releases there, maybe only a few more weeks of pain? On Mon, May 12, 2025 at 3:04 PM Dawid Weiss wrote: > > > downloadEcjDrop failed. This does happen more often than I thought... Eh. > batch ecj still not there - > > https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-24) - Build # 55286 - Failure!

2025-05-12 Thread Dawid Weiss
downloadEcjDrop failed. This does happen more often than I thought... Eh. batch ecj still not there - https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/ D. On Mon, May 12, 2025 at 3:28 PM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-mai

Re: Enabling changelog verifier

2025-05-12 Thread Adrien Grand
Thank you Stefan! On Mon, May 12, 2025 at 11:09 AM Stefan Vodita wrote: > Hi everyone, > > We've been working on a bot to look at PRs, check for a CHANGES entry ( > #13898 ), and determine > the milestone the PR belongs to (#14190 >

Enabling changelog verifier

2025-05-12 Thread Stefan Vodita
Hi everyone, We've been working on a bot to look at PRs, check for a CHANGES entry ( #13898 ), and determine the milestone the PR belongs to (#14190 ). I got a few approvals to enable this bot in #14644