Hi all,
I’m installing the LSST Science Pipelines v22_0_0 on a Linux CentOS 7 machine using the steps on Install with newinstall.sh and eups distrib — LSST Science Pipelines
At the step of bash newinstall.sh -ct
, I got
curl: (23) Failed writing body (1337 != 1371)
!!! This script differs from the official version on the distribution
server. If this is not intentional, get the current version from here:
https://raw.githubusercontent.com/lsst/lsst/master/scripts/newinstall.sh
So I downloaded the file curl -OL https://raw.githubusercontent.com/lsst/lsst/master/scripts/newinstall.sh
Then at this step
eups distrib install -t v22_0_0 lsst_distrib
I got
[ 22/79 ] utils 22.0.0+0de219a2bc ...
***** error: from /home/shenming/software/lsst_stack_v22_0_0/stack/miniconda3-py38_4.9.2-0.7.0/EupsBuildDir/Linux64/utils-22.0.0+0de219a2bc/build.log:
tests/test_pybind11.py 124 23 22 1 82%
tests/test_utils.py 167 6 4 2 95%
tests/test_wrappers.py 338 6 10 3 97%
---------------------------------------------------------------------------
TOTAL 1581 193 318 50 86%
Coverage HTML written to dir tests/.tests/pytest-utils.xml-htmlcov
Coverage XML written to file tests/.tests/pytest-utils.xml-cov-utils.xml
=========================== short test summary info ============================
FAILED tests/test_deprecated.py::DeprecatedTestCase::test_deprecate_pybind11
================== 1 failed, 104 passed, 6 skipped in 16.64s ===================
Global pytest run: failed with 1
Failed test output:
Global pytest output is in /home/shenming/software/lsst_stack_v22_0_0/stack/miniconda3-py38_4.9.2-0.7.0/EupsBuildDir/Linux64/utils-22.0.0+0de219a2bc/utils-22.0.0+0de219a2bc/tests/.tests/pytest-utils.xml.failed
The following tests failed:
/home/shenming/software/lsst_stack_v22_0_0/stack/miniconda3-py38_4.9.2-0.7.0/EupsBuildDir/Linux64/utils-22.0.0+0de219a2bc/utils-22.0.0+0de219a2bc/tests/.tests/pytest-utils.xml.failed
1 tests failed
scons: *** [checkTestStatus] Error 1
scons: building terminated because of errors.
+ exit -4
eups distrib: Failed to build utils-22.0.0+0de219a2bc.eupspkg: Command:
source "/home/shenming/software/lsst_stack_v22_0_0/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-0.7.0/eups/bin/setups.sh"; export EUPS_PATH="/home/shenming/software/lsst_stack_v22_0_0/stack/miniconda3-py38_4.9.2-0.7.0"; (/home/shenming/software/lsst_stack_v22_0_0/stack/miniconda3-py38_4.9.2-0.7.0/EupsBuildDir/Linux64/utils-22.0.0+0de219a2bc/build.sh) >> /home/shenming/software/lsst_stack_v22_0_0/stack/miniconda3-py38_4.9.2-0.7.0/EupsBuildDir/Linux64/utils-22.0.0+0de219a2bc/build.log 2>&1 4>/home/shenming/software/lsst_stack_v22_0_0/stack/miniconda3-py38_4.9.2-0.7.0/EupsBuildDir/Linux64/utils-22.0.0+0de219a2bc/build.msg
exited with code 252
Do you know how to solve this problem? Thank you.
Best,
Shenming