<!-- -*-groovy-*- --><html><head><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>
</head><body>
<p class="FAILURE">
<b style="font-size: 200%;">BUILD FAILURE</b>
</p>
<table>
<tbody><tr><td>Build URL:</td><td><a href="https://build.barrywardell.net/job/EinsteinToolkit/1309/">https://build.barrywardell.net/job/EinsteinToolkit/1309/</a></td></tr>
<tr><td>Project:</td><td>EinsteinToolkit</td></tr>
<tr><td>Date of build:</td><td>Thu, 28 Aug 2014 20:17:07 +0000</td></tr>
<tr><td>Build duration:</td><td>2 min 42 sec</td></tr>
</tbody></table>
<br />
<!-- CHANGE SET -->
<h3>Changes</h3>
        <table>
                
<tbody><tr><td>Revision:</td>
<td>92e5caf4e99007795b6e180cc9c3b5eeed408044</td>
</tr><tr><td>Author:</td><td>Einstein Toolkit Git Server</td></tr>
<tr><td style="vertical-align:top">Log:</td><td><pre>Updated submodules:
* arrangements/ExternalLibraries/MPI f6bf8a9...410bab3 (1):
> Applied ticket #1648, MPI thorn should auto configure.
</pre></td></tr>
<!-- <TR> -->
<!-- <TD width="10%"> edit</TD> -->
<!-- <TD>arrangements/ExternalLibraries/MPI</TD> -->
<!-- </TR> -->
</tbody></table>
<br />
<!-- JUnit TEMPLATE -->
<br />
<!-- ARTIFACTS -->
<!-- CONSOLE OUTPUT -->
<h3>Console Output</h3>
<pre style="margin-top: 0em">
        [...truncated 2169 lines...]
        
        ********************************************************************************
        Running configuration script for thorn PCIUTILS:
        + set -e
        + echo 'BEGIN MESSAGE'
        + echo 'Building pciutils...'
        + echo 'END MESSAGE'
        + THORN=pciutils
        + NAME=pciutils-3.2.0
        ++ dirname /home/jenkins/workspace/EinsteinToolkit/arrangements/ExternalLibraries/pciutils/configure.sh
        + SRCDIR=/home/jenkins/workspace/EinsteinToolkit/arrangements/ExternalLibraries/pciutils
        + BUILD_DIR=/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/build/pciutils
        + INSTALL_DIR=/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils
        + DONE_FILE=/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/done/pciutils
        + PCIUTILS_DIR=/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils
        + exec
        + set -x
        + set -e
        + cd /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch
        + '[' -e /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/done/pciutils -a /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/done/pciutils -nt /home/jenkins/workspace/EinsteinToolkit/arrangements/ExternalLibraries/pciutils/dist/pciutils-3.2.0.tar.gz -a /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/done/pciutils -nt /home/jenkins/workspace/EinsteinToolkit/arrangements/ExternalLibraries/pciutils/configure.sh ']'
        + echo 'pciutils: The enclosed pciutils library has already been built; doing nothing'
        pciutils: The enclosed pciutils library has already been built; doing nothing
        + (( 0 ))
        + export PKG_CONFIG_PATH=/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/lib/pkgconfig:
        + PKG_CONFIG_PATH=/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/lib/pkgconfig:
        ++ sed -e 's+ -I/include + +g;s+ -I/usr/include + +g;s+ -I/usr/local/include + +g'
        ++ sed -e 's/ -I/ /g'
        +++ pkg-config libpci --cflags
        ++ echo '' -I/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/include ''
        + PCIUTILS_INC_DIRS=' /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/include '
        ++ sed -e 's/ -l[^ ]*/ /g'
        +++ pkg-config libpci --libs
        ++ sed -e 's+ -L/lib + +g;s+ -L/lib64 + +g;s+ -L/usr/lib + +g;s+ -L/usr/lib64 + +g;s+ -L/usr/local/lib + +g;s+ -L/usr/local/lib64 + +g'
        ++ sed -e 's/ -L/ /g'
        ++ echo '' -L/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/lib -lpci ''
        + PCIUTILS_LIB_DIRS=' /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/lib '
        ++ sed -e 's/ -[^l][^ ]*/ /g'
        ++ sed -e 's/ -l/ /g'
        +++ pkg-config libpci --libs
        ++ echo '' -L/home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/lib -lpci ''
        + PCIUTILS_LIBS=' pci '
        + echo 'BEGIN MAKE_DEFINITION'
        + echo 'HAVE_PCIUTILS = 1'
        + echo 'PCIUTILS_DIR = /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils'
        + echo 'PCIUTILS_INC_DIRS = /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/include '
        + echo 'PCIUTILS_LIB_DIRS = /home/jenkins/workspace/EinsteinToolkit/configs/sim/scratch/external/pciutils/lib '
        + echo 'PCIUTILS_LIBS = pci '
        + echo 'END MAKE_DEFINITION'
        + echo 'INCLUDE_DIRECTORY $(PCIUTILS_INC_DIRS)'
        + echo 'LIBRARY_DIRECTORY $(PCIUTILS_LIB_DIRS)'
        + echo 'LIBRARY $(PCIUTILS_LIBS)'
        Building pciutils...
        Finished running configuration script for thorn PCIUTILS.
        
        ********************************************************************************
        Running configuration script for thorn HWLOC:
        hwloc selected, but HWLOC_DIR not set. Checking some places...
        hwloc not found
        Using bundled hwloc...
        hwloc has already been built; doing nothing
        Finished running configuration script for thorn HWLOC.
        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 MPI returned exit code 5
        (no error message)
        
        ------------------------------------------------------
        
        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
        IRC notifier plugin: Sending notification to: #cactus
        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></html>