There is a maximun build time of 1 hour, and looks like we started
exceeding this time when building in vmbuild1. Infrastructure team is
going to increase this timeout period to 90 mins and we should
investigate why our build is taking so long on the vmbuild1
environment.

On Feb 18, 2008 3:17 PM, Simon Nash <[EMAIL PROTECTED]> wrote:
> Does anyone know why the Continuum builds are failing all the time
> now with this "cancelled" exception?
>
>    Simon
>
>
> Continuum VMBuild Server wrote:
> > Online report :
> > http://vmbuild.apache.org/continuum/buildResult.action?buildId=52485&projectId=277
> >
> >
> > Build statistics:
> >  State: Error
> >  Previous State: Error
> >  Started at: Mon 18 Feb 2008 12:03:33 -0800
> >  Finished at: Mon 18 Feb 2008 13:02:40 -0800
> >  Total time: 59m 7s
> >  Build Trigger: Schedule
> >  Build Number: 47
> >  Exit code: 0
> >  Building machine hostname: vmbuild.apache.org
> >  Operating system : Linux(unknown)
> >  Java Home version :          java version "1.5.0_12"
> >          Java(TM) 2 Runtime Environment, Standard Edition (build
> > 1.5.0_12-b04)
> >          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode,
> > sharing)
> >         Builder version :
> >          Maven version: 2.0.7
> >          Java version: 1.5.0_12
> >          OS name: "linux" version: "2.6.20-16-server" arch: "i386"
> >
> > ****************************************************************************
> >
> > SCM Changes:
> > ****************************************************************************
> >
> > Changed: rfeng @ Mon 18 Feb 2008 11:13:48 -0800
> > Comment: Clean up the itest and add tests for undeclared exceptions
> > Files changed:
> >  
> > /incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/java/org/apache/tuscany/sca/test/exceptions/impl/StockExceptionTestJAXB.java
> > ( 628844 )
> >  
> > /incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/java/org/apache/tuscany/sca/test/exceptions/impl/StockExchangeJaxB.java
> > ( 628844 )
> >  
> > /incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/java/org/apache/tuscany/sca/test/exceptions/impl/StockTraderSDO.java
> > ( 628844 )
> >  
> > /incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/java/org/apache/tuscany/sca/test/exceptions/impl/StockTraderSDOImpl.java
> > ( 628844 )
> >  
> > /incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/intracomposite.composite
> > ( 628844 )
> >  
> > /incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java
> > ( 628844 )
> >
> > ****************************************************************************
> >
> > Dependencies Changes:
> > ****************************************************************************
> >
> > No dependencies changed
> >
> >
> > ****************************************************************************
> >
> > Build Defintion:
> > ****************************************************************************
> >
> > POM filename: pom.xml
> > Goals: -Pdistribution clean install   Arguments: --batch-mode
> > Build Fresh: false
> > Always Build: false
> > Default Build Definition: true
> > Schedule: DEFAULT_SCHEDULE
> > Profile Name: Java 5, Large Memory
> > Description:
> >
> > ****************************************************************************
> >
> > Test Summary:
> > ****************************************************************************
> >
> > Tests: 1028
> > Failures: 0
> > Total time: 924269
> >
> > ****************************************************************************
> >
> > Build Error:
> > ****************************************************************************
> >
> > org.apache.maven.continuum.execution.ContinuumBuildCancelledException:
> > The build was cancelled
> >     at
> > org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:216)
> >
> >     at
> > org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.build(MavenTwoBuildExecutor.java:149)
> >
> >     at
> > org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:140)
> >
> >     at
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:417)
> >
> >     at
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:156)
> >
> >     at
> > org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
> >
> >     at
> > org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> >
> >     at
> > edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> >
> >     at
> > edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
> >
> >     at
> > edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
> >
> >     at
> > edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
> >
> >     at java.lang.Thread.run(Thread.java:619)
> > Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error
> > while executing external command, process killed.
> >     at
> > org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:164)
> >
> >     at
> > org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:89)
> >
> >     at
> > org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:114)
> >
> >     at
> > org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:59)
> >
> >     at
> > org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:204)
> >
> >     ... 11 more
> > Caused by: java.lang.InterruptedException
> >     at java.lang.Object.wait(Native Method)
> >     at java.lang.Object.wait(Object.java:485)
> >     at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165)
> >     at
> > org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:128)
> >
> >     ... 15 more
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

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

Reply via email to