Skip to content

Prepare 4.38 development#4364

Merged
iloveeclipse merged 1 commit intomasterfrom
prepare-R4.38
Aug 31, 2025
Merged

Prepare 4.38 development#4364
iloveeclipse merged 1 commit intomasterfrom
prepare-R4.38

Conversation

@eclipse-releng-bot
Copy link
Copy Markdown
Contributor

Prepare development of Eclipse 4.38.
This complements:

@github-actions
Copy link
Copy Markdown
Contributor

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 7a38878. ± Comparison against base commit 1b0164f.

@HannesWell
Copy link
Copy Markdown
Contributor

The build currently fails with:

 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:5.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.jdt.core.compiler.batch: Baseline and reactor have the same fully qualified version, but different content
 [ERROR] different
 [ERROR]    META-INF/ECLIPSE_.RSA: not present in baseline
 [ERROR]    META-INF/ECLIPSE_.SF: not present in baseline
 [ERROR] -> [Help 1]

My first guess is that it's somehow connected to the configuration in the pom.xml:

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<configuration>
<baselineMode>${compilerBaselineMode}</baselineMode>
<baselineReplace>${compilerBaselineReplace}</baselineReplace>
</configuration>
<executions>
<execution>
<id>attached-p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
</execution>
</executions>
</plugin>

But it's of course the question why this only now a problem.

@HannesWell
Copy link
Copy Markdown
Contributor

But it's of course the question why this only now a problem.

Looking into this, I don't understand why this happens at the moment. But as this also happened the last time and as far as I can tell, everything went well afterwards, I assume it's a temporary problem:

Can a JDT committer please submit this?

@HannesWell
Copy link
Copy Markdown
Contributor

Can a JDT committer please submit this?

@iloveeclipse, @akurtakov, @stephan-herrmann. It would be great if you or anybody else could have quick lock, as this is the last submodule to update before we can run the first I-build of the new stream.

@iloveeclipse iloveeclipse merged commit 71b9865 into master Aug 31, 2025
10 of 15 checks passed
@iloveeclipse iloveeclipse deleted the prepare-R4.38 branch August 31, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants