<!-- -*-groovy-*- -->
<STYLE>
/*
BODY, TABLE, TD, TH, P {
font-family:Verdana,Helvetica,sans serif;
font-size:11px;
color:black;
}
h1 { color:black; }
h2 { color:black; }
h3 { color:black; }
TD.bg1 { color:white; background-color:#0000C0; font-size:120% }
TD.bg2 { color:white; background-color:#4040FF; font-size:110% }
TD.bg3 { color:white; background-color:#8080FF; }
TD.test_passed { color:blue; }
TD.test_failed { color:red; }
TD.console { font-family:Courier New; }
*/
TD.testmail {padding-left: 6pt}
.testbad {color:red}
.testgood {color:darkgreen}
p.SUCCESS {color:green}
p.FAILURE {color:red}
p.UNSTABLE {color:#eebb00}
</STYLE>
<BODY>
<p class="FAILURE">
<B style="font-size: 200%;">BUILD FAILURE</B>
</p>
<TABLE>
<TR><TD>Build URL:</TD><TD><A href="https://build.barrywardell.net/job/EinsteinToolkit/599/">https://build.barrywardell.net/job/EinsteinToolkit/599/</A></TD></TR>
<TR><TD>Project:</TD><TD>EinsteinToolkit</TD></TR>
<TR><TD>Date of build:</TD><TD>Fri, 14 Aug 2015 12:49:30 +0000</TD></TR>
<TR><TD>Build duration:</TD><TD>58 sec</TD></TR>
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h3>Changes</h3>
        <TABLE>
                
<TR><TD>Revision:</td>
<td>874c239c8894caf27fa8c67fdecd1e516a853704</td></td>
<tr><td>Author:</td><td>Ian Hinder</td></tr>
<tr><td style="vertical-align:top">Log:</td><td><pre>Add ExternalLibraries/pthreads
</pre></td></tr>
<!-- <TR> -->
<!-- <TD width="10%"> edit</TD> -->
<!-- <TD>.gitmodules</TD> -->
<!-- </TR> -->
<!-- <TR> -->
<!-- <TD width="10%"> add</TD> -->
<!-- <TD>arrangements/ExternalLibraries/pthreads</TD> -->
<!-- </TR> -->
</TABLE>
<BR/>
<!-- JUnit TEMPLATE -->
<BR/>
<!-- ARTIFACTS -->
<!-- CONSOLE OUTPUT -->
<h3>Console Output</h3>
<pre style="margin-top: 0em">
        [...truncated 2155 lines...]
        
        ********************************************************************************
        Running configuration script for thorn MPI:
        MPI was manually configured.
        Finished running configuration script for thorn MPI.
        
        ********************************************************************************
        Running configuration script for thorn PETSC:
        PETSc selected, but PETSC_DIR not set. Checking some places...
        PETSc not found
        Using bundled PETSc...
        Finished running configuration script for thorn PETSC.
        
        ********************************************************************************
        Running configuration script for thorn HDF5:
        HDF5 selected, but HDF5_DIR not set. Checking some places...
        Found HDF5 in /usr
        Finished running configuration script for thorn HDF5.
        Checking consistency...
        Creating Thorn-Flesh bindings...
        Creating implementation bindings...
        Creating parameter bindings...
        Creating variable bindings...
        Creating schedule bindings...
        Creating function bindings...
        
        
        ------------------------------------------------------
        There was 1 error during execution of the CST
        This must be corrected before compilation can proceed
        ------------------------------------------------------
        
        
        
        ------------------------------------------------------
        Warnings were generated during execution of the CST
        ------------------------------------------------------
        
        
        CST error 1:
        -> Configuration script for thorn PTHREADS returned exit code 1
        Error message: 'Did not find PTHREADS'
        
        ------------------------------------------------------
        
        make[1]: *** [/home/jenkins/workspace/EinsteinToolkit/configs/sim/config-data/make.thornlist] Error 1
        make: *** [sim] Error 2
        Build step 'Execute shell' marked build as failure
        Archiving artifacts
        Recording test results
        ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
        hudson.AbortException: Test reports were found but none of them are new. Did tests run?
        For example, /home/jenkins/workspace/EinsteinToolkit/testresults.xml is 19 hr old
        
        at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
        at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
        at hudson.tasks.junit.TestResult.<init>(TestResult.java:122)
        at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
        at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
        at hudson.remoting.UserRequest.perform(UserRequest.java:121)
        at hudson.remoting.UserRequest.perform(UserRequest.java:49)
        at hudson.remoting.Request$2.run(Request.java:325)
        at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:701)
        at ......remote call to cct(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
        at hudson.remoting.Channel.call(Channel.java:753)
        at hudson.FilePath.act(FilePath.java:978)
        at hudson.FilePath.act(FilePath.java:967)
        at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
        at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
        at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
        at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
        at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
        at hudson.model.Build$BuildExecution.post2(Build.java:183)
        at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
        at hudson.model.Run.execute(Run.java:1766)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:98)
        at hudson.model.Executor.run(Executor.java:374)
        IRC notifier plugin: Sending notification to: #cactus
        IRC notifier plugin: [ERROR] not connected. Cannot send message to '#cactus'
        [BFA] Scanning build for known causes...
        [BFA] No failure causes found
        [BFA] Done. 0s
        Started calculate disk usage of build
        Finished Calculation of disk usage of build in 0 seconds
        Started calculate disk usage of workspace
        Finished Calculation of disk usage of workspace in 4 minutes 39 seconds
        Email was triggered for: Failure - Any
        Sending email for trigger: Failure - Any
</pre>
<BR/>
</BODY>