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

4.30 I-Build: I20231110-1800 - BUILD FAILED #1534

Closed
iloveeclipse opened this issue Nov 11, 2023 · 2 comments · Fixed by #1535
Closed

4.30 I-Build: I20231110-1800 - BUILD FAILED #1534

iloveeclipse opened this issue Nov 11, 2023 · 2 comments · Fixed by #1535
Assignees
Labels
bug Something isn't working
Milestone

Comments

@iloveeclipse
Copy link
Member

Unfortunately the SDK build failed, see
https://ci.eclipse.org/releng/job/Builds/job/I-build-4.30/111/console

This is due eclipse-equinox/equinox#399 and fix for it eclipse-equinox/equinox#400.

Checking out master
00:05:00  error: Your local changes to the following files would be overwritten by checkout:
00:05:00  	bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/AbstractTracked.java
00:05:00  	bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/BundleTracker.java
00:05:00  	bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/BundleTrackerCustomizer.java
00:05:00  	bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/ServiceTracker.java
00:05:00  	bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/ServiceTrackerCustomizer.java
00:05:00  	bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/package-info.java
00:05:00  Please commit your changes or stash them before you switch branches.
00:05:00  Aborting

If I understand it right, the parent repo of all submodules is checked out, then all submodule, then they are updated by pull. Here it fails because of "changed" files. To avoid that, we should avoid pull for equinox.
So one only need to commit parent repo with latest state of equinox, and we should be fine.

Any other proposals?

If not, I will push a fix in an hour.

@iloveeclipse
Copy link
Member Author

@iloveeclipse iloveeclipse self-assigned this Nov 11, 2023
@iloveeclipse iloveeclipse added this to the 4.30 RC1 milestone Nov 11, 2023
@HannesWell
Copy link
Member

Thanks Andrey. I didn't expect all that trouble when doing eclipse-equinox/equinox#394.

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
2 participants