I’m refreshing a number of CircleCI build projects, and finding that builds that used to take 3-4 minutes are now taking 13m+. It looks like they are particularly getting stuck in network operations, e.g. apt-get upgrade in Ubuntu.
Anyone else getting this? If so, is it new in the last hour or two, or has it being going on all day, etc? I’ll update here if and when it goes away.
sed -i 's#archive.ubuntu.com/ubuntu#ftp.heanet.ie/pub/ubuntu#g' /etc/apt/sources.list
sed -i 's#security.ubuntu.com/ubuntu#ftp.heanet.ie/pub/ubuntu#g' /etc/apt/sources.list
As I mentioned on the other thread, you are bumping into two issues at once. The machine executor seems to have a problem where it takes a long time to unlock the local repo files. I seem to recall there is a fix on another thread here - it basically involves waiting in a loop until the local repo is unlocked by the OS.