[jira] [Commented] (GUMP-131) Build fails with "build timed out"

2016-11-09 Thread Dominik Stadler (JIRA)

[ 
https://issues.apache.org/jira/browse/GUMP-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15652136#comment-15652136
 ] 

Dominik Stadler commented on GUMP-131:
--

I think this is now implemented, in the targets you can now specify a timeout 
in seconds:

  


> Build fails with "build timed out"
> --
>
> Key: GUMP-131
> URL: https://issues.apache.org/jira/browse/GUMP-131
> Project: Gump
>  Issue Type: Bug
>  Components: Python-based Gump
>Affects Versions: Gump2-2.4
> Environment: Solaris v2.8, Gump SVN trunk (Python 2.4.1)
>Reporter: Graham Leggett
>Assignee: Adam Jack
> Fix For: Gump2-2.4
>
>
> While compiling a "make" on a very large (compile time 2 hours or more) C/C++ 
> project, the build is reported as failed with the reason "build timed out".
> The build log shows that the build has been stopped half way through the 
> build. There is no obvious evidence that the build has hung in any way.
> If an attempt is made to cd to the build directory and type "make", the build 
> completes normally.
> There is no obvious timeout setting that can change this - if there is can 
> the "build timed out" message be replaced with a message that says "build 
> timed out - increase option ZZZ and try again".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



[jira] Updated: (GUMP-131) Build fails with "build timed out"

2005-07-07 Thread Leo Simons (JIRA)
 [ http://issues.apache.org/jira/browse/GUMP-131?page=all ]

Leo Simons updated GUMP-131:


Fix Version: Gump2-2.4
Description: 
While compiling a "make" on a very large (compile time 2 hours or more) C/C++ 
project, the build is reported as failed with the reason "build timed out".

The build log shows that the build has been stopped half way through the build. 
There is no obvious evidence that the build has hung in any way.

If an attempt is made to cd to the build directory and type "make", the build 
completes normally.

There is no obvious timeout setting that can change this - if there is can the 
"build timed out" message be replaced with a message that says "build timed out 
- increase option ZZZ and try again".


  was:
While compiling a "make" on a very large (compile time 2 hours or more) C/C++ 
project, the build is reported as failed with the reason "build timed out".

The build log shows that the build has been stopped half way through the build. 
There is no obvious evidence that the build has hung in any way.

If an attempt is made to cd to the build directory and type "make", the build 
completes normally.

There is no obvious timeout setting that can change this - if there is can the 
"build timed out" message be replaced with a message that says "build timed out 
- increase option ZZZ and try again".


Version: Gump2-2.4
  Assign To: Adam Jack

> Build fails with "build timed out"
> --
>
>  Key: GUMP-131
>  URL: http://issues.apache.org/jira/browse/GUMP-131
>  Project: Gump
> Type: Bug
>   Components: Python-based Gump
> Versions: Gump2-2.4
>  Environment: Solaris v2.8, Gump SVN trunk (Python 2.4.1)
> Reporter: Graham Leggett
> Assignee: Adam Jack
>  Fix For: Gump2-2.4

>
> While compiling a "make" on a very large (compile time 2 hours or more) C/C++ 
> project, the build is reported as failed with the reason "build timed out".
> The build log shows that the build has been stopped half way through the 
> build. There is no obvious evidence that the build has hung in any way.
> If an attempt is made to cd to the build directory and type "make", the build 
> completes normally.
> There is no obvious timeout setting that can change this - if there is can 
> the "build timed out" message be replaced with a message that says "build 
> timed out - increase option ZZZ and try again".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jira] Commented: (GUMP-131) Build fails with "build timed out"

2005-05-24 Thread Graham Leggett

Adam Jack (JIRA) wrote:


I see this in the code:

TIMEOUT=60*60 # 60 minutes (in seconds)
if os.environ.has_key('GUMP_TIMEOUT'):
TIMEOUT = string.atoi(os.environ['GUMP_TIMEOUT'])


Doh! I searched for "timed out" trying to hunt down the error message. 
Busy testing it now, the build takes a few hours.


Regards,
Graham
--


smime.p7s
Description: S/MIME Cryptographic Signature


[jira] Commented: (GUMP-131) Build fails with "build timed out"

2005-05-24 Thread Adam Jack (JIRA)
 [ http://issues.apache.org/jira/browse/GUMP-131?page=comments#action_66176 
]
 
Adam Jack commented on GUMP-131:


I see this in the code:

TIMEOUT=60*60 # 60 minutes (in seconds)
if os.environ.has_key('GUMP_TIMEOUT'):
TIMEOUT = string.atoi(os.environ['GUMP_TIMEOUT'])

Setting to 0 will (I believe) remove it. The JIRA entry still stands though,
it needs documentation & the error message ought explain it. Personal I
think we need per project configurable timeouts, not server wide. I'll add
that to the JIRA entry sometime.

> Build fails with "build timed out"
> --
>
>  Key: GUMP-131
>  URL: http://issues.apache.org/jira/browse/GUMP-131
>  Project: Gump
> Type: Bug
>   Components: Python-based Gump
>  Environment: Solaris v2.8, Gump SVN trunk (Python 2.4.1)
> Reporter: Graham Leggett

>
> While compiling a "make" on a very large (compile time 2 hours or more) C/C++ 
> project, the build is reported as failed with the reason "build timed out".
> The build log shows that the build has been stopped half way through the 
> build. There is no obvious evidence that the build has hung in any way.
> If an attempt is made to cd to the build directory and type "make", the build 
> completes normally.
> There is no obvious timeout setting that can change this - if there is can 
> the "build timed out" message be replaced with a message that says "build 
> timed out - increase option ZZZ and try again".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Gump failed: build timed out

2005-05-24 Thread Adam R. B. Jack
> Is there an option within gump that sets the time gump is willing to wait
> for the build to finish?

Graham

Did you not notice this response to your previous mail, or did it not help?

http://marc.theaimsgroup.com/?l=gump&m=111620403011709&w=2

regards

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Gump failed: build timed out

2005-05-24 Thread Graham Leggett
Hi all,

I have still been running into hassles with gump and large projects -
projects over a certain size are impossible to build, as gump kills the
build prematurely with "build timed out".

This was added in the last month or so, as the build worked fine before.

I have added the problem into JIRA as issue
http://issues.apache.org/jira/browse/GUMP-131.

Is there an option within gump that sets the time gump is willing to wait
for the build to finish?

Regards,
Graham
--


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Failed with reason build timed out

2005-05-15 Thread Adam R. B. Jack
> Is there a way to increase this timeout, or remove it altogether?

I see this in the code:

TIMEOUT=60*60 # 60 minutes (in seconds)
if os.environ.has_key('GUMP_TIMEOUT'):
TIMEOUT = string.atoi(os.environ['GUMP_TIMEOUT'])

Setting to 0 will (I believe) remove it. The JIRA entry still stands though,
it needs documentation & the error message ought explain it. Personal I
think we need per project configurable timeouts, not server wide. I'll add
that to the JIRA entry sometime.

regards

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (GUMP-131) Build fails with "build timed out"

2005-05-15 Thread Graham Leggett (JIRA)
Build fails with "build timed out"
--

 Key: GUMP-131
 URL: http://issues.apache.org/jira/browse/GUMP-131
 Project: Gump
Type: Bug
  Components: Python-based Gump  
 Environment: Solaris v2.8, Gump SVN trunk (Python 2.4.1)
Reporter: Graham Leggett


While compiling a "make" on a very large (compile time 2 hours or more) C/C++ 
project, the build is reported as failed with the reason "build timed out".

The build log shows that the build has been stopped half way through the build. 
There is no obvious evidence that the build has hung in any way.

If an attempt is made to cd to the build directory and type "make", the build 
completes normally.

There is no obvious timeout setting that can change this - if there is can the 
"build timed out" message be replaced with a message that says "build timed out 
- increase option ZZZ and try again".


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Failed with reason build timed out

2005-05-12 Thread Leo Simons
Graham, 

I don't know, but I'd hope so. Could you create a jira issue for this?

Thanks!

Leo

On 11-05-2005 19:20, "Graham Leggett" <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I have a gump that is building a large C++ project that takes a few hours
> to build.
> 
> Suddenly after doing an svn update on the gump install, it's now failing
> with "build timed out". Looking at the log, it seems to have cut off the
> build half way through, it doesn't appear to be stuck.
> 
> Is there a way to increase this timeout, or remove it altogether?
> 
> Regards,
> Graham
> --
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Failed with reason build timed out

2005-05-11 Thread Graham Leggett
Hi all,

I have a gump that is building a large C++ project that takes a few hours
to build.

Suddenly after doing an svn update on the gump install, it's now failing
with "build timed out". Looking at the log, it seems to have cut off the
build half way through, it doesn't appear to be stuck.

Is there a way to increase this timeout, or remove it altogether?

Regards,
Graham
--


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Build Timed Out

2004-03-28 Thread Antoine Lévy-Lambert
Adam R. B. Jack wrote:

Any suggestions?

   

Have you had chance to the thread with subject 'Enigma: build of xdoclet'?
There is a rogue build chewing cycles, and hence delaying yours beyond the
timeout.
regards

Adam

 

I do not have time for this issue this week-end. If you just disable 
somehow the build of xdoclet - preferentially only for gumpy/lsd, but 
please save all the logs and mail them on the list or put then on a 
known html location, so that when competent people (Stefan) will have 
time, they can look at them.

Cheers,

Antoine

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Build Timed Out

2004-03-27 Thread Adam R. B. Jack
> Any suggestions?
>

Have you had chance to the thread with subject 'Enigma: build of xdoclet'?
There is a rogue build chewing cycles, and hence delaying yours beyond the
timeout.

regards

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Build Timed Out

2004-03-27 Thread Stephen McConnell
Have been digging into the avalon-composition-impl project results from 
earlier this morning which is failing with a "Build Timed Out".

http://lsd.student.utwente.nl/gump/avalon/avalon-composition-impl.html

Under "Project Level Work" I see that build is successful but that the 
build itself took 192 minutes (as compared to less than 1 minute on 
classic gump).

  BUILD SUCCESSFUL
  Total time: 192 minutes 31 seconds
I'm seeing similar results on excalibur-thread-legacy and 
cornerstone-datasources-impl.  All of these projects were building 
properly back on the 24-MAR run and are building successfully on 
gump.covalent.net.

Any suggestions?

Cheers, Stephen.

--

||
| Magic by Merlin|
| Production by Avalon   |
||
| http://avalon.apache.org/merlin|
| http://dpml.net/merlin/distributions/latest|
||
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]