<!-- -*-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/592/">https://build.barrywardell.net/job/EinsteinToolkit/592/</A></TD></TR>
  <TR><TD>Project:</TD><TD>EinsteinToolkit</TD></TR>
  <TR><TD>Date of build:</TD><TD>Thu, 13 Aug 2015 21:10:05 +0000</TD></TR>
  <TR><TD>Build duration:</TD><TD>1 min 34 sec</TD></TR>
</TABLE>
<BR/>

<!-- CHANGE SET -->

<h3>Changes</h3>
        <TABLE>
                
<TR><TD>Revision:</td>
<td>aef51a6f888d3582fffa795a8ddaeb0d2ab6829e</td></td>
<tr><td>Author:</td><td>Einstein Toolkit Git Server</td></tr>
<tr><td style="vertical-align:top">Log:</td><td><pre>Updated submodules:

* simfactory 4069153...b5cca38 (1):
  > Merged in rhaas/warn_to_screen (pull request #5)
</pre></td></tr>


        <!-- <TR> -->
        <!--   <TD width="10%">&nbsp;&nbsp;edit</TD> -->
        <!--   <TD>simfactory</TD> -->
        <!-- </TR> -->

  </TABLE>
<BR/>



<!-- JUnit TEMPLATE -->



<BR/>

<!-- ARTIFACTS -->


<!-- CONSOLE OUTPUT -->

<h3>Console Output</h3>
<pre style="margin-top: 0em">

        [...truncated 354 lines...]

        checking for Fortran COMPLEX*32... yes

        checking for cxxabi.h... yes

        checking for __cxa_demangle... yes

        checking for Dl_info.dli_sname... yes

        checking for dladdr... no

        checking for dladdr in library dl... yes

        checking for backtrace... yes

        checking for backtrace_symbols... yes

        checking for crypt... no

        checking for crypt in library crypt... yes

        checking for finite in header math.h and library m... yes

        checking for copysign in header math.h and library m... yes

        checking for fpclassify in header math.h and library m... yes

        checking for isfinite in header math.h and library m... yes

        checking for isinf in header math.h and library m... yes

        checking for isnan in header math.h and library m... yes

        checking for isnormal in header math.h and library m... yes

        checking for signbit in header math.h and library m... yes

        checking for mkstemp... yes

        checking for va_copy... yes

        checking for main in library c_r... no

        checking for main in library pthread... yes

        Configuring with PTHREADS

        creating cctk_Archdefs.h

        creating make.arch.defn

        creating cctk_Extradefs.h

        creating make.extra.defn

        cctk_Archdefs.h is unchanged

        make.arch.defn is unchanged

        cctk_Extradefs.h is unchanged

        make.extra.defn is unchanged

        updating cache ./config.cache

        creating ./config.status

        creating make.config.defn

        creating make.config.deps

        creating make.config.rules

        creating cctk_Config.h

        cctk_Config.h is unchanged

        Determining number of fortran underscores...

        Compiling test file with gfortran -g3 -fcray-pointer -ffixed-line-length-none -ffree-line-length-none ...

        Lowercase - One trailing underscore

        Compiling test file with gfortran -g3 -fcray-pointer -ffixed-line-length-none -ffree-line-length-none ...

        Lowercase - One trailing underscore

        Use make sim to build the configuration.

        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 3 hr 33 min old

        

        at hudson.tasks.junit.TestResult.parse(TestResult.java:178)

        at hudson.tasks.junit.TestResult.parse(TestResult.java:146)

        at hudson.tasks.junit.TestResult.&lt;init&gt;(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  5 minutes

        Email was triggered for: Failure - 1st

        Email was triggered for: Failure - Any

        Trigger Failure - Any was overridden by another trigger and will not send an email.

        Trigger Failure - Still was overridden by another trigger and will not send an email.

        Sending email for trigger: Failure - 1st

</pre>
<BR/>


</BODY>