[jbosstools-issues] [JBoss JIRA] (JBIDE-24561) Checking console output takes 80 mins?

Nick Boldt (JIRA) issues at jboss.org
Mon Jun 19 15:45:00 EDT 2017


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

Nick Boldt edited comment on JBIDE-24561 at 6/19/17 3:44 PM:
-------------------------------------------------------------

Problem could in fact be the text-finder plugin. I've removed that config to see if the 80 mins are still needed.

{code}
-    <hudson.plugins.textfinder.TextFinderPublisher plugin="text-finder at 1.10">
-      <regexp>.+(BUILD FAILED|Cannot complete the install|conflicting dependency|Connection refused|exec returned: 13).+</regexp>
-      <succeedIfFound>false</succeedIfFound>
-      <unstableIfFound>true</unstableIfFound>
-      <alsoCheckConsoleOutput>true</alsoCheckConsoleOutput>
-    </hudson.plugins.textfinder.TextFinderPublisher>
{code}

After removing this, jobs are 80 mins faster.


was (Author: nickboldt):
Problem could in fact be the text-finder plugin. I've removed that config to see if the 80 mins are still needed.

{code}
-    <hudson.plugins.textfinder.TextFinderPublisher plugin="text-finder at 1.10">
-      <regexp>.+(BUILD FAILED|Cannot complete the install|conflicting dependency|Connection refused|exec returned: 13).+</regexp>
-      <succeedIfFound>false</succeedIfFound>
-      <unstableIfFound>true</unstableIfFound>
-      <alsoCheckConsoleOutput>true</alsoCheckConsoleOutput>
-    </hudson.plugins.textfinder.TextFinderPublisher>
{code}


> Checking console output takes 80 mins?
> --------------------------------------
>
>                 Key: JBIDE-24561
>                 URL: https://issues.jboss.org/browse/JBIDE-24561
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build, target-platform
>    Affects Versions: 4.5.0.AM1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 4.5.0.AM1
>
>
> Description setter plugin seems to take 80 mins to parse the console log.
> So maybe we don't need this any more? Seems a waste of time, if the overall build takes 2h35, this is more than 50% of the time taken!
> {code}
> 10:05:56 Terminating xvnc.
> 10:05:56 $ /usr/bin/vncserver -kill :33
> 10:05:57 Killing Xvnc process ID 9997
> 10:05:59 Archiving artifacts
> 10:05:59 Checking console output
> 11:26:12 [description-setter] Description set: TP Version: 4.70.0.AM1-SNAPSHOT'
> 11:26:12 Sending e-mails to: jbosstools-builds at lists.jboss.org mistria at redhat.com nboldt at redhat.com nickboldt at gmail.com
> {code} -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstudio/view/devstudio_target_platforms/job/jbosstoolstargetplatform-4.70.x/jdk=openjdk-1.8,label_exp=rhel7-devstudio-releng,projectName=jbdevstudio/73/console
> {code}
> 10:04:53 Terminating xvnc.
> 10:04:53 $ /usr/bin/vncserver -kill :35
> 10:04:54 Killing Xvnc process ID 9993
> 10:04:56 Archiving artifacts
> 10:04:57 Checking console output
> 11:24:02 [description-setter] Description set: TP Version: 4.70.0.AM1-SNAPSHOT'
> 11:24:02 Sending e-mails to: jbosstools-builds at lists.jboss.org mistria at redhat.com nboldt at redhat.com nickboldt at gmail.com{code} -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstudio/view/devstudio_target_platforms/job/jbosstoolstargetplatform-4.70.x/jdk=openjdk-1.8,label_exp=rhel7-devstudio-releng,projectName=jbosstools/73/console



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list