Hi all, I’m trying to download the HSC pipeline, hscpipe8, which I understand builds off of LSST analysis tools. In particular, I have been following the instructions here to build from source: hscPipe8 installation — hscPipe8 manual
And the relevant installation step I’m on is: eups distrib install hscPipe 8.4
The process has been rocky so far, and now there seems to be an issue building ndarray. The gist of the error is that none of the tests are working; I’ve pasted the full error output at the end of this post. I’ve been having some trouble parsing this issue, and haven’t found good leads elsewhere, so I was hoping there might be folks here who can help diagnose the issue etc. Appreciate in advance any consideration you can give to this!
[ 43/94 ] ndarray 8.0-hsc ...
***** error: from /global/scratch/projects/co_dweisz/swfu/hscpipe8/stack/miniconda3-4.7.10-4d7b902/EupsBuildDir/Linux64/ndarray-8.0-hsc/build.log:
Start 3: test_ndarray_eigen
3/5 Test #3: test_ndarray_eigen ...............***Failed 0.00 sec
Start 4: test_ndarray-fft
4/5 Test #4: test_ndarray-fft .................***Failed 0.00 sec
Start 5: pybind11_test
5/5 Test #5: pybind11_test ....................***Failed 0.61 sec
0% tests passed, 5 tests failed out of 5
Total Test time (real) = 0.68 sec
The following tests FAILED:
1 - test_ndarray (Failed)
2 - test_views (Failed)
3 - test_ndarray_eigen (Failed)
4 - test_ndarray-fft (Failed)
5 - pybind11_test (Failed)
Errors while running CTest
make: *** [test] Error 8
+ exit -4
eups distrib: Failed to build ndarray-8.0-hsc.eupspkg: Command:
source "/global/scratch/projects/co_dweisz/swfu/hscpipe8/eups/2.1.5/bin/setups.sh"; export EUPS_PATH="/global/scratch/projects/co_dweisz/swfu/hscpipe8/stack/miniconda3-4.7.10-4d7b902"; (/global/scratch/projects/co_dweisz/swfu/hscpipe8/stack/miniconda3-4.7.10-4d7b902/EupsBuildDir/Linux64/ndarray-8.0-hsc/build.sh) >> /global/scratch/projects/co_dweisz/swfu/hscpipe8/stack/miniconda3-4.7.10-4d7b902/EupsBuildDir/Linux64/ndarray-8.0-hsc/build.log 2>&1 4>/global/scratch/projects/co_dweisz/swfu/hscpipe8/stack/miniconda3-4.7.10-4d7b902/EupsBuildDir/Linux64/ndarray-8.0-hsc/build.msg
exited with code 252