Closed robertu94 closed 4 years ago
I also had this issue with libbsd today. In my case it worked on about the 10th try.
I also had this issue today with libffi and bzip2.
I also had this issue today with libffi and bzip2.
For the record build tests on develop
at https://github.com/spack/spack/commit/8d8925c725491cf028ef6c1b93e431dcb200f439 were failing because of that.
I just ran into the same problem and created a way to configure the timeout in PR #15212. Let me know whether this works for you as well.
Spack occasionally aborts a fetch too early when a url source is too slow. I ran into this issue with util-macros on a busy night.
Steps to reproduce the issue
Steps that resolved the issue (workaround)
I edited spack/lib/spack/spack/fetch_strategy.py to increase the timeout to 1 minute from 10 seconds. Ideally this should be configurable.
Error Message
Information on your system
I ran this on ANL's bebop, but also replicated it on Clemson's palmetto using spack's default configuration.