My builds across multiple applications started failing this morning with no config changes.
Firstly it was applications that use the browser-tools orb, recently upgraded to 1.4.1:
browser-tools: circleci/browser-tools@1.4.1
The install google chrome step takes ages, and eventually fails with:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/udev_245.4-4ubuntu3.19_amd64.deb Connection failed [IP: 91.189.91.39 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Exited with code exit status 100
CircleCI received exit code 100
I have tried with apt-get update running before.
I have another application that does not require browsers, and this will run eventually, but it is many times slower than it was yesterday. Again, without config changes.