Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Ideas for build optimizations?

Hi,

 

Here is the warning message we get

 

[WARNING] *****************************************************************

[WARNING] * Your build is requesting parallel execution, but project      *

[WARNING] * contains the following plugin(s) that have goals not marked   *

[WARNING] * as @threadSafe to support parallel building.                  *

[WARNING] * While this /may/ work fine, please look for plugin updates    *

[WARNING] * and/or request plugins be made thread-safe.                   *

[WARNING] * If reporting an issue, report it against the plugin in        *

[WARNING] * question, not against maven-core                              *

[WARNING] *****************************************************************

[WARNING] The following plugins are not marked @threadSafe in org.eclipse.pde:

[WARNING] org.eclipse.tycho.extras:tycho-p2-extras-plugin:2.3.0-SNAPSHOT

[WARNING] org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.3.0-SNAPSHOT

[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.

[WARNING] *****************************************************************

 

There is no bug as such. I need to test further to find all the problems. I am using eclipse-aggregator-master job to test this.

 

Thanks

Sravan

 

From: Mickael Istria <mistria@xxxxxxxxxx>
Sent: 19 March 2021 19:59
To: Eclipse platform release engineering list. <platform-releng-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [platform-releng-dev] Ideas for build optimizations?

 

On Fri, Mar 19, 2021 at 10:35 AM Sravan K Lakkimsetti <sravankumarl@xxxxxxxxxx> wrote: That true Alex. When we tried we found problems(race conditions) with Tycho and CBI plugins used in platform build. Are there some bugs open about

 

 

On Fri, Mar 19, 2021 at 10:35 AM Sravan K Lakkimsetti <sravankumarl@xxxxxxxxxx> wrote:

That true Alex. When we tried we found problems(race conditions) with Tycho and CBI plugins used in platform build.

 

Are there some bugs open about the specific problems you faced in Tycho? I could try to look at them.

1 already see 1 possible problem with eclipse-run; it can currently run in parallel while it should try to get the workspace-lock first, so if several runs use the same workspace, they don't try to start simultaneously.



Back to the top