Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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

Back to the top