<!-- -*-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/1598/">https://build.barrywardell.net/job/EinsteinToolkit/1598/</A></TD></TR>
<TR><TD>Project:</TD><TD>EinsteinToolkit</TD></TR>
<TR><TD>Date of build:</TD><TD>Mon, 27 Apr 2020 22:31:47 +0000</TD></TR>
<TR><TD>Build duration:</TD><TD>4 min 18 sec</TD></TR>
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h3>Changes</h3>
        <TABLE>
                
<TR><TD>Revision:</td>
<td>a30506df679e326ef949f278d7408864797d65e5</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:
* arrangements/EinsteinInitialData c66a094...1ce50a0 (1):
> Removed commented out code, fixed presync declarations for Fortran
</pre></td></tr>
<!-- <TR> -->
<!-- <TD width="10%"> edit</TD> -->
<!-- <TD>arrangements/EinsteinInitialData</TD> -->
<!-- </TR> -->
</TABLE>
<BR/>
<!-- JUnit TEMPLATE -->
<BR/>
<!-- ARTIFACTS -->
<!-- CONSOLE OUTPUT -->
<h3>Console Output</h3>
<pre style="margin-top: 0em">
        [...truncated 191.74 KB...]
        &ix,psixx,psixy,psixz,psiy,psiyy,psiyz,psiz,psizz,r,shift_state,x,y
        1
        Error: Symbol 'r' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:16:68:
        
        &ix,psixx,psixy,psixz,psiy,psiyy,psiyz,psiz,psizz,r,shift_state,x,y
        1
        Error: Symbol 'shift_state' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:16:70:
        
        &ix,psixx,psixy,psixz,psiy,psiyy,psiyz,psiz,psizz,r,shift_state,x,y
        1
        Error: Symbol 'x' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:16:72:
        
        &ix,psixx,psixy,psixz,psiy,psiyy,psiyz,psiz,psizz,r,shift_state,x,y
        1
        Error: Symbol 'y' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:17:8:
        
        &,z)
        1
        Error: Symbol 'z' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:214:11:
        
        nx = cctk_lsh(1)
        1
        Error: Function 'cctk_lsh' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:215:11:
        
        ny = cctk_lsh(2)
        1
        Error: Function 'cctk_lsh' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:216:11:
        
        nz = cctk_lsh(3)
        1
        Error: Function 'cctk_lsh' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:597:32:
        
        print *, ' z =', z(debug_i,debug_j,debug_k)
        1
        Error: Function 'z' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:960:29:
        
        print *, ' gxx =', gxx(debug_i,debug_j,debug_k)
        1
        Error: Function 'gxx' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:961:29:
        
        print *, ' gxy =', gxy(debug_i,debug_j,debug_k)
        1
        Error: Function 'gxy' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:962:29:
        
        print *, ' gxz =', gxz(debug_i,debug_j,debug_k)
        1
        Error: Function 'gxz' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:963:29:
        
        print *, ' gyy =', gyy(debug_i,debug_j,debug_k)
        1
        Error: Function 'gyy' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:964:29:
        
        print *, ' gyz =', gyz(debug_i,debug_j,debug_k)
        1
        Error: Function 'gyz' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/build/IDAxiBrillBH/IDAxiBrillBH.f:965:29:
        
        print *, ' gzz =', gzz(debug_i,debug_j,debug_k)
        1
        Error: Function 'gzz' at (1) has no IMPLICIT type
        /home/jenkins/workspace/EinsteinToolkit/configs/sim/config-data/make.config.rules:383: recipe for target 'IDAxiBrillBH.F.o' failed
        make[3]: *** [IDAxiBrillBH.F.o] Error 1
        /home/jenkins/workspace/EinsteinToolkit/lib/make/make.thornlib:112: recipe for target 'make.checked' failed
        make[2]: *** [make.checked] Error 2
        /home/jenkins/workspace/EinsteinToolkit/lib/make/make.configuration:179: recipe for target '/home/jenkins/workspace/EinsteinToolkit/configs/sim/lib/libthorn_IDAxiBrillBH.a' failed
        make[1]: *** [/home/jenkins/workspace/EinsteinToolkit/configs/sim/lib/libthorn_IDAxiBrillBH.a] Error 2
        make[1]: *** Waiting for unfinished jobs....
        Makefile:259: recipe for target 'sim' failed
        make: *** [sim] Error 2
        Build step 'Execute shell' marked build as failure
        Archiving artifacts
        Recording test results
        ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run?
        For example, /home/jenkins/workspace/EinsteinToolkit/testresults.xml is 3 hr 13 min old
        
        IRC notifier plugin: Sending notification to: #cactus
        IRC notifier plugin: [ERROR] not connected. Cannot send message to '#cactus'
        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 2 second
        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>