bids-apps / DPARSF

Docker version of DPARSF, also deployed at OpenNeuro.org
http://rfmri.org/DPARSF
3 stars 4 forks source link

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

Closed chrisgorgo closed 6 years ago

chrisgorgo commented 6 years ago

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

chrisgorgo commented 6 years ago

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

chrisgorgo commented 6 years ago

This seems to be happening again.

Chaogan-Yan commented 6 years ago

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.)