eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.

Home Page:https://eclipse.org/lsp4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Builds failing on Jenkins

pisv opened this issue · comments

Since Aug 16, builds started to fail on Jenkins with the following error both for main and release_0.21 branches:

[ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:2.7.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:2.7.5: The following artifacts could not be resolved: org.eclipse.tycho:tycho-maven-plugin:pom:2.7.5 (absent): Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:2.7.5 from/to cbi (https://repo.eclipse.org/content/repositories/cbi-releases/): status code: 403, reason phrase: Forbidden (403)

For details, see https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/main/115/console and https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.21/3/console.

@cdietrich Thanks for pointing it out!

I've just rerun the builds and they are green now.

Yes, I also wondered why there were no notifications about build failures... It would have been great to have such a mechanism in place.

@jonahgraham (as this needs pl approval) what do you think (if you agree i can open the helpdesk ticket and pr)

@cdietrich Thank you for moving it forward!