isri-aist / BaselineWalkingController

Humanoid walking controller with various baseline methods
https://isri-aist.github.io/BaselineWalkingController
BSD 2-Clause "Simplified" License
110 stars 19 forks source link

[CI] apt install step fails randomly #6

Closed mmurooka closed 1 year ago

mmurooka commented 1 year ago

From a few days ago, the following error occurred more frequently in the apt install step of CI. Because many jobs are executed from the strategy matrix, there is more than half a chance that the CI will fail now.

https://github.com/isri-aist/BaselineWalkingController/actions/runs/3880836425/jobs/6619243801

E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/e/eigen3/libeigen3-dev_3.3.4-4_all.deb  503  Service Unavailable [IP: 40.119.46.219 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
gergondet commented 1 year ago

I have noticed the same things in other workflows over the past few days. It seems to have been reported here https://github.com/actions/runner-images/issues/6894

I have setup the retry workaround for our actions on GitHub hosted runners which should hopefully do the trick https://github.com/jrl-umi3218/github-actions/commit/3f1a285b85c0c793749b96832790fde7e29c556d

mmurooka commented 1 year ago

Thank you for your reply. This problem has not occurred recently, so I will close it.