bids-apps/DPARSF

CircleCI times-out while downloading from http://lab.rfmri.org/

chrisgorgo opened this issue · 3 comments

There is a weird connectivity issue that prevents the tests to run correctly. Namely download of http://lab.rfmri.org/sites/default/files/DPABI/DPARSF/DPARSFA_run_StandAlone_Linux.zip times out. Each time you try to download it get a few first megabytes and then stalls. Furthermore it happens only on CircleCI servers (I can download it on my machine no problem) and other downloads do work without problems.

A workaround would be to put this archive on a different mirror - for example osf.io

This issue seems to have been resolved. https://circleci.com/gh/BIDS-Apps/DPARSF/13 Closing for now.

This seems to be happening again.

I guess this is because the server is in China.
I have uploaded the zip file to osf.
Please replace the path in Dockerfile to https://osf.io/e6qcr/?action=download and re-test it.
(I would like to preserve the original on master to make it work better in China.)