Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant failing of the tycho-apitools-plugin for Linux in the GH actions #2603

Closed
vogella opened this issue Dec 9, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@vogella
Copy link
Contributor

vogella commented Dec 9, 2024

Sorry if that has already been reported but I could not find a issue about it in this repo.

The Linux verification fails constantly for PR in this repo

Error:  Failed to execute goal org.eclipse.tycho:tycho-apitools-plugin:4.0.10:verify (verify) on project org.eclipse.ui.views.properties.tabbed: Execute ApiApplication failed: InvocationTargetException: Component 'Tabbed Properties View' in the baseline 'workspace' is disposed [main]: Component was disposed here [Worker-2: Updating plug-in dependencies] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-apitools-plugin:4.0.10:verify (verify) on project org.eclipse.ui.views.properties.tabbed: Execute ApiApplication failed

@HannesWell @laeubi is this a known issue?

@laeubi
Copy link
Contributor

laeubi commented Dec 29, 2024

This also happen in Jenkins sometimes, it seems to be an timing issue, I now added the follwoing improvements / workarounds:

once they are available the failure should hopefully be gone, I tried to debug this a bit locally but due to it depends on the timing its quite hard to guess whats really going on.

So I added a breakpoint at the "disposed here" place and disposed the baseline manually as a test, then I see that after the second run the first breakpoint is never hit again and the retry actually works.

@laeubi laeubi closed this as completed Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants