Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho 0.15 failing at final step of the build

Everyone,

I rebuilt with 0.13.0 and found a couple of different messages in the product build:

[INFO] --- tycho-p2-repository-plugin:0.13.0:assemble-repository (default-assemble-repository) @ gov.ornl.nice.repository ---
[WARNING] Mirror tool: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from gov.ornl.nice.core.feature.feature.group 2.0.0 to org.eclipse.persistence.asm [3.3.1.v201206041142]."]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from gov.ornl.nice.core.feature.feature.group 2.0.0 to org.eclipse.persistence.asm [3.3.1.v201206041142]."]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from gov.ornl.nice.core.feature.feature.group 2.0.0 to org.eclipse.persistence.asm [3.3.1.v201206041142]."]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from gov.ornl.nice.core.feature.feature.group 2.0.0 to org.eclipse.persistence.asm [3.3.1.v201206041142]."]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from gov.ornl.nice.core.feature.feature.group 2.0.0 to org.eclipse.persistence.asm [3.3.1.v201206041142]."]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from gov.ornl.nice.core.feature.feature.group 2.0.0 to org.eclipse.persistence.asm [3.3.1.v201206041142]."]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool

and

Installation failed.
Cannot complete the install because one or more required items could not be found.
 Software being installed: NiCE 2.0.0 (niceCore.product 2.0.0)
 Missing requirement: NiCE Core Feature 2.0.0 (gov.ornl.nice.core.feature.feature.group 2.0.0) requires 'org.eclipse.persistence.asm [3.3.1.v201206041142]' but it could not be found
 Cannot satisfy dependency:
  From: NiCE 2.0.0 (niceCore.product 2.0.0)
  To: gov.ornl.nice.core.feature.feature.group [2.0.0]

This is at a later point in the build. The log file shows:

!MESSAGE Missing requirement: NiCE Core Feature 2.0.0 (gov.ornl.nice.core.feature.feature.group 2.0.0) requires 'org.eclipse.persistence.asm [3.3.1.v201206041142]' but it could not be found

However, version 3.3.1.v201206041142 of org.eclipse.persistence.asm is present in ~/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/3.3.1.v201206041142/ as well as version 2.3.2. Also, my feature files do not specify a version for org.eclipse.persistence.asm:

   <plugin
         id="org.eclipse.persistence.asm"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

I'm not sure why neither the feature build (in either 0.13 or 0.15) report this nor the 0.15 product build. Any suggestions?

Thanks in advance,
Jay

On Mon, Oct 15, 2012 at 8:07 AM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
Suresh,

Thank you for the suggestion. I checked the versions and they all match; 2.0.0. 

I am going to go back to 0.13.0 and make sure it still builds with that version. Any additional suggestions would be helpful!

Thanks,
Jay

On Mon, Oct 15, 2012 at 12:52 AM, Suresh Nallamilli <suresh_nallamilli@xxxxxxxxxxxxxxxx> wrote:

Please check the versions in your modules POM and also the versions in your update site à category.xml

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Jay Jay Billings
Sent: Sunday, October 14, 2012 8:37 PM
To: Tycho user list
Subject: [tycho-user] Tycho 0.15 failing at final step of the build

 

Everyone,

 

I am running into a build failure at the final step of my build, which is an Eclipse repository/product. I just upgraded from 0.13 to 0.15 tonight (and I love the speed of 0.15, great job ya'll!) and unfortunately this error popped up. I feel like I've seen it before and I remember there was a letter to the list about it happening with the Tycho demo. We've been building with 0.13 for six months straight, so I'm not sure what the problem is. At any rate, here's the last part of my build:

 

 

[INFO] ------------------------------------------------------------------------

[INFO] Building NiCE Infrastructure Product 2.0.0

[INFO] ------------------------------------------------------------------------

[INFO] 

[INFO] --- tycho-packaging-plugin:0.15.0:build-qualifier (default-build-qualifier) @ gov.ornl.nice.repository ---

[INFO] 

[INFO] --- maven-antrun-plugin:1.1:run (default) @ gov.ornl.nice.repository ---

[INFO] Executing tasks

     [echo] Displaying full POM filename:

     [echo] [pom-filename] /home/jaybilly/research/NiCEWorkspace/gov.ornl.nice.repository/pom.xml

[INFO] Executed tasks

[INFO] 

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ gov.ornl.nice.repository ---

[INFO] Deleting /home/jaybilly/research/NiCEWorkspace/gov.ornl.nice.repository/target

[INFO] 

[INFO] --- tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) @ gov.ornl.nice.repository ---

[INFO] Cannot complete the request.  Generating details.

[INFO] Cannot complete the request.  Generating details.

[INFO] {osgi.ws=gtk, osgi.os=linux, osgi.arch=x86, org.eclipse.update.install.features=true}

[ERROR] Cannot resolve project dependencies:

[ERROR]   Software being installed: gov.ornl.nice.repository 2.0.0

[ERROR]   Missing requirement: gov.ornl.nice.repository 2.0.0 requires 'gov.ornl.nice.feature.feature.group 0.0.0' but it could not be found

[ERROR] 

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO] 

[INFO] gov.ornl.nice.build ............................... SUCCESS [0.311s]

[INFO] gov.ornl.nice.target.indigo ....................... SUCCESS [0.111s]

[INFO] gov.ornl.nice.nicedatastructures .................. SUCCESS [1.342s]

[INFO] gov.ornl.nice.niceitem ............................ SUCCESS [0.660s]

[INFO] gov.ornl.nice.nicecore ............................ SUCCESS [0.572s]

[INFO] gov.ornl.nice.client .............................. SUCCESS [0.584s]

[INFO] gov.ornl.nice.client.eclipse.common ............... SUCCESS [0.617s]

[INFO] gov.ornl.nice.client.eclipse.widgets .............. SUCCESS [1.284s]

[INFO] gov.ornl.nice.client.test ......................... SUCCESS [5.606s]

[INFO] gov.ornl.nice.client.eclipse.widgets.test ......... SUCCESS [0.762s]

[INFO] gov.ornl.nice.client.eclipse.rcp .................. SUCCESS [0.782s]

[INFO] gov.ornl.nice.database.test ....................... SUCCESS [0.595s]

[INFO] gov.ornl.nice.nicedatastructures.test ............. SUCCESS [12.595s]

[INFO] gov.ornl.nice.nicecore.test ....................... SUCCESS [4.243s]

[INFO] gov.ornl.nice.niceitem.test ....................... SUCCESS [7.318s]

[INFO] gov.ornl.nice.analysistool ........................ SUCCESS [0.521s]

[INFO] gov.ornl.nice.visitjava ........................... SUCCESS [1.696s]

[INFO] gov.ornl.nice.visitanalysistool ................... SUCCESS [0.532s]

[INFO] gov.ornl.nice.visitanalysistool.test .............. SUCCESS [1:55.580s]

[INFO] gov.ornl.nice.reactorAnalyzer ..................... SUCCESS [0.993s]

[INFO] gov.ornl.nice.reactorAnalyzer.test ................ SUCCESS [4.365s]

[INFO] gov.ornl.nice.denovompplugins ..................... SUCCESS [0.541s]

[INFO] gov.ornl.nice.denovompplugins.test ................ SUCCESS [5.078s]

[INFO] NiCE Feature ...................................... SUCCESS [0.724s]

[INFO] NiCE Core Feature ................................. SUCCESS [0.670s]

[INFO] NiCE Jubula Feature ............................... SUCCESS [0.673s]

[INFO] NiCE Infrastructure Product ....................... FAILURE [0.380s]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 4:15.449s

[INFO] Finished at: Sun Oct 14 23:02:10 EDT 2012

[INFO] Final Memory: 99M/395M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) on project gov.ornl.nice.repository: Execution default-publish-products of goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from gov.ornl.nice.repository 2.0.0 to gov.ornl.nice.feature.feature.group 0.0.0.", "Unable to satisfy dependency from nice.product 2.0.0 to gov.ornl.nice.feature.feature.group 0.0.0.", "Unable to satisfy dependency from niceJubula.product 2.0.0 to gov.ornl.nice.jubula.feature.feature.group [2.0.0,2.0.1).", "No solution found because the problem is unsatisfiable."] -> [Help 1]

[ERROR] 

 

 

 

I'll note that both the NiCE Feature and NiCE Jubula Feature builds completed without error or warning. 

 

Have any of you seen this before? Any thoughts?

 

Thanks in advance,

Jay

DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




Back to the top