CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Build checkout fails on executors 11 and 13 #102

Closed vreynolds closed 3 years ago

vreynolds commented 3 years ago

Our builds started failing suddenly on executors 11 and 13 (8 still works fine) with the following error at checkout:

Directory (/home/circleci/project) you are trying to checkout to is not empty and not a git repository

They worked ~ 2hrs ago, just before the latest batch of releases 🕵️‍♀️

rzaaeeff commented 3 years ago

Same here. SSH or Git client were removed from image accidentally. image

I think, this has been caused by #99.

FelicianoTech commented 3 years ago

Determined the issue. This is caused by the inclusion of sbt in recent images. A fix should be rolling out soon.

FelicianoTech commented 3 years ago

Hey @vreynolds, @rzaaeeff, or any of the +1s. This issue has been fixed and published. Can any of you confirm that it's actually fixed for you?

rzaaeeff commented 3 years ago

Hey @vreynolds, @rzaaeeff, or any of the +1s. This issue has been fixed and published. Can any of you confirm that it's actually fixed for you?

Hi @felicianotech, we couldn't wait until the patch, and changed the base images. So, can't confirm right now.

vreynolds commented 3 years ago

@felicianotech fixed now, thank you! 🙏

FelicianoTech commented 3 years ago

Great! Thanks for the confirmation.