Skip to content
Advertisement

Local CircleCI reports “Unexpected environment preparation error: error looking up self container id: Found multiple cgroups for outer container”

I am getting the following error when I run circleci build locally on Ubuntu 18.04. The build runs perfectly inside the hosted CircleCI.

JavaScript

CircleCI version:

JavaScript

Docker-ce version:

JavaScript

I installed Docker exactly as specified on the website, including setting the usergroup.

I used the instructions here to install CircleCI, which is this command: sudo curl -o /usr/local/bin/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci && sudo chmod +x /usr/local/bin/circleci.

Advertisement

Answer

Disclaimer: CircleCI Developer Advocate

There is currently a bug with the Local CLI. Should be fixed within 48 hours.Once it’s fixed, running circleci update should download the fix.

This type of question would be answered more quickly on CircleCI Discuss.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement