eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
609 stars 144 forks source link

Builds failing on Jenkins #760

Closed pisv closed 1 year ago

pisv commented 1 year ago

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 commented 1 year ago

https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3560#note_1198035 ?

pisv commented 1 year ago

@cdietrich Thanks for pointing it out!

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

cdietrich commented 1 year ago

wonder if we need to do something like https://chat.eclipse.org/#/room/#modeling-emf-mwe-builds:matrix.eclipse.org

pisv commented 1 year ago

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

cdietrich commented 1 year ago

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

jonahgraham commented 1 year ago

+1

cdietrich commented 1 year ago

https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3564

pisv commented 1 year ago

@cdietrich Thank you for moving it forward!