<!-- -*-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="SUCCESS">
<B style="font-size: 200%;">BUILD SUCCESS</B>
</p>

<TABLE>
  <TR><TD>Build URL:</TD><TD><A href="https://build.barrywardell.net/job/EinsteinToolkit/1671/">https://build.barrywardell.net/job/EinsteinToolkit/1671/</A></TD></TR>
  <TR><TD>Project:</TD><TD>EinsteinToolkit</TD></TR>
  <TR><TD>Date of build:</TD><TD>Thu, 28 May 2020 01:13:54 +0000</TD></TR>
  <TR><TD>Build duration:</TD><TD>1 hr 15 min</TD></TR>
</TABLE>
<BR/>

<!-- CHANGE SET -->

<h3>Changes</h3>
        <TABLE>
                
<TR><TD>Revision:</td>
<td>c11e78adb0b74d664f09de638db1a91ea92f8549</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:

* flesh ac461ce...55b71c5 (113):
  > Cactus: update version numbers in Makefile and documenation
  > Cactus: do not abort for unknown var in mixed-warn mode
  > Allow any integer value for vector to avoid the warning about using group names instead of var names.
  > Cactus: make duplicate READS a warning if warn-only
  > Add checks for vectors of things.
  > Cactus: produce warning not error for incorrect groups in READS / WRITES
  > When running postproc, collect all settings for the thorn as well as the individual test.
  > Allow POSTPROC to use a global directive and check for multiple matching directives.
  > Warn if warn only
  > Cactus: add all vector elements when adding a vector variable to RDWR
  > Cactus: do not parse RDWR if presync if off
  > Cactus: restore "off" as the defautl presync mode
  > Check adding [0] to variable names before failing.
  > Cactus: document region names
  > Cactus: redo report unknown function before incorrect number args
  > Cactus: remove commented out and leftover parallel test code
  > Cactus: remove CCTK_ParameterValInt
  > Cactus: handle attempt of freeing unallocated RDWR
  > Cactus: provide macro to test for existence of RDWR in cFunctionData
  > Cactus: rename WH constants to CCTK_VALID
  > Merged in postproc (pull request #62)
  > WH_INTERIOR, etc. moved to cctk_Constants.h. Note that driver functions are callable from Fortran.
  > Finish the new driver section of the Reference Manual.
  > Cactus: move WH_XXX constants to cctk_Constants.h for Fortran code
  > Updating the docs for presync and the new release
  > Cactus: avoid LaTeX warnings
  > Cactus: document rename of psync to presync
  > Cactus: introduce single presync_mode parameter to code
  > Cactus: remove CCTK_Checked_get and CCTK_Checked_set
  > Fix problem with parsing of qrnames in schedule.peg
  > Changes to the docs for Presync
  > Remove references to cctk_Arguments_Checked.h
  > Update documentation of the macros
  > use description instead of itemize in UsersGuide
  > Clarification
  > Fix typo
  > Cactus: provide DECLARE_CCTK_ARGUMENTS_CHECKED macro
  > Documenting psync_mode.
  > Cactus: include cctk_Arguments_Checked.h in cctk_Arguments.h
  > Cactus: inform caller if schedule traversal failed
  > Cactus: use identical whitespace defintion in all list of objects
  > T#2388: piraha fails to detect if the same grammar item is specified more than once is fixed for C++
  > Fix issue #2388: piraha fails to detect if the same grammar item is specified more than once.
  > Fix ticket #2382 (https://bitbucket.org/einsteintoolkit/tickets/issues/2382).
  > Cactus: force rebuild after fixing schedule bindings
  > Cactus: fix re-creating fully qualified name for schedule binding
  > Cactus: fix expanding string list
  > Cactus: provide HasAccess prototype to CCTKi_VarDataPtrI
  > Support vectors of arrays in Fortran
  > Cactus: use binary search finding RDWR entry
  > Cactus: use symbolic names for where specifications
  > Cactus: remove unused function
  > Cactus: use anonymous namespace reducing visible objects
  > Cactus: move declaration of internal presync functions into header
  > Cactus: removed unused typedef
  > Cactus: move WH_FOO defines next to definition of rdwr struct
  > Cactus: add all public cctk headers to cctk.h
  > Cactus: directly provide CCTK_HasAccess
  > Cactus: force rebuild after changing Fortran wrappers
  > Cactus: use CCTKi_VarDataPtr to pass args to Fortran scheduled functions
  > Cactus: handle vector grid fnctions in RDWR parsing
  > Cactus: abort if using psync and RDWR encounters invalid varnames
  > Cactus: force rebuild after changing where rdwr is qualified
  > Cactus: qualify rdwr element when creating schedule code
  > Cactus: adjust rdwr.pl to qname change
  > Cactus: do not attempt to make reads vars fully qualified in parser
  > Cactus: show file and line number when reporting duplicate RDWR entries
  > Make specification of implementation for reads/writes variables and groups optional.
  > Rename PreSync.h -> cctk_PreSync.h
  > Update docs for reads/writes
  > Cactus: force reconfigure after updating config.guess
  > Cactus: update config.guess and config.sub
  > Provide alternative all-uppercase macros for Fortran, e.g. DECLARE_CCTK_ARGUMENTS_FOO
  > Cactus: use OVERLOAD macro for CCTK_HasAccess function
  > Cactus: move RDWR source to its alphabetical place
  > Remove extra empty arguments in some calls to CCTK_error.
  > Cactus: remove gitrevision LaTeX command
  > Cactus: use $Id$ instead of gitrevision LaTeX command
  > Cactus: update version number in documentation style file
  > Cactus: update version number in Makefile
  > Cactus: do not assume that date command is in /bin/date
  > Fixes issue https://bitbucket.org/einsteintoolkit/tickets/issues/2369/presync-circumvents-scoping-of-cactus-grid
  > Fix for ticket #2359
  > Cactus: fix handling of exit code after measuring time
  > Cactus: avoid unused grid variable warnings when using checked arguments
  > Stop parsing cctk_Arguments.h
  > Make TestReadWrite work
  > Cactus: correct declaration of rdwr past timelevels of groups
  > Merged in reportsyntax (pull request #92)
  > Put const back in READ variable declarations.
  > Flesh: Use correct "_p" suffixes when declaring variables
  > Cactus: correct construction of variable name in rdwr
  > Cactus: correct making order of generated code consistent
  > Cactus: simplify rdwr's thorn_args
  > Cactus: use only lc for hash indices in rdwr
  > Cactus: begin adding documentation for READ / WRITE statements
  > Cactus: ignore case in READ / WRITE declarations
  > Merged in presync (pull request #88)
  > Cactus: add explicit dep on ParGrammar.hh for Call.cc.d
  > Cactus: fix issue with hash and $ mixed on first string line
  > Cactus: give reason why files cannot be opened in piraha
  > Cactus: do not use CCTK_HOME to find piraha files
  > Cactus: catch possible inconsistency in stringparser grammar and code
  > Cactus: explictly list components of multi-line string
  > Cactus: correct identifier name used for first line of multi-string
  > Cactus: remove declared dependency of .cc file on .hh file
  > Cactus: use $(PERL) in piraha's makefile
  > Fix issue 2331
  > Cactus: document omp parallel for CCTK_LOOP macros
  > Cactus: clarify comment and use of \dir@part macro
  > Cactus: handle submodules in \gitrevision LaTeX macro
  > Cactus: remove incorrect use of \TeX \let command
  > Cactus: correct name of file given on htlatex errors
</pre></td></tr>


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

  </TABLE>
<BR/>



<!-- JUnit TEMPLATE -->



<!-- <p> -->
<!-- Diff:  / ±0 <br/> -->
<!-- Action: hudson.tasks.junit.TestResultAction@36d0d26e -->
<!-- </p> -->


<h3>Tests</h3>

  <TABLE>
    <!-- <TR><TD class="bg1" colspan="2"><B>Tests</B></TD></TR> -->
    
        <!-- <TR><TD class="bg2" colspan="2"> Package: (root) Failed: 0 test(s), Passed: 524 test(s), Skipped: 0 test(s), Total: 524 test(s)</TD></TR> -->
        

    
        <!-- <TR><TD class="bg2" colspan="2"> Package: (root) Failed: 0 test(s), Passed: 524 test(s), Skipped: 0 test(s), Total: 524 test(s)</TD></TR> -->
          
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
              <tr><td colspan="2" class="testmail">524 tests passed</td></tr>



  </TABLE>


<BR/>

<!-- ARTIFACTS -->

<h3>Artifacts</h3>
  <TABLE width="100%">
    <TR>
      <TD>
                
                <li>
                  <a href="https://build.barrywardell.net/job/EinsteinToolkit/1671/artifact/build__1_2.log">build__1_2.log</a>
                </li>
                
                <li>
                  <a href="https://build.barrywardell.net/job/EinsteinToolkit/1671/artifact/build__2_1.log">build__2_1.log</a>
                </li>

      </TD>
    </TR>
  </TABLE>
<BR/>  


<!-- CONSOLE OUTPUT -->


</BODY>