Hello,
I’m trying to install lsst_sims from source on a CentOS 7 VM. I started by running the “newinstall.sh” script and then installing the main LSST distribution (using eups distrib install -t v13_0 lsst_distrib) which all seemed to go smoothly. However, I get an error when installing lsst_sims. I used the command:
eups distrib install lsst_sims -t sims
The error occurs while installing sims_alertsim:
[ 86/88 ] sims_alertsim 2.3.4.sims+3 ...
***** error: from /home/james/lsst/EupsBuildDir/Linux64/sims_alertsim-2.3.4.sims+3/build.log:
</ObsDataLocation>
</WhereWhen>
<Citations>
<EventIVORN cite="followup">
</EventIVORN>
<EventIVORN cite="followup">
</EventIVORN>
</Citations>
<Description></Description>
</voe:VOEvent>
received data: 000009b0
Number of events from this visit : 3. Time from first to last event 0.003985 or 0.001328 per event
The following tests failed:
/home/james/lsst/EupsBuildDir/Linux64/sims_alertsim-2.3.4.sims+3/sims_alertsim-2.3.4.sims+3/tests/.tests/testEndToEnd.py.failed
1 tests failed
scons: *** [checkTestStatus] Error 1
scons: building terminated because of errors.
+ exit -4
eups distrib: Failed to build sims_alertsim-2.3.4.sims+3.eupspkg: Command:
source /home/james/lsst/eups/bin/setups.sh; export EUPS_PATH=/home/james/lsst; (/home/james/lsst/EupsBuildDir/Linux64/sims_alertsim-2.3.4.sims+3/build.sh) >> /home/james/lsst/EupsBuildDir/Linux64/sims_alertsim-2.3.4.sims+3/build.log 2>&1 4>/home/james/lsst/EupsBuildDir/Linux64/sims_alertsim-2.3.4.sims+3/build.msg
exited with code 252
[james@localhost lsst]$
It looks to be a test failure, but I am new to the LSST software and have no idea where to start with troubleshooting it. Does anyone know what might have gone wrong?
Edit: another thing I noticed, in case it’s relevant, is that if I re-run the installation, the test still fails, but the numbers in the “Time from first to last event” line are completely different this time around.
Many thanks,
James