[jbosstools-issues] [JBoss JIRA] (JBIDE-21145) Component-install job does not reliably install all JBT IUs and so does not see changes between CI builds

Nick Boldt (JIRA) issues at jboss.org
Fri Dec 4 16:17:00 EST 2015


    [ https://issues.jboss.org/browse/JBIDE-21145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137381#comment-13137381 ] 

Nick Boldt commented on JBIDE-21145:
------------------------------------

Here's an example of the value of the composite site.

{code}
   [p2.dir] Cannot complete the install because one or more required items could not be found.
   [p2.dir]  Software being installed: JBoss Tools Java Standard Tools Tests Developer Resources 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.test.feature.source.feature.group 3.7.1.Beta1-v20151204-1915-B61)
   [p2.dir]  Missing requirement: Tests Plug-in 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.angularjs.test 3.7.1.Beta1-v20151204-1915-B61) requires 'bundle org.eclipse.angularjs.core 1.1.0' but it could not be found
   [p2.dir]  Cannot satisfy dependency:
   [p2.dir]   From: JBoss Tools Java Standard Tools Tests 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.test.feature.feature.group 3.7.1.Beta1-v20151204-1915-B61)
   [p2.dir]   To: org.jboss.tools.jst.angularjs.test [3.7.1.Beta1-v20151204-1915-B61]
   [p2.dir]  Cannot satisfy dependency:
   [p2.dir]   From: JBoss Tools Java Standard Tools Tests Developer Resources 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.test.feature.source.feature.group 3.7.1.Beta1-v20151204-1915-B61)
   [p2.dir]   To: org.jboss.tools.jst.test.feature.feature.group [3.7.1.Beta1-v20151204-1915-B61]
   [p2.dir] Application failed, log file location: /mnt/hudson_workspace/workspace/jbosstools-composite-install_4.3.mars/eclipse/configuration/1449257171806.log
   [p2.dir] Installation failed.
   [p2.dir] !SESSION 2015-12-04 14:26:11.552 -----------------------------------------------
   [p2.dir] eclipse.buildId=4.5.1.M20150904-0015
--
   [p2.dir] !MESSAGE Cannot complete the install because one or more required items could not be found.
   [p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2015-12-04 14:27:05.880
   [p2.dir] !MESSAGE Software being installed: JBoss Tools Java Standard Tools Tests Developer Resources 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.test.feature.source.feature.group 3.7.1.Beta1-v20151204-1915-B61)
   [p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2015-12-04 14:27:05.881
   [p2.dir] !MESSAGE Missing requirement: Tests Plug-in 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.angularjs.test 3.7.1.Beta1-v20151204-1915-B61) requires 'bundle org.eclipse.angularjs.core 1.1.0' but it could not be found
   [p2.dir] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2015-12-04 14:27:05.881
   [p2.dir] !MESSAGE Cannot satisfy dependency:
   [p2.dir] !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2015-12-04 14:27:05.881
   [p2.dir] !MESSAGE From: JBoss Tools Java Standard Tools Tests 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.test.feature.feature.group 3.7.1.Beta1-v20151204-1915-B61)
--
   [p2.dir] !MESSAGE Cannot satisfy dependency:
   [p2.dir] !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2015-12-04 14:27:05.881
   [p2.dir] !MESSAGE From: JBoss Tools Java Standard Tools Tests Developer Resources 3.7.1.Beta1-v20151204-1915-B61 (org.jboss.tools.jst.test.feature.source.feature.group 3.7.1.Beta1-v20151204-1915-B61)
{code}

It's failing right now because of a missing angularjs.core plugin, which I believe is because something was not correctly updated in JST, or a TP, or something. But the point is we're preventing building the JBT aggregate because something is missing. This is a good thing. 


> Component-install job does not reliably install all JBT IUs and so does not see changes between CI builds
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-21145
>                 URL: https://issues.jboss.org/browse/JBIDE-21145
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
>            Reporter: Pavol Srna
>            Assignee: Nick Boldt
>            Priority: Blocker
>             Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> We have often seen old artifacts on nightly sites (mars and neon too). 
> It seems that the composite-install job [0], [1] is not reliable. So, the downstream JBT aggregate builds [2], [3] are not triggered automatically to pick up all new changes in the upstream JBT component site builds.
> [0] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-composite-install_master/lastBuild/console
> [1] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-composite-install_4.3.mars/lastBuild/console
> [2] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-sites.aggregate.site_master/ (latest build shows: "Nov 27, 2015 6:15 AM NOT ​PUBLISHED: ​​UNCHANGED")
> [3] http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-sites.aggregate.site_4.3.mars/ (latest build shows: "Nov 27, 2015 3:43 AM NOT ​PUBLISHED: ​​UNCHANGED")
> Please investigate.
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list